🔒 HackTheBox - Connected
Intro This is my first dive into a Season box, let's dive in with 10.129.245.100. https://app.hackthebox.com/machines/Connected
Intro This is my first dive into a Season box, let's dive in with 10.129.245.100. https://app.hackthebox.com/machines/Connected
Target 10.129.227.77 Recon Starting off with an nmap scan, many ports discovered. nmap -sSV -p- 10.129.227.77 -oA 1_nmap Starting Nmap 7.95 ( https://nmap.org ) at 2026-06-08 20:25 EDT Nmap scan...
After migrating from wordpress to a static site, one thing I wanted to re-implement was a search bar functionality. This is tricky due to the fact that static sites have no backend. Pelican has a...
Start IP: 10.129.2.18 Enumeration As always, let's start with a nmap scan to see what we have. eric@blog:~$ nmap -sSV -p- -oA 1_init_nmap 10.129.2.18 Starting Nmap 7.95 ( https://nmap.org ) at...
Target: 10.129.8.75 Enumeration Starting off with our initial nmap scan with version detection: $ nmap -sSV -p- -oA 1_init_nmap 10.129.8.75 Starting Nmap 7.95 ( https://nmap.org ) at 2026-06-01...