acasi-ctf / ctf

Capture the Flag Learning Platform
https://acasi-ctf.github.io/docs
Apache License 2.0
4 stars 2 forks source link

As a user I want a Polished pentesting challenge set so that it makes me happy and delighted by the stunning smoothness in which the program flows. #182

Open kubeliv opened 2 years ago

kubeliv commented 2 years ago

This task is to polish up the pentesting challenge set.

Subtasks

colbycocking commented 2 years ago

@EthanIsakson where did you land with this?

EthanIsakson commented 2 years ago

Reread all documentation for Challenges and Penetration Testing. Added all flags to JSON under #216.

Still working through some issues with our Password Cracking tutorials. Encountered an issue with Hash-Identifier not having needed python module, which is odd because it ran in a container locally. Updated Dockerfile to install pip and the module which should resolve the issue.

Still working through issues trying to get adequate drivers onto the Hashcat image so that it can run hashcat like I could locally.