Project Bheem is a simple collection of small bash-scripts which runs iteratively to carry out various tools and recon process & store output in an organized way.
This project was created initially for automation of Recon for personal usage and was never meant to be public as there is nothing fancy about it but due to request by community, Project Bheem is now Public.
Please feel free to improve it in any way you can. There is no secret sauce involved and it’s just a set of commands and existing tools written in bash-scripts for simple Recon Automation.
Project Bheem Supports an approach of Recon from @harshbothra_’s Scope Based Recon Methodology. Currently this tools supports performing recon for:
A few features like port scanning might not be working in the current build and some of the newly released tools might also be missed. we are working on upgrading the tool but feel free to fork, upgrade and make a pull request (Ensure that tool is not breaking).
Pre-Requisite
Installation
sh install.sharsenal directory contains a set of small scripts used to automate Bheem. Give executable permissions to scripts in this directory.~/arsenal directory and Simply run following command to see all the supported options provided in Bheem:./Bheem.sh -h
screen -S <screen_name> ~/arsenal/Bheem.sh -h
Bheem running even if the SSH Connection is terminated or you turn off your local machine.Sample Usage
Bheem -t targetfile -SBheem -t targetfile -MBheem -t targetfile -Ltargetfile contains list of domains to perform Recon. For example: targettest.com
Side Notes
/Bheem/arsenal/autoxss.sh to yours . Visit XSS Hunter to get your Blind XSS PayloadTools Used
~ Other onliners and tools to be added.
PR Notes
install.sh please create a PR for it.X tool used by Bheem is not successful, please do not create a PR for it. As this issue is required to be Raise to the specific Tool Owner.Future Plans/Under Development
Special Thanks
Every single application security community member and tool developers. Special Thanks to:
The groupdel command in Linux removes a group from the system. It deletes the group's entry from /etc/group and /etc/gshadow,…
The wc command in Linux counts lines, words, characters, and bytes in files or standard input. It…
The top command in Linux provides a real-time view of running processes and system resource usage. From…
The usermod command in Linux modifies existing user account attributes. You can use it to manage group…
The sort command in Linux reads lines from files or standard input and writes them to standard…
The wall command in Linux sends a message to the terminals of all currently logged-in users. The…