Penetration Testing GoldenEye VM from VulnHub
Network Scanning
Initial discovery of the target machine was performed using NMAP:
nmap 192.168.206.124/24
Target identified at 192.168.206.167 with open ports 25 (SMTP) and 80 (HTTP).
Comprehensive port scan revealed additional services:
nmap 192.168.206.167 -p- -sS -A
Key findings:
Port 25: Postfix SMTP daemon
Port 80: Apache HTTP server
P ...
Posted on Tue, 28 Jul 2026 16:51:22 +0000 by maneetpuri