fuzzdb/regex/amazon.txt
Adam Muntner fb6aa78faa Create amazon.txt
Amazon AWS access key ID and access key regex
2016-02-19 16:43:01 -05:00

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/+=])