kirk-bond / ACSC-2018

1 stars 2 forks source link

QA/QC users_everywhere #124

Closed pyrodie18 closed 5 years ago

pyrodie18 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

20 points

jer17308 commented 5 years ago

Tested using the DC built by Lee Unrein (@Rein4Ever) available at: https://drive.google.com/open?id=19CyAlU8bX239SjfvWtSyNUVreF9esnAs. Using both Nando's (@WiredPulse) Powershell solution [ (get-aduser -filter *).count ] or old-school using [ dsquery users -limit 9999 | find /c /v "" ], the result is 977 vs 973 (from Nando's walkthrough). This is probably a 2, only because it takes a bit of AD knowledge to be efficient at researching the various techniques. Also, for mentors, the Virtualbox setting for "EFI enabled" resolved fatal boot errors on my host machine.