aws-enumerator icon indicating copy to clipboard operation
aws-enumerator copied to clipboard

Quality of life changes for the enumerator.

Open Allevon412 opened this issue 1 year ago • 0 comments

I had trouble running aws_enumerator on windows because the terminal package doesn't appear to work well with windows powershell or windows terminal. So I added a runtime check to ensure that if we're running in windows it uses a static number of dashes for each service when dumping privileges.

I additionally, added a bit of code that will print out the successfully identified services with allow permissions after enumeration finishes so we don't have to scroll through a long list and potentially miss some services due to the grouping / strain on eyes.

Allevon412 avatar Oct 31 '24 16:10 Allevon412