Skip to content

Commit

Permalink
Merge pull request #159 from SnaffCon/regexfix
Browse files Browse the repository at this point in the history
fix for #158
  • Loading branch information
l0ss authored Oct 25, 2024
2 parents 02c7410 + 0fcfb20 commit ba95a9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WordList = ["passw?o?r?d\\s*=\\s*[\\'\\\"][^\\'\\\"]....",
"api[Kk]ey\\s*=\\s*[\\'\\\"][^\\'\\\"]....",
"passw?o?r?d?>\\s*[^\\s<]+\\s*<",
"passw?o?r?d?>.{3,2000}</pass",
"-passw?o?r?d?",
"[\\s]+-passw?o?r?d?",
"api[kK]ey>\\s*[^\\s<]+\\s*<",
"[_\\-\\.]oauth\\s*=\\s*[\\'\\\"][^\\'\\\"]....",
"client_secret\\s*=*\\s*",
Expand Down

0 comments on commit ba95a9f

Please sign in to comment.