WINTXCODERS

Seguridad informática => Hacking => Mensaje iniciado por: tcpwrapped en Agosto 25, 2017, 06:05:52 PM

Título: [TOOL] SQL Injection Mass Scanner
Publicado por: tcpwrapped en Agosto 25, 2017, 06:05:52 PM
(https://camo.githubusercontent.com/58b3d352de9d9ffee8afdabd535c0b84791896ab/687474703a2f2f692e696d6775722e636f6d2f4266474230646a2e706e67)

SQL INJECTION MASS SCANNER

This tool can check a list of websites and see if they are vulnerable to Sql Injection. I don't take any responsibility for this tool usage in malicious purposes. It's free and open-source for everyone.
Esta herramienta puede chequear una lista de sitio webs y ver si son vulnerables a las inyecciones SQL. No asumo ninguna responsabilidad por el uso de esta herramienta con fines maliciosos.

USAGE

Download link: https://github.com/tcpwrapped/sqli-mass-scanner (https://github.com/tcpwrapped/sqli-mass-scanner)
php sqli-mass-scanner.php -l list.txt (The list need to be in the same directory as the tool)
php sqli-mass-scanner.php -u http://www.site.com/index.php?id=2 (Need to put http:// and www. for get the result successfully)

REQUERIMENTS

Ubuntu: sudo apt-get install php7 && sudo apt-get install php7-curl
Windows: Install Appserver/XAMPP/EasyPHP/Wampserver for can execute the tool.

CONTACT

If you've got any questions, doubts or any error comment it on the post.
Si tienes alguna pregunta, duda o algún error comentalo en el post.

[email protected] (http://mailto:[email protected])

Título: Re:[TOOL] SQL Injection Mass Scanner
Publicado por: WIитX en Agosto 25, 2017, 07:09:22 PM
Good tool!! I'm looking forward to trying it out, people had let some sql tools aside.