m4ll0k / SecretFinder

SecretFinder - A python script for find sensitive data (apikeys, accesstoken,jwt,..) and search anything on javascript files
GNU General Public License v3.0
2k stars 373 forks source link

Fix for aws access key id #50

Closed ryansonshine closed 3 years ago

ryansonshine commented 3 years ago

This change fixes the regex for aws access key IDs. Since AWS SSO has been introduced, access key IDs utilized by SSO users begin with "AS" rather than the standard "AK".