Firewall and IDS/IPS Evasion - Easy Lab
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.
Afin de trouver le nom de l'hôte, nous avons effectué un scan nmap
discret avec l'utilisation du script banner
:
$ nmap 10.129.2.80 -sS -Pn -n --disable-arp-ping -O --script=banner
Starting Nmap 7.93 ( https://nmap.org ) at 2025-06-18 15:09 CEST
PORT STATE SERVICE
22/tcp open ssh
|_banner: SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.7
80/tcp open http
10001/tcp open scp-config
|_banner: 220 HTB{pr0F7pDv3r510nb4nn3r}
No exact OS matches for host (If you know what OS is running on it, see https://nmap.org/submit/ ).
Network Distance: 2 hops
OS detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 25.38 seconds
Nous observons ici que l'OS utilisé est Ubuntu
.
Mis à jour