AutoSQLi
AutoSQLi copied to clipboard
An automatic SQL Injection tool which takes advantage of ~DorkNet~ Googler, Ddgr, WhatWaf and sqlmap.
AutoSQLi should be able to select a proxy from a list given by the user. It would allow to bypass rate-restrictions of DuckDuckGo and Google
Sometimes, the same url can show up on different search engines. The oldest Target should be kept.
[here](https://github.com/Ekultek/Zeus-Scanner/blob/master/lib/attacks/sqlmap_scan/__init__.py) is a sqlmap API hook that can be used, you’ll need to figure out how to leverage it with your system and how to call sqlmap but it should...
Currently, to debug AutoSQLi, I need to run it with the --debug flag which launch a sort of a python debugger which looks like GDB. this permit to check entirely...