Skip to content

Choose your language:
🇬🇧 English | 🇭🇺 Magyar


🛠️ NOSEC TOOLS

Custom red team utilities and recon scripts developed for internal use, training labs, and CTF practice.
Everything is open-source, fast, and made for attackers by attackers.


🔺 Red Team Launcher

Red Team Launcher

A modular Python launcher for executing local and remote enumeration tools.


🚀 Download

⬇️ Download Launcher (.zip)

🔎 View source on GitHub


Features

  • 🔐 Privilege Escalation Launcher (local use only, must be uploaded to the target)
  • 📡 Recon Launcher (Active Recon, Web Enum, WhoIs Lookup)
  • 💻 WinRemote Launcher (automated remote enum scripts, works over the network)

Structure

📁 RedTeamLauncher/
├── main_launcher.py         # Main menu
├── launcher.py              # Local Privesc launcher
├── recon_launcher.py        # Remote recon launcher
├── winremote-launcher.py    # Remote Windows tools
├── installer.sh             # Auto dependency setup
├── linpeas.sh               # Pre-included linPEAS script
├── scripts/                 # All module scripts
└── README.md