My phone died a few days ago, and the Cisco Duo app overwrote 2FA key backup after connecting my old phone to the internet.
Lemmy has no backup codes, nor can you disable 2FA even while logged in without a valid token.

Anyway, I noticed there’s no rate limiting on 2FA attempts.
So following Lemmy API docs I wrote this exceptionally stupid script (look at my foolish way of parallelization and no auto-stop).

I got the JWT token from logged-in Firefox session, using cookies.txt extension to export it.

Anyway, just make sure your password is secure enough, It’s obviously (potentially) better than 6 digits, probably with 3 valid combinations at each time (current 30s, past 30s, future 30s windows), if I am guessing how it works right.

My attempt also clearly involved a lot of luck with just 21,830 attempts (less than 5 minutes). But, if you’re lucky enough, you may guess it on first attempt, or never if you aren’t.

  • Draconic NEO@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    21
    ·
    6 days ago

    I’m really not a fan of 2FA since if I lose or break my phone in most 2FA implementations you just get locked out. Nothing to do. Even with TOTP keys it’s just an extra password I have to remember. I don’t want to do that, the marginal increase doesn’t feel worth the risk of being locked out of my account.

    So I just won’t use 2FA, especially on Lemmy of all places. Oh how I’ve heard the horror stories of people using the early 2FA implementation and getting locked out. Not me, not ever, people may say it’s better these days but this still doesn’t seem worth it.

    • nimpnin@sopuli.xyz
      link
      fedilink
      arrow-up
      13
      ·
      6 days ago

      What’s the point of using 2FA on non-crucial accounts anyway? If somebody wants to hack my lemmy account or something, I don’t really care at the end of the day.

      • Draconic NEO@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        5
        ·
        6 days ago

        There really isn’t any need, it’s very much overkill. I’d say in the vast majority of places where it is asked it is not needed and can even be a bad thing due to the risk of losing account access.

    • slampisko@lemmy.world
      link
      fedilink
      arrow-up
      6
      ·
      6 days ago

      I’m using Aegis Authenticator and I regularly back up my list to an external file uploaded to my NAS. If my phone dies (which has happened before), I can then just restore the list from the backup ¯\_(ツ)_/¯