Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attribute Error #10

Open
Leectan opened this issue Apr 7, 2020 · 2 comments
Open

Attribute Error #10

Leectan opened this issue Apr 7, 2020 · 2 comments

Comments

@Leectan
Copy link

Leectan commented Apr 7, 2020

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

@AnotherWayIn
Copy link

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.

@mikerod-sd
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants