this post was submitted on 27 Jul 2026
279 points (98.9% liked)

/0

2211 readers
19 users here now

Meta community. Discuss about this lemmy instance or lemmy in general.

Service Uptime view

founded 3 years ago
MODERATORS
 

FYI admins

cross-posted from: https://quokk.au/c/fediverse/p/1066667/tesseract-dev-injects-malicious-code-into-browser-to-illegally-ddos-the-dbzer0-instance

As part of the devs farewell message on their site, they have included malicious code to make each visitor sends 2,000 requests to the dbzer0 servers in an attempt to DDOS and take the instance offline.

you are viewing a single comment's thread
view the rest of the comments
[–] JRaccoon@discuss.tchncs.de 8 points 3 days ago

Also wtf is up with the 100 - 1 + 1 expression? Is this some weird JavaScript quirk?

If searching online for a JS random number generator code, something like Math.floor(Math.random() * (max - min + 1) ) + min; is the most common result. If you're lazy or don't care, you just fill in the min and max and get that 100 - 1 + 1