add some info
This commit is contained in:
parent
fcecf1a04b
commit
80047402aa
1 changed files with 24 additions and 1 deletions
23
README.md
23
README.md
|
|
@ -1,3 +1,26 @@
|
|||
# TeamAcediaBackend-scripts
|
||||
|
||||
Scripts I used to attack the 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue