26 lines
No EOL
963 B
Markdown
26 lines
No EOL
963 B
Markdown
# TeamAcediaBackend-scripts
|
|
|
|
Scripts I used to attack the [TeamAcedia](https://github.com/TeamAcedia/) backend
|
|
|
|
Most of them are unmodified, but a few were rewritten from memory.
|
|
|
|
- cloakcatcher
|
|
|
|
Scripts to find users using CloakV4/Eclipse on servers by checking the backend.
|
|
The code is a mess and looks like it was written by a 14yo at 1AM (because it was).
|
|
While they did work, they eventually attracted the attention of TeamAcedia.
|
|
|
|
- million_zero_username
|
|
|
|
This script was originally written in late november 2025 to attack the backend.
|
|
The original script is lost to time so enjoy the slightly better rewrite.
|
|
|
|
- crash_server
|
|
|
|
This script is very similar to the last one, but it intends to send a request large enough to overwhelm the backend,
|
|
while the last one sends a large but valid request.
|
|
|
|
- spam_requests
|
|
|
|
This script was written in around April 2026, and was intended to overwhelm the backend by sending lots of small requests
|
|
to each endpoint. |