SQL injection Tool written on python
Script is written on python 3.6
In case to use it you will need:
1.) Python == 3.6 (site: https://www.python.org/downloads/)
2.) beautifulsoup4 == 4.5.3 (command on cmd pip install beautifulsoup4 , site: https://goo.gl/gUB1ro)
3.) texttable == 1.2.1 (download from site and install , site: https://pypi.python.org/pypi/texttable/1.2.1)
There is an older version of the script in project_python_2_7 folder if you want to run it with Python 2.7.x