Skip to content

Commit

Permalink
Merge pull request m4ll0k#26 from nahoragg/patch-1
Browse files Browse the repository at this point in the history
Update SecretFinder.py
  • Loading branch information
m4ll0k authored Sep 8, 2020
2 parents 9124803 + c4a5572 commit ae3a0a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SecretFinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
# regex
_regex = {
'google_api' : r'AIza[0-9A-Za-z-_]{35}',
'firebase' : r'AAAA[A-Za-z0-9_-]{7}:[A-Za-z0-9_-]{140}',
'google_captcha' : r'6L[0-9A-Za-z-_]{38}|^6[0-9a-zA-Z_-]{39}$',
'google_oauth' : r'ya29\.[0-9A-Za-z\-_]+',
'amazon_aws_access_key_id' : r'AKIA[0-9A-Z]{16}',
Expand Down

0 comments on commit ae3a0a6

Please sign in to comment.