Category Writeups

Pwn.College- Computing 101

Your First Register This challenge requires us to write a programme to move the value 60 into rax. the programme will have the extension .s (typical extension for assembly) When we run it against /challenge/check, we get a segmentation fault!…

Dark Waters – Walkthrough

All answers are base-64 encoded to avoid spoilers:) Dark Waters is from an OSINT training company called Kase Scenarios. You can browse through their catalogue here! The Scenario Welcome to Dark Waters, a scenario that allows you to take…

GCIH Exam Tips

TLDR The Exam As of October 2024, the four hour exam consisted of 96 MCQ and 10 Cyberlive questions. Cyberlive questions are weighted much heavily than MCQs so it is important to get most if not all the Cyberlive questions…

Malware Analysis – SillyPutty

For challenge 1 of TCM Security’s Practical Malware Analysis and Triage (PMAT) Course, we as the analyst has been tasked to investigate a suspicious file called putty.exe. We are to use the methodology and tools used for basic static and…