Trave Tricksters Legion - CTF Auto-Installer

Author: skullβ
A no-nonsense, modern Bash auto-installer for CTF, pentest, and hacking environments.
Designed for fast, reproducible setups for new team members or on fresh Linux boxes.
π Featuresβ
- WaveTerm: Modern terminal with pre-configured CTF workspace
- RustDesk: Secure remote desktop for team collaboration/support
- Proxychains4 & Tor: Out-of-the-box tunneling for red team activities
- PEASS-ng PrivEsc tools: linpeas, winpeas, and more
- Metasploit Framework: Automated install and database sync
- pimpmykali: Extra tweaks for pentest environments
- Optional: Wordlists, rainbow tables, and password dumps (ask before download!)
β‘οΈ Quick Startβ
-
Clone this repo or download the installer script:
git clone https://github.com/skull-ttl/vm-setup
cd vm-setup
chmod +x install.sh -
Run the installer as root (or with sudo):
sudo ./install.sh
You'll be prompted to download optional wordlists (large files).
-
(Optional) Customize your WaveTerm workspace:
- Edit
~/.waveterm/workspaces/ctf-default.yaml
after install if you want your own aliases, colors, or blocks.
- Edit
π₯οΈ Requirementsβ
- Ubuntu/Debian Linux (tested on latest LTS)
- 10GB+ disk space (more if you grab wordlists)
- Internet connection for package downloads
π Security Notesβ
- Never run random scripts from the Internet as root unless youβve read them.
- This script installs from official repos and trusted sources, but always check what youβre running.
- No secrets, passwords, or sensitive info should be added to this repo (see
.gitignore
).
π οΈ What Gets Installedβ
Tool | Purpose | Install Method |
---|---|---|
WaveTerm | Modern terminal | Snap |
RustDesk | Remote desktop | GitHub .deb release |
Proxychains4 | Proxy routing | apt |
Tor | Anonymity/Tor routing | apt |
PEASS-ng | Privilege escalation | GitHub |
Metasploit | Exploitation framework | apt, msfupdate |
pimpmykali | Extra pentest tweaks | GitHub |
flameshot | Screenshot tool | apt |
...and more. See install.sh
for details.
π‘ Customizationβ
- Put your own links in
links.txt
- Adjust wordlist options for your storage needs
- Add more tools as neededβforks and PRs welcome!
π Credits & Referencesβ
π€ Contributingβ
PRs, issues, and feedback are welcome!
Help us make the ultimate CTF starter kit for new hackers and seasoned pros alike.
β οΈ Disclaimerβ
For legal, educational, and ethical use only.
The Trave Tricksters Legion and script contributors take no responsibility for misuse.
Happy hacking!
β The Trave Tricksters Legion CTF Team