Skip to content

Commit

Permalink
Change an existing Rule to find more candy.
Browse files Browse the repository at this point in the history
Changing the rule identifying client secrets to identify unquoted secrets as well.
  • Loading branch information
zh54321 authored Oct 11, 2024
1 parent 429ad8b commit a4809a2
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 a4809a2

Please sign in to comment.