Questions about this topic? Sign up to ask in the talk tab.
SQL injection/Blind/Extraction
From NetSec
Revision as of 18:45, 20 November 2012 by LashawnSeccombe (Talk | contribs)
Blind extraction
There are multiple types of blind data extraction attacks:
- Timing based
- Pre-computation based
The only things that all these methods have in common is:
- These attacks are all limited in some fashion because of environment and latency or dataset, respectively.
- You must not be afraid of programming.