PORT STATE SERVICE VERSION
8080/tcp open http Apache Tomcat/Coyote JSP engine 1.1
|_http-favicon: Apache Tomcat
|_http-title: Apache Tomcat/7.0.88
|_http-open-proxy: Proxy might be redirecting requests
|_http-server-header: Apache-Coyote/1.1
We can see apache tomcat is running on the target
version 7.0.88
Lets check it out
HTTP Port 8080
navigating to http://10.10.10.95:8080 we can confirm Apache Tomcat version 7.0.88 is indeed running
Let's see if we access the /manager directory
we are granted with a login request
we try the following
But no luck when but we are bought to this error page
we can see a set of credentials in the example window
Lets see if these work
and it does we are bought to the application manager
Since we can upload .war files we should be able to upload a reverse shell onto the target server and gain access