Web
Nmap discovered a Web server on the target port 9090
The running service is Apache Hadoop
┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/fired]
└─$ curl -I -X OPTIONS http://$IP:9090/
HTTP/1.1 200 OK
Date: Sun, 06 Apr 2025 19:52:00 GMT
Allow: GET,HEAD,POST,OPTIONS
Content-Length: 0
┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/fired]
└─$ curl -I http://$IP:9090/
HTTP/1.1 200 OK
Date: Sun, 06 Apr 2025 19:52:03 GMT
Last-Modified: Tue, 02 Aug 2022 12:04:43 GMT
Content-Type: text/html
Accept-Ranges: bytes
Content-Length: 115
Webroot
Redirected to a login page for Openfire Administration Console
This appears to be a clone of the other instance
Openfire (previously known as Wildfire, and Jive Messenger) is an instant messaging (IM) and groupchat server for the Extensible Messaging and Presence Protocol (XMPP). It is written in Java and licensed under the Apache License 2.0.
Source code is available for review
Version Information
The version information is disclosed;
4.7.3
Vulnerabilities
Looking it up online for vulnerabilities reveals an authentication bypass exploit; CVE-2023-32315