Skip to content

Commit

Permalink
Merge branch 'master' into enhancement/396
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveYesland authored Jan 18, 2024
2 parents e0dbeb9 + e342c64 commit 723d9bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pacu/core/secretfinder/regexs.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
"RSA private key": "-----BEGIN RSA PRIVATE KEY-----",
"SSH (DSA) private key": "-----BEGIN DSA PRIVATE KEY-----",
"SSH (EC) private key": "-----BEGIN EC PRIVATE KEY-----",
"SSH (ed25519) private key": "-----BEGIN OPENSSH PRIVATE KEY-----"
"PGP private key block": "-----BEGIN PGP PRIVATE KEY BLOCK-----",
"OpenSSH private key": "-----BEGIN OPENSSH PRIVATE KEY-----",
"Twilio API Key": "SK[0-9a-fA-F]{32}",
"Twitter Access Token": "[t|T][w|W][i|I][t|T][t|T][e|E][r|R].*[1-9][0-9]+-[0-9a-zA-Z]{40}"
}
}

0 comments on commit 723d9bd

Please sign in to comment.