Talk:EM Mode
From NAS-Central Buffalo - The Linkstation Wiki
(Difference between revisions)
| Line 1: | Line 1: | ||
| - | + | Finding the open UDP port with nmap while box is in EM mode: | |
| - | + | c:\Programme\Nmap>nmap -sU -p22936 192.168.1.4 | |
| - | c:\Programme\Nmap>nmap -sU -p22936 192.168.1.4 | + | Starting Nmap 4.11 ( http://www.insecure.org/nmap ) |
| - | Starting Nmap 4.11 ( http://www.insecure.org/nmap ) | + | Interesting ports on 192.168.1.4: |
| - | Interesting ports on 192.168.1.4: | + | PORT STATE SERVICE |
| - | PORT STATE SERVICE | + | 22936/udp open|filtered unknown |
| - | 22936/udp open|filtered unknown | + | MAC Address: 00:0D:0B:74:00:34 (Buffalo) |
| - | MAC Address: 00:0D:0B:74:00:34 (Buffalo) | + | Nmap finished: 1 IP address (1 host up) scanned in 1.078 seconds |
| - | Nmap finished: 1 IP address (1 host up) scanned in 1.078 seconds | + | |
| - | + | ||
Port must be specified, otherwise nmap will scan only 1487 "well known" ports. I wanted to do a scan of all 65535 ports, but scanning UDP ports takes for ages compared to scanning TCP ports. --Hanfbauer 20:17, 31 July 2006 (EDT) | Port must be specified, otherwise nmap will scan only 1487 "well known" ports. I wanted to do a scan of all 65535 ports, but scanning UDP ports takes for ages compared to scanning TCP ports. --Hanfbauer 20:17, 31 July 2006 (EDT) | ||
Revision as of 00:21, 1 August 2006
Finding the open UDP port with nmap while box is in EM mode:
c:\Programme\Nmap>nmap -sU -p22936 192.168.1.4 Starting Nmap 4.11 ( http://www.insecure.org/nmap ) Interesting ports on 192.168.1.4: PORT STATE SERVICE 22936/udp open|filtered unknown MAC Address: 00:0D:0B:74:00:34 (Buffalo) Nmap finished: 1 IP address (1 host up) scanned in 1.078 seconds
Port must be specified, otherwise nmap will scan only 1487 "well known" ports. I wanted to do a scan of all 65535 ports, but scanning UDP ports takes for ages compared to scanning TCP ports. --Hanfbauer 20:17, 31 July 2006 (EDT)

