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

Difference between revisions of "Main Page/Featured Article"

From NetSec
Jump to: navigation, search
Line 1: Line 1:
<center><big>'''Lua'''</big></center>
+
<center><big>'''Comparitive Precomputation'''</big></center>
  
Lua is a portable interpreted language. It is mainly used in Games (such as Blizzard Entertainment's ''World of Warcraft''), however it is also used by [[nmap|NMAP's]] Scripting Engine ('''NSE''').  Because of its portable nature, LUA implementations differ from [[application]] to application.
+
Comparitive precomputation is a blind SQL injection technique to extract as much data as possible in as little requests as possible. Faster than time-based injection and boolean enumeration, it builds a precomputation table and can extract a byte at a time, or more!
  
<center>'''''[[LUA|Learn more - Lua]]'''''</center>
+
<center>'''''[[Comparitive Precomputation|Learn more - Comparitive Precomputation]]'''''</center>

Revision as of 21:49, 20 November 2012

Comparitive Precomputation

Comparitive precomputation is a blind SQL injection technique to extract as much data as possible in as little requests as possible. Faster than time-based injection and boolean enumeration, it builds a precomputation table and can extract a byte at a time, or more!

Learn more - Comparitive Precomputation