HTB-WRITEUP[Sau]
Enumeration
During the enumeration phase, we discovered the presence of two services on the target machine: OpenSSH and an HTTP service that redirects us to the "/web" path.
nmap -sCV -p 22,55555 10.10.11.224
# Nmap 7.93 scan initiated Sat Jul 8 ...
cyb3rc4t.hashnode.dev3 min read
rnoc
CyberCef
Can you explain why you used "script /dev/null -c bash" before the sudo command?