v0rt3xs0urc3/redteam-portfolio — explained in plain English
Analysis updated 2026-06-24
Spin up a full penetration testing environment on any Linux machine using Docker, without installing tools natively.
Connect directly to TryHackMe or HackTheBox lab networks through the container's pre-configured OpenVPN setup.
Run GPU-accelerated password hash cracking with Hashcat inside Docker without configuring NVIDIA drivers manually.
Audit wireless networks for WPA2 vulnerabilities using a USB WiFi adapter in monitor mode from inside the container.
| v0rt3xs0urc3/redteam-portfolio | home-assistant/wheels-tensorflow | nodejs/wasm-builder | |
|---|---|---|---|
| Stars | 13 | 10 | 2 |
| Language | Dockerfile | Dockerfile | Dockerfile |
| Last pushed | — | 2021-05-15 | 2026-03-17 |
| Maintenance | — | Dormant | Maintained |
| Setup difficulty | hard | hard | moderate |
| Complexity | 3/5 | 4/5 | 3/5 |
| Audience | ops devops | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Installation takes 30-45 minutes, NVIDIA GPU required for Hashcat acceleration, USB WiFi adapter needed for WPA2 wireless audit mode.
This repository packages a complete Kali Linux environment inside Docker so that security professionals can run penetration testing tools on any Linux machine without installing them natively. The README is written in Spanish and includes a legal disclaimer stating the tools are intended only for authorized testing and practice platforms such as TryHackMe and HackTheBox. The setup process is automated through a single installer script. After cloning the repository and running it, the script installs Docker if it is not present, configures NVIDIA GPU access if available, builds a Docker image with over 100 tools pre-installed, and downloads common wordlist files used for password cracking, including the well-known rockyou.txt file. The estimated installation time is 30 to 45 minutes depending on internet speed. The toolset is organized into categories. For network scanning there are tools like Nmap, Masscan, and RustScan. Web auditing includes Burp Suite Community, SQLMap, Gobuster, and others for finding vulnerabilities in web applications. Password cracking is handled by Hashcat with NVIDIA CUDA GPU acceleration for speed, alongside Aircrack-ng for WiFi auditing, Hydra, and John the Ripper for brute force. Active Directory testing includes Impacket, BloodHound, NetExec, CrackMapExec, and Certipy. Post-exploitation tools include LinPEAS, WinPEAS, and Pwncat. There are also tools for forensics, mobile application reverse engineering, OSINT, and IoT firmware analysis. The container can be launched in different modes depending on the task. Normal mode is the default for general penetration testing, while a separate WPA2 mode enables hardware access to a USB WiFi adapter for wireless network auditing. OpenVPN is pre-configured so the container can connect directly to TryHackMe or HackTheBox lab networks. The repository also includes a step-by-step walkthrough in Spanish for capturing and cracking WPA2 WiFi handshakes, covering the full process from putting a WiFi adapter into monitor mode to converting captured traffic and running Hashcat against it. All steps explicitly require using equipment you own or have written authorization to test.
A Docker-packaged Kali Linux environment with over 100 penetration testing tools pre-installed, designed for security professionals to run on any Linux machine without native installation, with GPU-accelerated cracking and OpenVPN lab access.
Mainly Dockerfile. The stack also includes Docker, Kali Linux, NVIDIA CUDA.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.