enumerate-iam icon indicating copy to clipboard operation
enumerate-iam copied to clipboard

Attribute Error

Open Leectan opened this issue 4 years ago • 2 comments

When run with python enumerate-iam.py......... It says attribute error

botocore.exceptions.ReadTimeoutError):

AttributeError: 'module' object has no attribute 'ReadTimeoutError'

When run with python3 enumerate-iam.py....... it just hangs in terminal

Screen Shot 2020-04-07 at 12 35 53 PM

Any help is appreciated

Leectan avatar Apr 07 '20 16:04 Leectan

did you update the API calls - as explained on the readme? You can change the logging level from INFO to DEBUG on line 191 in main.py to see which test fails. Then remove that test from bruteforce_tests.py. A timeout option is needed ideally.

AnotherWayIn avatar Apr 29 '20 06:04 AnotherWayIn

I think we might be hitting an API rate limit on these calls? I have a feeling that a rate limit option is needed as well

mikerod-sd avatar Dec 02 '20 23:12 mikerod-sd