Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 432 Bytes

metaploitable2.md

File metadata and controls

30 lines (23 loc) · 432 Bytes

Hacking 1 (non-root)

Ref:

Setup ;o) Hacking Target (192.168.56.110)

cd /usr/lib/cgi-bin
# sudo hello.sh
#!/bin/bash
echo "Content-type: text/html"
echo ""
echo "Hello world!"
# chmod u+x is not sufficient 
chmod 755 hello.sh

Start attack from Kali (192.168.56.109)

# per ssh 
msfconsole
search shellshock 
etc.