Skip to content

Commit

Permalink
Update SecretFinder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
z3dc0ps authored Jan 29, 2021
1 parent d76e0a3 commit 5f97873
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 @@ -69,6 +69,7 @@
'json_web_token' : r'ey[A-Za-z0-9-_=]+\.[A-Za-z0-9-_=]+\.?[A-Za-z0-9-_.+/=]*$',
'slack_token' : r"\"api_token\":\"(xox[a-zA-Z]-[a-zA-Z0-9-]+)\"",
'SSH_privKey' : r"([-]+BEGIN [^\s]+ PRIVATE KEY[-]+[\s]*[^-]*[-]+END [^\s]+ PRIVATE KEY[-]+)",
'Heroku API Key' : r'[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}',
'possible_Creds' : r"(?i)(" \
r"password\s*[`=:\"]+\s*[^\s]+|" \
r"password is\s*[`=:\"]*\s*[^\s]+|" \
Expand Down

0 comments on commit 5f97873

Please sign in to comment.