Skip to content

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

Notifications You must be signed in to change notification settings

Nickguitar/DorkDumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages