Windows: Java Web Server

Lab Environment

In this lab environment, you will be provided with GUI access to a Kali machine. The target machine running a vulnerable java web server will be accessible at demo.ine.local.

Your task is to fingerprint the application using the tools available on the Kali machine and then exploit the application using the appropriate Metasploit module.

Objective: Exploit the application and retrieve the flag!

Tools

The best tools for this lab are:

  • Nmap

  • Metasploit Framework

  • Firefox

Writeup

nmap -sSVC demo.ine.local

Last updated