killchain-compendium/exploit/sqli/no_sqli.md

531 B

NoSQL Injections

  • No tables, but files (collections)
  • Examples are Elasticsearch, MongoDB, Redis, CouchDB.

Querying

Tips & Tricks

  • Pass HTTP parameter as an array instead of user= and password= use user[$operator]=foo and password[$operator]=bar
    • 2D array via user[$nin][]=foo