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
you are viewing a single comment's thread
view the rest of the comments
[–] 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/