kirk-bond / ACSC-2018

1 stars 2 forks source link

zippity_doo_dah QA/QC #120

Closed WiredPulse closed 5 years ago

WiredPulse 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

pyrodie18 commented 5 years ago

verified. Nice easy bash for loop

COUNTER=999 | until [ $COUNTER -lt 1 ]; do unzip -oP powershell "secrets$COUNTER.zip"; let COUNTER-=1; done

Would recommend that this is changed to scripting vs forensics rating: 2

ghost commented 5 years ago

20 points