Skip to main content

Trave Tricksters Legion - CTF Auto-Installer

Trave Tricksters Legion Logo

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.

Get Me On Github


πŸš€ 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​

  1. Clone this repo or download the installer script:

    git clone https://github.com/skull-ttl/vm-setup
    cd vm-setup
    chmod +x install.sh
  2. Run the installer as root (or with sudo):

    sudo ./install.sh

    You'll be prompted to download optional wordlists (large files).

  3. (Optional) Customize your WaveTerm workspace:

    • Edit ~/.waveterm/workspaces/ctf-default.yaml after install if you want your own aliases, colors, or blocks.

πŸ–₯️ 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​

ToolPurposeInstall Method
WaveTermModern terminalSnap
RustDeskRemote desktopGitHub .deb release
Proxychains4Proxy routingapt
TorAnonymity/Tor routingapt
PEASS-ngPrivilege escalationGitHub
MetasploitExploitation frameworkapt, msfupdate
pimpmykaliExtra pentest tweaksGitHub
flameshotScreenshot toolapt

...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