DarkZero
As is common in real life pentests, you will start the DarkZero box with credentials for the following account john.w / RFulUtONCOL!
Apr 16, 202610 min read13

Search for a command to run...
Articles tagged with #write-up
As is common in real life pentests, you will start the DarkZero box with credentials for the following account john.w / RFulUtONCOL!

Iniciamos con un escaneo de nmap: nmap -sV -Pn -sC 10.129.10.150 Como en TCP esta solo el puerto 22 abierto, el cual corresponde a ssh, realizamos tambien un escaneo de puertos UDP: sudo nmap -sU -

Iniciamos con un escaneo de puertos: $nmap -sV -Pn -sC --script vuln -v 10.129.20.174 Si verificamos el puerto 80, notaremos que el servidor esta utilizando el servidor web de Microsoft IIS en su ve
