
Explosion is a boot2root machine on HackTheBox. It has “Very Easy” difficulty and is part of Tier 0 starting point challenges.
Enumeration
I’ve started the enumeration phase with an Nmap scan:
sudo nmap -p- 10.129.183.199 -sC -sV -oN nmap/initial
This command will scan all ports of the target with scripts…