kirk-bond / ACSC-2018

1 stars 2 forks source link

QA/QC Survey1 #143

Closed kirk-bond closed 5 years ago

kirk-bond commented 5 years ago

When you are done with the QA/QC, please enter a comment stating so and how you would rate the difficulty. If you see any issues please note them in the comment as well.

Difficulty key

0 - No background 3 - JCAC (Basic) 6 - Scripting (Senior) 9 - Reverse Engineer (Master)

Instructions: For each new challenge complete the above information. Assign the "QA/QC" and "Load Game Engine", labels to all challenges. If required add "Dockerize" and "Challenge Server" for challenges that need to be dockerized or will have to be hosted on the challenge server

ghost commented 5 years ago

When I ran (sudo docker-compose up) I got an survey1_implant exited with code 0. I modified the docker-compose.yml and added (tty: true) to the implant. Spun up without issues.

I checked /usr/bin to see what I had access to and noticed nmap had setuid privileges. I then used (nmap -PE 10.0.0.0/24) to find devices on the network. I confirmed the flag working, used (echo -e "GET / HTTP/1.1\r\n\r\n" | nc 10.0.0.7 8000)

ghost commented 5 years ago

Difficulty: 5

kirk-bond commented 5 years ago

Tested on game engine