HTB ACADEMY - Network Enumeration with Nmap

Our client wants to know if we can identify which operating system their provided machine is running on. Submit the OS name as the answer.

command- sudo nmap 10.129.2.80 -p 22 --script banner

@bhashi1152
sudo nmap IP -O -A -sS
-o, will help you determine the OS
-A, aggresive scanning
-sS, stealth scan