Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "SQL injection/Blind/Boolean"
From NetSec
(→Boolean Enumeration) |
|||
(3 intermediate revisions by one other user not shown) | |||
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 boolean enumeration|Response based]] (Tool: [[mysqli-blindutils]] > [[sqli-p.pl]]) |
− | * Full blind: Timing-based | + | * Full-blind: [[Timing-based boolean enumeration|Timing based]] (Tool: [[mysqli-blindutils]] > [[sqli-slee.py]]) |
Latest revision as of 16:43, 21 November 2012
Boolean Enumeration
There are primarily two types of attacks used for boolean enumeration:
- Partial-blind: Response based (Tool: mysqli-blindutils > sqli-p.pl)
- Full-blind: Timing based (Tool: mysqli-blindutils > sqli-slee.py)