Questions about this topic? Sign up to ask in the talk tab.

SQL injection/mysqli-blindutils

From NetSec
Revision as of 00:57, 19 November 2012 by LashawnSeccombe (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

mysqli-blindutils is a package of various blind SQL injection utilities capable of extracting data from remote MySQL databases.


Package contents:

  1. sqli-hap.py - A python script that uses comparative precomputation to exceed the speeds of boolean enumeration during data retrieval.
  2. sqli-p.pl - A perl script that uses boolean enumeration to retrieve data.
  3. sqli-slee.py - A python script that uses a boolean timing attack for data extraction.