Nickguitar / DorkDumper

Simple PHP script that dumps websites vulnerable to SQL injection (GET)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DorkDumper

Simple PHP script that dumps websites vulnerable to SQL injection (GET)

Usage:

root@root:/:~# php ddumper.php dork pages file.txt

e.g.

root@root:/:~# php ddumper.php page.php?id= 20 URL.txt

The script will generate the file URL.txt containing all the vulnerable URL's that contains 'page.php?id=' found in 20 of Bing search.

(PHP-curl is required)

About

Simple PHP script that dumps websites vulnerable to SQL injection (GET)


Languages

Language:PHP 100.0%