Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 390 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 390 Bytes

express-mongoDB

Data sanitization against NoSQL query injection - npm i express-mongo-sanitize

If it not exists let you login and get access to any account(with the password parameter) using the password 
the attacker put in the get req to see this:
cancel this line,open postman on login req and enter in the body:
{
"email":{"$gt":""}, 
"password": "pass1234"
}