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
- Host: GitHub
- URL: https://github.com/anof-cyber/web-recon
- Owner: Anof-cyber
- License: gpl-3.0
- Created: 2020-04-19T18:11:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-19T18:23:56.000Z (about 5 years ago)
- Last Synced: 2025-03-22T19:13:15.792Z (about 1 month ago)
- Topics: bugbounty, httprobe, linkfinder, nmap, sublist3r, waybackurl
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 22
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
````