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 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
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
.
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