mirror of
https://github.com/danielmiessler/SecLists
synced 2025-12-26 02:33:16 +01:00
Adding the not in operator
Adding the not in operator as another thing to check or test. It will equivalently act as { $ne: 1 } only it functions within an array.
This commit is contained in:
parent
9a14bdb7ca
commit
5b5cafaa47
1 changed files with 1 additions and 0 deletions
|
|
@ -17,3 +17,4 @@ db.injection.insert({success:1});return 1;db.stores.mapReduce(function() { { emi
|
|||
[$ne]=1
|
||||
';sleep(5000);
|
||||
';it=new%20Date();do{pt=new%20Date();}while(pt-it<5000);
|
||||
{$nin: [""]}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue