Event banner
Labs Live: Maze Challenge
Event details
I'd say it's very suitable for you to attend. Our lab designers will give interesting insights into the lab, and red-team activities are always useful for blue-teamers to know. How are you getting on with the Maze labs?
May I please hijack this to ask if any kind person could please help with the serial lab challenge? I can't seem to find the valid token. I've tried curl, headers, cookies, browser console - none of that worked. What am I doing wrong, please?😞
- autom8on19 days ago
Silver I
Have you tried running dirb* against the web server??
* - other web scanning tools are available... ;p
- Nneka_AN19 days ago
Bronze III
Thank you for the pointer! I haven't tried that. Will do so and feedback on result. Much appreciated!😃
- autom8on19 days ago
Silver I
As with most things, your success (or not) is probably dependent upon which of the particular files in /usr/share/wordlists/* you use to base your scan on...
"cat *.txt */*.txt > /tmp/big.txt" , or something similar, might be useful... ;-)