Skip to main content

HackTheBox -Active - Postman - Placeholder

HackTheBox -Active - Postman

Got use and root on this box on 1/3/20. This is just a placeholder until the box is retired and I can upload my full write up.

Recon:

As always I start with a simple up/down scan on all TCP ports
# nmap -T4 -p- -oX /root/Desktop/HTB/postman/nmapb.xml 10.10.10.160


Then I convert the XML to HTML

Xsltproc /root/desktop/HTB/postman/nmapb.xml -o /root/Desktop/HTB/postman/nmapb.html

Comments