mirror of
https://github.com/fuzzdb-project/fuzzdb.git
synced 2024-11-10 05:24:12 +00:00
fb6aa78faa
Amazon AWS access key ID and access key regex
2 lines
94 B
Text
2 lines
94 B
Text
(?<![A-Z0-9])[A-Z0-9]{20}(?![A-Z0-9])
|
|
(?<![A-Za-z0-9/+=])[A-Za-z0-9/+=]{40}(?![A-Za-z0-9/+=])
|