Skip to content
Alnoman Kamil edited this page Aug 10, 2024 · 33 revisions

Lab solutions with explainations.

"You'll need to understand every lessons there, and to complete every labs - and by completing, I also mean that you'll need to understand the answers, not just looking on the answers to pass to the next one.
Then you're done, you're technically skilled enough, but you still lack some practice. We're running Hacker101, a CTF that gives you some realistic experience of bug bounty, but where you know for sure that there are some vulnerabilities. HackTheBox is also a great resource to learn some deep and advanced ways to exploit vulnerabilities on real environments."

- Blaklis AWC24 #guidance discord.

Tip

If for whatever reason you want to expand all the collapsed sections, paste the command below in the Developer Console.

document.querySelectorAll('details').forEach(detail => detail.open = true);
Clone this wiki locally