duo-bypass icon indicating copy to clipboard operation
duo-bypass copied to clipboard

Stuff after reverse engineering DUO's mobile app.

Results 8 duo-bypass issues
Sort by recently updated
recently updated
newest added

Hi, This PR simplifies the duo_activate.py for the user by automatically reading the QR code in the image qr.png. The QR code png can either be directly copied from the...

Hello! Thank you for your work. I assume you don't mind folks using this, but it would be nice to know what license you want for it.

My work has decided to use Duo and it's driving me nuts so I figured your script could help I've upgraded it to Python3 and poked it for a while...

Looks like the activation process has got a little less obfuscated. To fix: Remove the following lines.... data = unquote(qr_url.split('=')[1]) hostb64 = data.split('-')[1] host = base64.b64decode(hostb64 + '='*(-len(hostb64) % 4))...

Hello! I think you have seen that your app has been incredibly useful for a lot of folks, and it would be really nice if we could keep your repository...

Hi, I recently found my Duo Mobile officially switched from HOTP to TOTP. I played with the code around and realized the HOTP secret can be used to set up...

https://github.com/revalo/duo-bypass/pull/10