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

Audio Captcha Solving as an alternative 2Captcha #24

Open
s0enke opened this issue Jan 27, 2022 · 2 comments
Open

Audio Captcha Solving as an alternative 2Captcha #24

s0enke opened this issue Jan 27, 2022 · 2 comments

Comments

@s0enke
Copy link
Contributor

s0enke commented Jan 27, 2022

This is a feature request.

awsapilib can currently solve captchas (e.g. in root user signing and password reset) via 2captcha.

AWS recently added the Audio Captcha functionality to all captcha occurrences (signup, sign-in, password reset).
AWS audio captchas can be solved e.g. via Amazon Transcribe, example code can be found at the superwerker MAVM project.
This would enable awsapilib to be self-contained within AWS without having to provide 3rd party APIs/API keys like 2captcha.

@costastf
Copy link
Collaborator

costastf commented Oct 4, 2022

Hi @s0enke , looking into this quite old by now feature request and I am thinking that it would be a chicken and egg problem. The point of this library is to give root access to an account. That assumes no prior connectivity to the account. How do you imagine the interface to be for the usage of the native services of aws? That would require access to another account for usage of those services which would make things confusing and complex, I think. Any thoughts?

@s0enke
Copy link
Contributor Author

s0enke commented Oct 5, 2022

Hi @costastf,

you are correct, using AWS Transcribe would also need valid AWS credentials to work. It doesn't have to be the same account as the one that awsapilib is desired to login as root user - but it can be an arbitrary AWS account with Transcribe permissions.

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

2 participants