An open API service indexing awesome lists of open source software.

https://github.com/anof-cyber/web-recon

Web application recon for bug bounty
https://github.com/anof-cyber/web-recon

bugbounty httprobe linkfinder nmap sublist3r waybackurl

Last synced: 23 days ago
JSON representation

Web application recon for bug bounty

Awesome Lists containing this project

README

        

# web-recon
Web-recon is reconnaissance script use multiple tools to gather information for Bug bounty or web application pentesting.

# Requirements
- Curl
- jq ( for json)
- python
- go

# Tools
- [nmap](https://nmap.org/)
- [waybackurls](https://github.com/tomnomnom/waybackurls)
- [Link finder](https://github.com/jhaddix/LinkFinder)
- [sublist3r](https://github.com/aboul3la/Sublist3r)
- [subbrute](https://github.com/TheRook/subbrute)
- [httprobe](https://github.com/tomnomnom/httprobe)
- [dirsearch](https://github.com/maurosoria/dirsearch)
- [Securityheaders](https://securityheaders.com/)

# Usage
```
git clone https://github.com/Anof-cyber/web-recon
cd web-recon
chmod +x install.sh
sudo ./install.sh
chmod +x web-recon.sh
sudo ./web-recon.sh
````