B-Hunters

2 days ago 14
BOOK THIS SPACE FOR AD
ARTICLE AD

Ebraam Emil

B-Hunters

𝗕-𝗛𝘂𝗻𝘁𝗲𝗿𝘀 𝗕𝘂𝗴 𝗕𝗼𝘂𝗻𝘁𝘆 𝗙𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸 𝗩𝟭.𝟬

— — — — — — — — — — — — — — — — — — — —

Finally I can say that I finished the first version of my bug bounty framework.

𝗪𝗵𝘆 𝗕-𝗛𝘂𝗻𝘁𝗲𝗿𝘀?
While doing bug bounty I found that I need to run different many tools with different sequences that may help get better results why is a big headache while I was developping my own script to do all of these sequences and Ideas. Also, while checking other big frameworks I found many issues happen that can stop the whole scan and scan takes too much time because it waits for too much time until other tools finish which can lead to huge waste of time.
Also some times I found that I have another server that I want to run tools on with my server so I had manually install tools and run them and gather data togeather. From there come the idea of B-Hunters that uses a microservices architecture to provide these features:

𝗜𝘀𝗼𝗹𝗮𝘁𝗶𝗼𝗻: Each tool runs in its own container, ensuring no interference between tools.
𝗥𝗲𝘀𝗶𝗹𝗶𝗲𝗻𝗰𝗲: Faults in one service do not affect others.
𝗦𝗰𝗮𝗹𝗮𝗯𝗶𝗹𝗶𝘁𝘆: Allows horizontal scaling by distributing services across multiple machines.
𝗙𝗹𝗲𝘅𝗶𝗯𝗶𝗹𝗶𝘁𝘆: Enables you to easily replace or update individual components without disrupting the entire framework.
𝗣𝗮𝗿𝗮𝗹𝗹𝗲𝗹𝗶𝘀𝗺: Tasks are processed concurrently, significantly reducing recon time.

The framework currently includes different tools for different type of recon, scanning, and enumeration.

You can start running the tool with few lines of code.
you have first to install the tool using pip.
pip install b-hunters

and check repo B-Hunters-Playground
https://github.com/B-Hunters/B-Hunters-playground
Where you can simply configure settings and start the main system of redis,minio,mongodb, system.
Then start the docker compose that simply run the tools.

I am working hard to increase the number of toosl and enhance the performance

#bugbounty #framework

Read Entire Article