Skip to content

This module is used to detect web techs in B-Hunters Framework

Notifications You must be signed in to change notification settings

B-Hunters/B-Hunters-Playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

B-Hunters-playground

This is the playground for B-Hunters Framework

Requirements

To be able to use all the tools remember to update the environment variables with your API keys in docker-compose-tools.yml file as some tools will not work well until you add the API keys.

Configuration

You have to update b-hunters.ini with you server IP if you want to use it on multiple servers or use 127.0.0.1 for localhost and update passwords as you want.
Update .env file with same passwords if you have changed them

Remember You have to install b-hunters package and use same b-hunters.ini configuration to be able to interact with the system

How to run

1. Start Main System

The easiest way to start the main toosl is using docker compose inside this repo folder.

docker compose up -d

Now database, minio, redis, and B-Hunters system are init. You can check dashboard of tools using Server_IP:6500.

2. Start Tools

To start all tools now we can you use the docker-compose-tools.yml file inside this repo folder. This docker compose will init all tools using the image

docker compose -f docker-compose-tools.yml up -d

You can update the number of replicas of tool foreach tool using replicas parameter in docker-compose-tools.yml

"Buy Me A Coffee"

About

This module is used to detect web techs in B-Hunters Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published