Home
D_C4ptain
Cancel

NahamCon CTF 2023 Write up

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...

PC Walkthrough - Hackthebox

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...

Agent T - Tryhackme Writeup

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 Writeup

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...

Year Of The Rabbit - Tryhackme Writeup

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...

End Of The Year UDOM CTF 2022

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...

REvil Corp  -  TryHackMe Writeup

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...