My team and I participated in NahamCon CTF 2023 organized by John Hammond. This is a write up of two of the challenges I solved. 1. Forensics a. Perfectly Disinfected We are given a pdf docume...
Scanning and Enumeration Let’s do some port scanning. nmap -p- 10.10.11.214 --min-rate 1500 -vv -Pn We identify a port for ssh and another unknown port. sudo nmap -sSVC -p50051,22 10.10.11.2...
Something seems a little off with the server. Agent T uncovered this website, which looks innocent enough, but something seems off about how the server responds… Room here Enumeration nmap -sV 1...
h4cked — Tryhackme Detailed Writeup Find out what happened by analyzing a .pcap file and hack your way back into the machine. Room here Task 1 — Oh no! We’ve been hacked! It seems like our machi...
Time to enter the warren… Room link Task 1 What is the user flag? Recon Scanning the machine, we see that FTP, SSH and HTTP are running. nmap -sSCV 10.10.19.5 -v Checking for a website, we...
Just a few hours before “cd year-2023” or “sudo apt install year-2023” if you’d prefer, I participated in an awesome CTF competition organized by UDOM CYBER CLUB. I solved a few challenges ranging...
You are involved in an incident response engagement and need to analyze an infected host using Redline. Room link here Difficulty: Medium Investigating the Compromised Endpoint Open Redline Too...
A new version of content is available.