Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "SQL injection/Blind/Boolean"
From NetSec
Line 1: | Line 1: | ||
=== Boolean Enumeration === | === Boolean Enumeration === | ||
'''There are primarily two types of attacks used for [[boolean enumeration]]:''' | '''There are primarily two types of attacks used for [[boolean enumeration]]:''' | ||
− | * Partial blind: Response-based | + | * Partial blind: Response-based (Tool: [[mysqli-utils]] > [[sqli-p.pl]]) |
− | * Full blind: Timing-based | + | * Full blind: Timing-based (Tool: [[mysqli-utils]] > [[sqli-slee.py]]) |
Revision as of 16:06, 21 November 2012
Boolean Enumeration
There are primarily two types of attacks used for boolean enumeration:
- Partial blind: Response-based (Tool: mysqli-utils > sqli-p.pl)
- Full blind: Timing-based (Tool: mysqli-utils > sqli-slee.py)