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

Not showing success or failed status of credentials #7

Open
ankushgoel27 opened this issue Oct 29, 2020 · 2 comments
Open

Not showing success or failed status of credentials #7

ankushgoel27 opened this issue Oct 29, 2020 · 2 comments

Comments

@ankushgoel27
Copy link

hi,

when i run the command, i dont see any failed or success messages in the response. It should at least show any failed tries if the credentials didn't work.

python3 credking.py --plugin gmail --userfile users.txt --passwordfile test --access_key --secret_access_key

2020-10-29 06:21:54] Execution started at: 2020-10-29 06:21:54.211060
[2020-10-29 06:21:54] Loading credentials from users.txt and test
[2020-10-29 06:21:54] No validate function found for plugin: gmail
[2020-10-29 06:21:54] Creating build deployment for plugin: gmail
[2020-10-29 06:22:00] Created lambda arn:aws:lambda:us-east-2:313147307370:function:gmail_375711230 in us-east-2
[2020-10-29 06:22:00] User/Password Combinations: 40
[2020-10-29 06:22:00] Total Regions Available: 15
[2020-10-29 06:22:00] Total Lambdas: 1
[2020-10-29 06:22:00] Launching spray using arn:aws:lambda:us-east-2:313147307370:function:gmail_375711230...
[2020-10-29 06:22:02] Cleaning up lambdas in us-east-2...
[2020-10-29 06:22:02] Destroying arn:aws:lambda:us-east-2:313147307370:function:gmail_375711230:1 in region: us-east-2
[2020-10-29 06:22:02] End Time: 2020-10-29 06:22:02.186279
[2020-10-29 06:22:02] Total Execution: 7.975219 seconds

I even submitted few valid Gmail credentials in there that I know work but I didn't see any response back.

@Sid1337
Copy link

Sid1337 commented Jul 8, 2021

I have the same problem. Where the tool shows Success or Fail ?

@roobixx
Copy link

roobixx commented Oct 27, 2021

I did a little research into these issues and it turns out that everything is failing because of the way Google is rendering the HTML on the password page. It is being dynamically generated via JS and mechanicalsoup cannot handle JS. Thus mechanicalsoup cannot find the "passwd" element in the form.

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