Skip to content

Instantly share code, notes, and snippets.

@Kirill89
Created June 28, 2023 07:17
Show Gist options
  • Save Kirill89/370b73d532b804c702f9853cc7c33544 to your computer and use it in GitHub Desktop.
Save Kirill89/370b73d532b804c702f9853cc7c33544 to your computer and use it in GitHub Desktop.
Useful recon tools
  1. https://github.com/projectdiscovery/subfinder – a subdomain discovery tool
  2. https://github.com/owasp-amass/amass – asset discovery
  3. https://github.com/nmap/nmap – port enumiration
  4. https://github.com/projectdiscovery/httpx – HTTP toolkit (server discovery)
  5. https://github.com/tomnomnom/waybackurls – discover known URLs from Wayback Machine
  6. https://github.com/lc/gau – discover known URLs from Wayback Machine and so on
  7. https://github.com/trufflesecurity/trufflehog – secrets detection
  8. https://github.com/projectdiscovery/nuclei – known vulnerabilities
  9. https://github.com/ffuf/ffuf + https://github.com/danielmiessler/SecLists/tree/master/Discovery/Web-Content – discover hidden folders
  10. https://github.com/OJ/gobuster – discover hidden folders
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment