Bonjour,

Je poste ici sans savoir si c'est le bon forum :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
nmap -T4 -sP 192.168.0.0/24
 
Starting Nmap 7.60 ( https://nmap.org ) at 2021-02-21 10:57 CET
Nmap scan report for 192.168.0.10
Host is up (0.0091s latency).
Nmap scan report for 192.168.0.11
Host is up (0.033s latency).
Nmap scan report for 192.168.0.12
Host is up (0.064s latency).
Nmap scan report for 192.168.0.13
Host is up (0.0021s latency).
Nmap scan report for airubuntu (192.168.0.14)
La commande nmap fourni un scan et donne hostname que pour
le pc "airubuntu" ( qui produit nmap )

Comment obtenir les hostname des autres pc ?

@++