The one reserved for residential usage is home.arpa
.
I think the lemmy.world admin posted on his official Mastodon.
If you run the instance only for yourself then I’d say it makes you an unattractive target. Why do a lot of work to hack an instance with one user?
But yeah, since Lemmy’s code is not super mature there’ll be some pains in the short term.
Looks like lemmy.blahaj.zone is back
Realizing this blew my mind. Definitely more interesting than following people.
This is hilariously timed considering the current panic at the hacked instances.
Tough call, probably for the best. Hopefully it’s resolved soon.
I think that’s right on the money.
The sophistication is impressive, using emojis. Are people getting paid to find the vulnerabilities or are they just bored??
Curl didn’t return anything. They’re likely just using it to log requests since the request path contains the data they need.
I’d be willing to bet they’re using the API to make all the changes. The cookie has the jwt token. I don’t believe you need the username (at least judging by the js API docs).
Looks like it’s issuing a GET to https://zelensky.zip/save/{ENCODED_JWT_TOKEN_AND_NAV_FLAG}
.
The ENCODED_JWT_TOKEN
is from btoa(document.cookie+nav_flag)
where nav_flag
is essentially 'navAdmin'
if the account hit is an admin or ''
if the user hit is not an admin (it checks if the admin button in the nav exists). Their server is likely logging all incoming requests and they just need to do a quick decoding to get jwt tokens and a flag telling them if it’s an admin account.
I’d be hesitant to visit Lemmy on a browser atm 😓
Extra content in exchange for an upvote 🤔
Yep, Lemmy is filling a Reddit-shaped hole. It’s a bit different but nice.
Hopefully there’s more research done. It doesn’t sound like it’s “absolutely carcinogenic”.
The “radiofrequency electromagnetic fields” associated with using mobile phones are “possibly cancer-causing”. Like aspartame, this means there is either limited evidence they can cause cancer in humans, sufficient evidence in animals, or strong evidence about the characteristics.
That’s awesome, glad you were able to find a solution!
r/latinopeopletwitter
Maybe an issue with ram? Could be loose, dusty, going bad.
Looks like the instance is on the latest RC which includes the fix for the vulnerability.