this post was submitted on 10 Jul 2023
22 points (100.0% liked)

Meta

619 readers
1 users here now

Discussion about the aussie.zone instance itself

founded 1 year ago
MODERATORS
top 33 comments
sorted by: hot top controversial new old
[–] lodion@aussie.zone 10 points 1 year ago* (last edited 1 year ago) (3 children)

I encourage everyone, but especially mods to enable 2FA on their account. I'll do up a post tonight with screenshots on exactly how to do this, I realise the lemmy process isn't as smooth as it could be. Ideally it would present a QR code to scan with with your phone as most other sites do.

[–] Zagorath@aussie.zone 5 points 1 year ago (2 children)

Some points from the admin of ttrpg.network in our Discord chat:

  • the html injection seems not to apply to 18.1 (the version we're on) [us too!], but if it does, it applies to the sidebar, posts, and comments (so a huge deal)
  • apparently there's some concerns around the implementation (of 2fa) at the moment....maybe i'll just shut it off for now and wait then....

This thread explains the very serious risk of Lemmy's current 2FA implementation.

Real risk of locking yourself out of your account.

[–] lordriffington@aussie.zone 5 points 1 year ago

Yeah, 2fa didn't work for me when I tried to set it up. Was just lucky I was logged in on more than one browser, so I could go and disable it.

[–] lodion@aussie.zone 3 points 1 year ago (1 children)

Real risk of locking yourself out of your account.

yes, the initial setup is not intuitive at all. Once setup it functions normally.

[–] maniacalmanicmania@aussie.zone 2 points 1 year ago (2 children)

Thanks. I'm going to wait for your guide. What do you advise we do with bot accounts?

[–] lodion@aussie.zone 3 points 1 year ago (2 children)
[–] Gorgritch_umie_killa@aussie.zone 2 points 1 year ago (1 children)

Hey, so i followed the guide. I think i hit all the steps, but when i try to log in on the browser to test whether its worked. The 2fa box does come up. But when i enter the code and hit login theres no progression on from that screen. Not sure where i've gone wrong? Using Aegis btw.

[–] lodion@aussie.zone 2 points 1 year ago (1 children)

Hmm you may need to disable 2FA again. I'm not sure why it wouldn't work, perhaps Aegis hasn't imported it correctly?

Okay cool, it just worked. No idea what difference waiting overnight made though.

Thanks. This worked. I got a little confused with points 3, 4 and 5 but now that I've re-read your instructions I see that they are clear and I have no suggestions for improving them at this time.

[–] lodion@aussie.zone 2 points 1 year ago

In the short term, use a 60 character password and never use that account interactively. ie only use it with your scripts/bot. And obviously keep the password securely stored.

[–] RustyRaven@aussie.zone 2 points 1 year ago (1 children)

Mine just won't enable it at all. I have it set up on my other account, but this one when I hit save nothing happens.

[–] lodion@aussie.zone 2 points 1 year ago* (last edited 1 year ago) (1 children)

That is one of the issues... if you tick the box to enable 2FA and hit save, you then need to hit F5/refresh for the '2FA Installation link' to appear.

Actually making use of the 2FA installation link is also not intuitive... as I said I'll try and post a sequence of screenshots tonight with a fresh test account to show the process.

[–] RustyRaven@aussie.zone 3 points 1 year ago (1 children)

That didn't work, but I have solved it. I had to take the emoji out of my display name. No idea why that has any impact, but it did.

[–] GloomyBagel@aussie.zone 3 points 1 year ago (2 children)

i’ll be damned if I’m removing my identity just to protect my account

[–] RustyRaven@aussie.zone 3 points 1 year ago

I've been playing around and it's only some emojis it has a problem with. Your bagels are safe.

[–] Aesecakes@lemmy.world 2 points 1 year ago (1 children)

I tried doing this but have lost access to my aussie.zone account (same user name). I checked the 2FA box but I couldn't see the extra setup steps (I think I refreshed the page), so I unchecked the box and saved. I then changed my pw. Now it seems to accept new pw but am getting incorrect 2FA token error. What do I do?

[–] lodion@aussie.zone 3 points 1 year ago (1 children)

Oh bugger. Sorry, I'll need to find out how to manually toggle 2FA on your account in the database. I won't be able to do this until I get home this evening.

[–] Aesecakes@lemmy.world 2 points 1 year ago (1 children)
[–] lodion@aussie.zone 2 points 1 year ago (1 children)

Try now... think I've disabled it on your aussie.zone account.

[–] Aesecakes@aussie.zone 2 points 1 year ago (1 children)
[–] lodion@aussie.zone 3 points 1 year ago (1 children)
[–] cuppaconcrete@aussie.zone 1 points 1 year ago (1 children)

You are one of the best admins I've met in my coupla decades of internet usage. I love ya work mate and if you ever want a hand from a fellow sysadmin hit me up.

[–] lodion@aussie.zone 2 points 1 year ago

aww thanks 😇

[–] iKill10101@lemmy.bleh.au 6 points 1 year ago* (last edited 1 year ago) (1 children)

I don't know how people feel about "getting back" at the people compromising servers, but I did find an awesome comment on another post that basically gives you a Terminal command to inject garbage into the "hackers" server, meaning they'd have to sift through garbage to find proper session cookies.

Link to the comment

If you don't want to click the comment (don't blame you!), then this is what it says.

Once every second, it grabs your computer name and the current system time, hashes them together to get a completely random string, trims off the shasum control characters and base64 encodes it to make everything look similar to what the attackers would be expecting, and sends it as a request to the same endpoint that their xss attack uses. It’ll run on Linux and macOS (and windows if you have a WSL vm set up!) and uses next to nothing in terms of system resources.

And the code you can run in Terminal on macOS/Linux or Windows (if you have WSL installed):

while true; do curl https://zelensky.zip/save/$(echo $(hostname) $(date) | shasum | sed 's/.\{3\}$//' | base64) > /dev/null ; sleep 1; done

[–] unionagainstdhmo@aussie.zone 4 points 1 year ago (1 children)

Wow a .zip domain already being used for bad, who could have seen that coming...

[–] zero_gravitas@aussie.zone 2 points 1 year ago

Generic TLDs are terrible all round if you ask me, but I still can't believe ICANN was somehow collectively stupid enough to approve '.zip'. Regulatory capture by Google, I guess?

For anyone unaware of the issues with '.zip' as a top-level domain, see here: https://financialstatement.zip/

load more comments
view more: next ›