Skip to content

Automatic SQL injection (sqli) developed in php. This SQL injector has graphical interface.

Notifications You must be signed in to change notification settings

muertet/SQLi-Digger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLi-Digger

Analytics

** OLD HORRIBLE CODE **

Usage: TARGET_URL=Must finish with vulnerable var(ex: http://google.com/index.php?id=1)

$injection=new SqlDigger(TARGET_URL);

$injection->init();

$injection->getRows();

  • $injection->currentTable(); // returns current table
  • $r=$injection->show('databases'); //returns databases
  • $r=$injection->show('tables',array('db'=>'DATABASE')); //returns tables from DATABASE
  • $r=$injection->show('columns',array('db'=>'DATABASE','table'=>'TABLE')); //returns colums from DATABASE.TABLE

About

Automatic SQL injection (sqli) developed in php. This SQL injector has graphical interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published