Posts

Showing posts with the label mysql_native_password

Toby - HackTheBox

Image
Toby Machine (10.10.11.121) Info: As always hackthebox bring so much learninng with insane machines, i learned so many new things like how proxychains work, how different network tools like ifconfig and ip work and how http proxy is different from socks proxy. This box was a insane linux machine where user was already attacked and we had to follow the path of attacker to get foothold and root on machine. PS: I did this box after it retired and i read 0xdf blog and watched ippsec video before doing this. Recon: Starting with port scan we get 4 open ports rustscan -a 10.10.11.121 -u 5000 PORT STATE SERVICE REASON 22/tcp open ssh syn-ack 80/tcp open http syn-ack 10022/tcp open unknown syn-ack 10080/tcp open amanda syn-ack Although rustscan finds four open ports only 22 & 80 works. Rest gives connection reset error in browser. Anyway guessing at it 10080 is should be a webserver and 10022 a ssh server. Reading about port 10080 amanda . It is a...