Enumeration The nmap result tells us the FTP server and web server are open. The version of the web server is IIS 7.5. For the FTP server, it allows anonymous login. Also, we know that there are iisstart.htm and welcome.png files. If we visit the website, we can check these two files. Using the FTP … Read More “Hack the box – Devel writeup” »
Tag: msfvenom
HackTheBox, Machines
HackTheBox, Machines
Enumeration Nmap the target machine. web server on port 8080. Apache Tomcat home page with the version info. I found buttons for the manager app and host manager. I tried to log in, but when I failed, the page with credentials was displayed. ID: tomcat PW: s3cret Managed to log in as Jerry! Also, I … Read More “Hack the box – Jerry simple write-up” »