This guide will be a handy reference point for tools you might want / need for the Beginner CTF and beyond (although its far from exhaustive)

General Pointers

Make sure to ask for help! CTFs are played in teams for a reason, work with your team and feel free to ask the SIGINT members that are around any questions about challenges; We won't solve the challenge for you but we will push you in the right direction and make sure you're working along the right lines and not bashing your head against a wall.

If you are running windows we strongly recommend that you have WSL Windows Subsystem for Linux installed on your system as it allows you to run a Linux instance on your machine without needing to dule boot or ever leave windows. It's needed because many CTF challenges may only provide Linux binary's and many tools only provide Linux support (Plus if you're an informatics student you'd need someway to use Linux sooner or later anyway).

Make sure you have python installed and you understand how to program in it and install new packages with pip because it is by far the most common way to create exploits and interact with challenges.

If you have any issues setting up or have any questions in general feel free to dm platinumxy or emily.747 on discord or ask in the SIGINT discord server for help.

Web Challenges

If you want to practice web exploitation the best place to do it is Port Swigger Academy as it has detailed lessons and labs for most web challenges

Reverse Engineering Challenges

If you'd like to see how you can solve some real CTF challenges / push yourself after the beginner CTF have a look at Platinumxys writeups of ToasterBirb's challenges

Pwn Challenges

To push yourself further after the CTF pwn college has tones of lessons and practice for pwn and Andrej's Notes being an excellent reference sheet

Crypto Challenges

Miscellaneous Challenges