peass-ng / PEASS-ng

PEASS - Privilege Escalation Awesome Scripts SUITE (with colors)
https://book.hacktricks.xyz
Other
15.86k stars 3.07k forks source link

winPEAS.ps1 AWS secret key regex fix #389

Closed kmanc closed 1 year ago

kmanc commented 1 year ago

I don't think the current regex actually gets the secret key. Access keys works fine though

carlospolop commented 1 year ago

Hi @kmanc ! The regex you removed will search for some secret between quotes after finding the "aws" string. Why do you think yours will work better?