Hacking programs
Tools
- Wordlists
- Spyhunt
- httpX
- feroxbuster
- Wappalyzer
- Snov.io
- ParamSpider
- Nuclei
Recon Methodology
Subdomain enumeration
Probe subdomains to find valid ones
Enumerate subdomains to check for status codes, web servers, etc
Start fuzzing subdomains that you find interesting
- Basics:
- For api endpoints:
- More info in dirsearch ๐
- More info in Gobuster ๐ฆ
Using Nmap to find additional open ports on the system
More commands in Nmap ๐๏ธโ๐จ๏ธ
Checking we technologies using Wappalyzer and Snov.io
Just use them
Check the website for any user input (for injections)
Extract Javascript files to find hidden endpoints
Use The Wayback Machine and others to find old links that might be exposing endpoints
For manual check: more info in OSINT ๐ป
Now you are able to check for basic vulnerabilities like information disclosure, any type of injections and more :D
Gather information with BurpSuite or ZAP
Search for anything interesting capturing requests
- More info on BurpSuite ๐
- More info on ZAP ๐ฆ