Nosql injection

chevron-rightCHECKLISThashtag
  • Try for authentication bypass

  • Try to find which database is working on backend. i.e., graphQL , MongoDB

  • Try sending data in json.

  • Change content-type to json

  • change request method GET > POST {as it is impossible to send json data in GET request}

  • Try json type-juggling

Difference between sql & nosql database

Exploiting Methodology / Technique

Payloads

Last updated