$$ Green-3 $$
Look in SYNCED_FILES
LAB_09_Docker_Challenge.zip
Once logged in:
sudo su
docker ps

challenge_container_2 once you have connected to challenge_container_1
docker exec (that would defeat the purpose. This is a networking challenge. Use ssh and then conduct reconnaissance to discover the IP Address of challenge_container_2 )Checkpoint:
challenge_container_2 is running a web server
challenge_container_2 is not running sshwget commandchallenge_container_1 once connected.wget http://ip_address_of_challenge_container_2
cat index.html
If done correctly, you’ll see the value FLAG-XXXX in the webpage you downloaded from challenge_container_2
