Skip to content

Commit

Permalink
Merge pull request #155 from zh54321/patch-2
Browse files Browse the repository at this point in the history
Change an existing rule to find more candy.
  • Loading branch information
l0ss authored Oct 15, 2024
2 parents 429ad8b + a4809a2 commit 36903dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WordList = ["passw?o?r?d\\s*=\\s*[\\'\\\"][^\\'\\\"]....",
"passw?o?r?d?>.{3,2000}</pass",
"api[kK]ey>\\s*[^\\s<]+\\s*<",
"[_\\-\\.]oauth\\s*=\\s*[\\'\\\"][^\\'\\\"]....",
"client_secret\\s*=\\s*[\\'\\\"][^\\'\\\"]....",
"client_secret\\s*=*\\s*",
"<ExtendedMatchKey>ClientAuth",
"GIUserPassword"
]
Expand Down

0 comments on commit 36903dc

Please sign in to comment.