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.txtNow launch it

We can use the tool for WHOIS lookup, DNS etc and also scan for clickjacking vulnerability
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

Now to enumerate the hostnames use the following script

http trace scanner
Http WAF (Firewall) detection
7. Uniscan webserver footprinting
Last updated
Was this helpful?