1. Footprint the Webserver
An ethical hacker or penetration tester must perform footprinting to detect the loopholes in the web server of the target organization.
1. Information gathering using Ghost Eye
git clone https://github.com/BullsEye0/ghost_eye.git
cd ghost_eye
pip3 install -r requirements.txt
2. Perform Web Reconnaisance using skipfish
3. Footprint Webserver using Httprecon

4. Footprinting using ID serve

5. Footprinting using netcat and Telnet
netcat

telnet

6. Enumeration Webserver using NSE script


7. Uniscan webserver footprinting
Last updated