This is the playground for B-Hunters Framework
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.
You have to update b-hunters.ini with you server IP if you want to use it on multiple servers or use Network IP for localhost and update passwords as you want.
Update .env file with same passwords if you have changed them
If you want to use XrayScanner you have to update http_base_url in config.yaml file with your Server IP or Network IP in config.yaml in config/xrayserver and config/xrayclient folder
Remember You have to install b-hunters package and use same b-hunters.ini configuration to be able to interact with the system
The easiest way to start the main toosl is using docker compose inside this repo folder.
docker compose up -dNow database, minio, redis, and B-Hunters system are init.
You can check dashboard of tools using Server_IP:6500.
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
