linuxBuilder

10.10.11.10

Nmap

  • 22

  • 8080

8080

Jenkins running on , some enumeration get me to the version of jenkins which is 2.441 and quick searchsploit give me a public exploit through which i can perform LFI :-

CVE - 2024 - 23897

In this POC i found some interesting file path :-

/var/jenkins_home/users/users.xml

Doing LFI for this file give me xml string , which i guess is some kind of <user_directory>

/var/jenkins_home/users/<user_directory>/config.xml

Doing LFI for the /var/jenkins_home/users/jennifer_12108429903186576833/config.xml gives me the hash for the specific user :-

Cracking hash

i got password princess , which i tried for SSH but does not work.

Last updated