Home

Awesome

Scan SQL Injection

InjectBot™

A web-based, easy-to-use, SQL injection scanner and exploiter tool.

Why InjectBot?

Unlike other SQLi tools out there, InjectBot is so simple to use, yet very fast compared to other SQL tools. (like 1 to 10 faster!!)

Current Features:

DEMO

A complete scan to a web app showing all the above features in only 23 seconds.

InjectBot SQLi scanning Demo

Who should use InjectBot?

Whether you are a web developer or pen tester, red or blue teamer, this tools would be perfect to be in your tools arsenal to test web applications against SQL Injection vulnerabilities.

Installation

Choose your best option below then open at your browser: http://localhost:11111

Just run the script run.sh that comes with the script as follows

./run.sh

Note: in this option you need to have php and php-curl installed in you machine.

Your best option here is to use docker, for that you may build your image and run the container:

docker build -t injectbot .
docker run -d --name injectbot -p 11111:80 injectbot

Or call the updated image from our docker hub:

docker run --name injectbot -d -p 11111:80 tariqhawis/injectbot:latest

If you have any issue with the installation, contact me at github issues, and I will be glad to help:)

Version History/Changelog

InjectBot v0.1.0 stable

Have an idea for InjectBot?

There are plenty of improvements this script could use, If you want to add something and have any cool idea related to this tool, please contact me using github issues and I will update the master version.

If you are a PHP developer yourself, feel free to PR this tool, and I will merge the good ideas.

Looking for a useful SQL Injection Course?

Contact me if you are looking for a course on web penetration testing, web application security, or a course explosively on SQL Injection, I am preparing for attackers and defenders (100% technical).

Advisory

This tool should be used for authorized penetration testing and/or educational purposes only. Any misuse of this software will not be the responsibility of the author or of any other collaborator. Use it at your own networks and/or with the network owner's permission.

GPL-3.0 License 2020 InjectBot™ - By Tariq Hawis