Airtouch Writeup Target: 10.129.68.127
Enumeration I started with a comprehensive nmap udp scan to identify open ports and services:
$ nmap -A -Pn -sC -sU 10.129.68.127 -oA Target Starting Nmap 7.94SVN ( https://nmap.org ) at 2026-02-03 13:50 CST …
Facts Machine Writeup - Season 10 Target: 10.129.67.66
Enumeration I started with a nmap scan to identify open ports and services:
nmap -sC -sV -p- 10.129.67.66 -oA target Result:
Starting Nmap 7.94SVN ( https://nmap.org ) at 2026-02-02 13:34 CST …
Expressway Linux Easy Writeup Target: 10.129.45.88
Enumeration I start with a nmap scan:
nmap -sC -sV -p- 10.129.45.88 -oA target I see only port 22 (ssh) is open, and without any login information, we can’t really do much on here. So i moved …
Machine Description Headless is an easy-difficulty Linux machine that features a Python Werkzeug server hosting a website. The website has a customer support form, which is found to be vulnerable to blind Cross-Site Scripting (XSS) via the User-Agent …
WordPress - Discovery & Enumeration Continuing from where we left off in Part 1.
WordPress is extremely prevalent on the internet and presents a vast attack surface. We are guaranteed to come across WordPress during many of our External …
Introduction to Attacking Common Applications Web applications are interactive applications that can be accessed via web browsers. Web applications typically adopt a client-server architecture to run and handle interactions. They usually are made up …
Hugo vs Jekyll: an Epic Battle of Static Site Generator Themes I recently took on the task of creating a documentation site theme for two projects. Both projects needed the same basic features, but one uses Jekyll while the other uses Hugo.
In …
I am a Cybersecurity Engineer at Cencora fka AmeriSourceBergen. My passion for technology started as a small child, where my obsession with video games and computers evolved into an interest in all things IT.
I am currently pursuing a degree in …