enumerate-iam
enumerate-iam copied to clipboard
Attribute Error
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
Any help is appreciated
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.
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