writeup

  1. Hack The Box - Lame Writeup

    Lame is a beginner friendly machine from Hack The Box. It is directly exploitable with the Metasploit module exploit/multi/samba/usermap_script. This exploit not only opens a shell session, but it does it as root. From there, it's just a matter...
  2. HackTheBox Writeup - Jerry

    Jerry is one of the easiest boxes in HTB. Access is obtained thanks to an Apache Tomcat service with default credentials (admin:admin) on port 8080. From there, it's pretty straightforward to get a shell: msfvenom to generate a .war file...