1. Footprint the Web Infrastructure
Web infrastructure footprinting helps you to identify vulnerable web applications, understand how they connect with peers and the technologies they use, and find vulnerabilities.
1. Web Applications recon using Nmap and telnet
sudo nmap -vv -A -T4 certifiedhacker.com //aggressive scantelnet certifiedhacker.com 802. Web Applications recon using Whatweb
whatweb -v certifiedhacker.com //verbose information3. Web spidering using ZAP

4. Detect Load Balancers using various tools


5. Identify webserver directories

6. Vulnerability scanning using Vega
7. Identify Clickjacking using Clickjackpoc

8. Perform Web Application Vulnerability Scanning using SmartScanner
Last updated
