Back to Posts

Breaking into HackTheBox: My First Machine Own

|brian@portfolio

Welcome to my blog! This is a dynamic markdown post rendered via next-mdx-remote.

Reconnaissance

The first step is always scanning the target. I utilized nmap with the following flags:

nmap -sV -sC -A -p- 10.10.10.x

Exploitation

Using advanced python script vulnerabilities...

Success is the result of continuous failures.

Keep hacking safely!