Google Authenticator Automation

W1ckd

Registered Member
Joined
Oct 31, 2019
Messages
59
Reaction score
54
For one of my projects i need to authenticate a login using google authenticator (Cant be disabled).

The project in a nutshell is a webscrape automation using chrome browser (Or we can use any browser for that matter)

While we have 2 last resort options to build ourselves, those are time consuming and would rather not re-invent the wheel.

Googling and looking arround it seems im stuck with building myself?

Appreciate any food for tought new ideas also :)
 
The algorithm used in authenticator is open source, but you need the seed. If you have the seed and the algorithm then you can implement your own sequence generator and get every challenge right.
 
That actually sounds really good, But also sounds very time consuming in the language im familiar with, (Still best option after a quick google, No existing projects exist for me to rip it off tough)

Seems that ill hire someone on fiver to write a short script to deal with the authenticator the way you described.

Thanks!
 
Last edited by a moderator:
That actually sounds really good, But also sounds very time consuming in the language im familiar with, (Still best option after a quick google, No existing projects exist for me to rip it off tough)

Seems that ill hire someone on fiver to write a short script to deal with the authenticator the way you described. (Unless you are for hire and can help me integrate)

Thanks!
In case you really don't want to write the thing yourself you can find an implementation in another language and just use that + the language you know.
 
Back
Top