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