This module is used to detecting and exploiting SQL injection in B-Hunters Framework using sqlmap.
To be able to use all the tools remember to update the environment variables with your API keys in docker-compose.yml
file as some tools will not work well until you add the API keys.
Note: You can use this tool inside B-hunters-playground
To use this tool inside your B-Hunters Instance you can easily use docker-compose.yml file after editing b-hunters.ini
with your configuration.
Rename docker-compose.example.yml to docker-compose.yml and update environment variables.
docker compose up -d
You can also run using docker image
docker run -d -e process_num=15 -e process_timeout=600 -v $(pwd)/b-hunters.ini:/etc/b-hunters/b-hunters.ini bormaa/b-hunters-sqlmap:v1.0
B-Hunters-SQLmap receives the data from different B-Hunters modules and run scanning on it.