aws-google-auth icon indicating copy to clipboard operation
aws-google-auth copied to clipboard

Google added numerical codes to the challenge

Open acarl005 opened this issue 6 years ago • 4 comments

I do 2-factor auth with a Google prompt on my phone. Recently, they have added a multiple choice numerical code to the challenge. I saved and opened the HTML for the auth page, and here is what it looks like:

screen shot 2018-05-21 at 9 57 48 pm

Then, the prompt on my phone asks me to choose between several numbers. I am expected to choose the one that appears on the auth page (in this case, 91). However, this was not displayed in the command line, so I was unable to complete the challenge without guessing. I believe all that's necessary is to parse this number from the HTML and echo it.

If you're interested in supporting this, I can provide the HTML for the auth page in a Gist or something. Or I could put in a PR.

acarl005 avatar May 22 '18 05:05 acarl005

@acarl005 a pull request would be greatly appreciated - If you need pointers please call out for help.
I can probably take a look at this in a week or so (pretty flat out ATM) if you have issues.

stevemac007 avatar May 22 '18 11:05 stevemac007

During the prompt an HTTP 400 is raised, polling seems broken

Nomane avatar Nov 29 '18 09:11 Nomane

I also can't get past this step - Where are the numbers supposed to go? In my terminal?

kilgarenone avatar Oct 13 '21 10:10 kilgarenone

any new updates on this ?

ozcodes avatar Dec 14 '22 10:12 ozcodes