๐ŸณDocker

Trouver un fichier qui dit que il y a un docker

Jenkins.txt The file consist text saying itโ€™s running on specific IP and Port on localhost. But the IP address is different than out deployed machine, if we check ifconfig result then we get the clear idea.\

ifconfig As you can see, thereโ€™s a docker running on target machine with 172 series IP address, so Jenkins is inside docker running on port 8080. Even if we try to access that docker IP and Port using our browser itโ€™s not reachable. So, to access it we are going to use SSH tunneling technique to forward Jenkins ip:port to our attacker machineโ€™s ip:port. We have exit all the logins and reverseshell. From attackers (kali linux) terminal execute below command and type the password which we retrieved from wp-save.txt file.\

ssh tunnelTo access Jenkins, type localhost:6767 in your browser to access it.

Last updated