SET 2

After the fundamentals comes the 5 major subsections of cybersecurity & CTFs: They are Binary Exploitation, Cryptography, Forensics, Reverse Engineering, and Web Exploitation. Solve Set 2 to gain preliminary knowledge on these categories and to initiate your start into ethical hacking. This set is also mandatory and remember to keep writeups neat and organized for all the tasks solved.

Reverse Engineering

Reverse Engineering usually involves analyzing the code, understanding the logic and getting the correct input to get the desired output. Reverse the python code to get the flag.

Web-Exploitation

Will be back soon! 🚀

Binary-exploitation

Learn about the program stack and how local variables are stored in memory and how buffer overflow technique can be used here. (Refer bi0s wiki)

Cryptography

🠮

Learn the fundamentals of Asymmetric encryption scheme through RSA.

🠮

See how symmetric encryption schemes like AES differ from RSA. Learn the differences between each other.

Forensics

🠮

Steganography

NOTE: Script and writeup is a must for the c0mb1n3d challenge

🠮

Image Forensics (PNG)

Resources: bi0s wiki | File structure