Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Mysqli-blindutils"
From NetSec
(Redirected page to SQL injection/mysqli-blindutils) |
|||
Line 1: | Line 1: | ||
− | + | {{:SQL injection/mysqli-blindutils}} |
Latest revision as of 00:11, 19 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.
Mysqli-blindutils is part of a series on exploitation.