Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/V0rt3xS0urc3/RedTeam-Portfolio/llms.txt

Use this file to discover all available pages before exploring further.

Welcome to the RedTeam Portfolio — a collection of practical offensive security projects by Diego Arriagada Zamora (V0rt3xS0urc3). Whether you’re setting up a portable pentesting environment, studying network segmentation, or working through CTF machines, you’ll find detailed documentation and real working examples here.

Kali Portable

Full Kali Linux pentesting station in Docker with NVIDIA GPU acceleration and 100+ pre-installed tools.

Quick Install

Automated installer handles Docker, GPU setup, wordlists, and image build in one script.

Red Network Lab

Enterprise-grade segmented home network with 6 VLANs, QoS, and WireGuard VPN on Cisco 892FSP.

CTF Writeups

Step-by-step solutions for DockerLabs machines from Very Easy to Hard difficulty levels.

Get Started with Kali Portable

1

Clone the repository

git clone https://github.com/V0rt3xS0urc3/RedTeam-Portfolio.git
cd RedTeam-Portfolio/kali-portable
2

Run the automated installer

The installer detects your OS, installs Docker if needed, configures NVIDIA GPU support, builds the image, and downloads wordlists — all automatically.
chmod +x scripts/install-on-new-pc.sh
./scripts/install-on-new-pc.sh
3

Launch your pentesting environment

./run-kali.sh normal
For WiFi auditing with hardware access, use ./run-kali.sh wpa2.
Installation takes approximately 30–45 minutes depending on your internet connection. The image includes SecLists, rockyou.txt, Hashcat rules, and 100+ pentesting tools.

What’s Inside

100+ Tools

Nmap, Metasploit, Burp Suite, BloodHound, Impacket, Hashcat, and more — all pre-configured.

GPU Cracking

NVIDIA CUDA acceleration for Hashcat — crack WPA2 handshakes orders of magnitude faster.

WPA2 Automation

Automated pipeline from handshake capture to password cracking with auto-crack-wpa2.sh.

6 VLANs

Cameras, Gaming, Multimedia, Smartphones, Guests, and Admin — fully isolated segments.

WireGuard VPN

Secure remote access into your lab network from anywhere with WireGuard tunneling.

DockerLabs CTFs

Detailed writeups covering recon, exploitation, and privilege escalation methodologies.
All tools and techniques documented here are for authorized security testing and educational purposes only. Never test systems without explicit written permission. Unauthorized access is illegal under Chilean Law 19.223 and equivalent laws worldwide.

Build docs developers (and LLMs) love