/ basant / raw / SQLi.wiki
SQLi.wiki
 1  = SQL Injections =
 2  
 3  source: https://github.com/payloadbox/sql-injection-payload-list
 4  
 5  Types: 
 6  * In-Band SQL Injection - Usually used to exfiltrate data that isn't supposed to be accessible
 7  * Error Based SQLi - Uses errors to understand how to exploit the db (Which tables exist, how many columns, etc) 
 8  * Blind SQLi - The data is not returned with the input query, so we can't exfiltrate 
 9  * Union-based SQLi - Using SQL union to gather data from other tables in a single query
10  
11