Scripts I used to attack the TeamAcedia backend
  • Python 96.7%
  • Makefile 3.3%
Find a file
2026-06-03 04:36:13 +00:00
cloakcatcher add the scripts 2026-06-03 01:25:28 -03:00
crash_server add the scripts 2026-06-03 01:25:28 -03:00
million_zero_username add the scripts 2026-06-03 01:25:28 -03:00
spam_requests add the scripts 2026-06-03 01:25:28 -03:00
LICENSE Initial commit 2026-06-03 04:23:59 +00:00
README.md Update README.md 2026-06-03 04:36:13 +00:00

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.