NoSQL injection
What is it?
Checklist:
Exploitation
References & Resources
Last updated
Last updated
# basic login bypass
{"username": "anyname", "password": {"$ne": ""}}# retrieve data
{"$where": "this.someField == 'someValue'"}# blind
{"someField": {"$regex": "^someValue"}}