Noobish Recon Automation Script
A simple and fast(uses Threads) Recon Automation Script to eliminate the boring stuff, allowing you to focus more on Pwning bugs.
- Passive Subdomain Gathering
- Recursive Subdomain Bruteforcing
- Resolving to find Live Domains
- Check for Web Domains
- Port Scanning
- Directory Bruteforce on the Web Domains
- git clone https://github.com/LifeHack3r/Scavenger
- cd Scavenger
- pip3 install -r requirements.txt
- chmod+x install.sh
- ./install.sh
- Add Slack Webhook URL in config file
python3 Scavenger.py -D yahoo.com
Definitely not. In fact the code might possibly the worst Python code you'd have seen out in the wild.
TBH, this was for my own use and I had no intentions of releasing it publicly. I'm just a newbie in this field and trying to enter the game. And Well, the main aim for making this was for me to understand the Recon and Workflow better for myself. While of course, learning Python along the way. I ain't a developer and this is probably the first time I've made coded/scripted something as such. But as I moved along, I've seen a lot of people like me, mainly those starting into bounties and stuff, stumbling upon Recon and Scripting/Coding in general. And thus I decied to make this public, mainly for the beginners like me trying to improve, giving them a little push to try and make something like this or just simply use this and focus more on actual pwning. Also as just a little contribution to this amazing community <3
Firstly, I really appreciate you looking into this. Thank You! And you can hit me up on Twitter for anything. Also PRs are welcome :)
I've also made a small blog at TheHackrSpace.com where I keep updating about various Infosec and Bug Bounty related stuff, mainly aimed at beginners like me. Do Check that Out! <3
Update
Started a New Youtube Channel aimed at Bug Bounties. Definitely Check this one out!
https://www.youtube.com/c/RogueSMG
This would not have been possible without the contributions of the Awesome people in this community! All the credit goes to the guys making such amazing tools which are used in making this script. Thank You! <3