carnal0wnage / weirdAAL

WeirdAAL (AWS Attack Library)
772 stars 92 forks source link

Support for Boto3 Profile #61

Closed jamiesonio closed 5 years ago

jamiesonio commented 5 years ago

Hi Chris and contributors,

Thank you for all your great work here ! I was wondering if there was support or planned for leveraging the credentials file in the aws dot directory ?

jamiesonio commented 5 years ago

Sorry for the issue guys, I see this now so this looks intentional to protect the user of the script. Going to close the issue. https://github.com/carnal0wnage/weirdAAL/blob/a6c8ab01f5237c24daf052b0961e65cc45b7e577/weirdAAL.py#L20

carnal0wnage commented 5 years ago

hey! yeah we started that way but it got confusing because boto3 kinda magically pics up those values. We made a decision to override all with the one in the .env file.