Hackthebox OpenAdmin Writeup
Enumeration
Starting with an nmap scan, i will do both TCP and UDP scan
nmap -sU -sV -T4- 10.10.10.171
nmap -A -sC -sV -T4- 10.10.10.171
22/tcp open ssh OpenSSH 7.6p1 Ubuntu 4ubuntu0.3 (Ubuntu Linux; protocol 2.0)
80/tcp open http Apache h...
hamody.hashnode.dev5 min read