Kali Wiki PRO v6 · Laboratorios

Laboratorios y flujos reales

Recon web completo

subfinder -d dominio.com | httpx -title -tech-detect
katana -u https://dominio.com -jc
ffuf -u https://dominio.com/FUZZ -w wordlist.txt
nuclei -u https://dominio.com

Active Directory defensivo

PingCastle.exe --healthcheck
bloodhound-python -u user -p pass -d dominio.local -c all
nxc smb 10.0.0.0/24 --shares

DFIR de red

tcpdump -i eth0 -w evidencia.pcap
zeek -r evidencia.pcap
suricata -r evidencia.pcap

Contenedor vulnerable

trivy image app:latest
grype app:latest
syft app:latest -o table
Copiado