Thema: NetOP Problem
Einzelnen Beitrag anzeigen
Alt 07.10.2004, 22:11   #11
flinx
Inventar
 
Registriert seit: 08.04.2001
Beiträge: 3.101


Standard

Zitat:
so recht blick ich da bei dem prog net durch wie ich das installieren muss.

http://download.insecure.org/nmap/di...3.70-win32.zip Downloaden, Entpacken. Start->Ausführen->cmd, cd /pfad/zum/nmap/ordner,
nmap -P0 -p port1,port2,port3 Ziel-Ip
Bsp:
Code:
nmap  -P0 -p 135,137,139,445 10.1.1.4
--

Starting nmap V. 3.00 ( www.insecure.org/nmap/ )
Interesting ports on irgendwas (10.1.1.4):
(The 2 ports scanned but not shown below are in state: closed)
Port       State       Service
139/tcp    open        netbios-ssn             
445/tcp    open        microsoft-ds            

Nmap run completed -- 1 IP address (1 host up) scanned in 1 second
Hilfedatei zu nmap:
http://www.insecure.org/nmap/data/nmap_manpage.html
flinx ist offline   Mit Zitat antworten