Injector a.k.a tr4c1l0rds is a tool to run simultaneous sql injections attacks anonymously using containers.
git clone https://github.com/alexoslabs2/injector.git
cd injector
./setup.sh
Download Docker from Docker Install if you don't have it yet!
git clone https://github.com/alexoslabs2/injector.git
cd privoxy
sudo docker build -t alexoscorelabs/privoxy .
cd ../sqlmap
sudo docker build -t alexoscorelabs/sqlmap .
./injector.sh -h
Usage: ./injector.sh -u [TARGET] [OPTIONS]
Usage: ./injector.sh [OPTIONS]
OPTIONS:
-l | --list List all existent containers
-e | --exited List all exited containers
-u | --url Set target url to be tested (e.g. injector -u www.example.com)
-f | --file Set a file containing a list of targets (e.g. injector -f targets.txt)
-d | --database Set the target database (e.g. injector -d <database>
-t | --table Set the target table (e.g. injector -d <database> -t <table>)
-r | --post Set the POST request parameters (e.g -r param1¶m2 or -r POST file request)
-s | --stop Stop the specified container (e.g. injector -s <container_name>) or use -s all to stop all containers
-o | --logs Show the container log
-p | --dump Dump the data
-n | --name Choose a name for you sqlmap container (e.g. injector -u TARGET -n INSTANCENAME)
-a | --stats Display the container's statistics
-i | --update Update Injector
-h | --help Print this help