Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "SQL injection/mysqli-blindutils"
From NetSec
(Created page with "'''mysqli-blindutils''' is a package of various ''blind SQL injection'' utilities capable of extracting data from remote MySQL databases. Package contents: # [[sq...") |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{social}} | ||
+ | |||
+ | |||
+ | {{main|Web exploitation tools}} | ||
+ | |||
'''mysqli-blindutils''' is a package of various ''[[blind SQL injection]]'' utilities capable of extracting data from remote [[MySQL]] [[database]]s. | '''mysqli-blindutils''' is a package of various ''[[blind SQL injection]]'' utilities capable of extracting data from remote [[MySQL]] [[database]]s. | ||
Line 6: | Line 11: | ||
# [[sqli-p.pl]] - A [[perl]] script that uses [[boolean enumeration]] to retrieve data. | # [[sqli-p.pl]] - A [[perl]] script that uses [[boolean enumeration]] to retrieve data. | ||
# [[sqli-slee.py]] - A [[python]] script that uses a [[boolean timing attack]] for data extraction. | # [[sqli-slee.py]] - A [[python]] script that uses a [[boolean timing attack]] for data extraction. | ||
+ | |||
+ | {{warning|<center>End user is responsible for his or her own actions when using this software. It is a crime to use this software against any system that you do not own without written consent.</center>}} | ||
+ | |||
+ | |||
+ | <center>[ '''[[download mysqli-blindutils|DOWNLOAD]]''' ]</center> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | {{exploitation}} | ||
+ | |||
+ | [[Category:Web exploitation]] |
Latest revision as of 19:33, 20 November 2012
- Main article: Web exploitation tools
mysqli-blindutils is a package of various blind SQL injection utilities capable of extracting data from remote MySQL databases.
Package contents:
- sqli-hap.py - A python script that uses comparative precomputation to exceed the speeds of boolean enumeration during data retrieval.
- sqli-p.pl - A perl script that uses boolean enumeration to retrieve data.
- sqli-slee.py - A python script that uses a boolean timing attack for data extraction.
SQL injection/mysqli-blindutils is part of a series on exploitation.