Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8041

Advanced users • Re: UDP port scan (nmap) - port 49204

$
0
0
I've run a UDP port scan using nmap, I can see port 49204 ("unknown") listed - anyone have any idea what this might be?
Thanks!
https://www.speedguide.net/port.php?port=49204
Dynamic/Private : 49152 through 65535.
Likely something special to your system, does not exist on my Pi5.
pi@raspberrypi5:~ $ time sudo nmap -sU -p1-65000 127.0.0.1
Starting Nmap 7.93 ( https://nmap.org ) at 2025-07-03 07:37 CEST
Stats: 0:00:00 elapsed; 0 hosts completed (1 up), 1 undergoing UDP Scan
UDP Scan Timing: About 0.02% done
Nmap scan report for localhost (127.0.0.1)
Host is up (0.0000030s latency).
Not shown: 64998 closed udp ports (port-unreach)
PORT STATE SERVICE
5353/udp open|filtered zeroconf
40722/udp open|filtered unknown

Nmap done: 1 IP address (1 host up) scanned in 1.98 seconds

real0m2.005s
user0m0.001s
sys0m0.003s
pi@raspberrypi5:~ $
udp port 5353 is most likely MDNS:
https://www.speedguide.net/port.php?port=5353

No idea what port 40722 does on my Pi5, keeps the same for multiple nmap runs:
https://www.speedguide.net/port.php?port=40722


"sudo netstat -lunp" does not tell anything for ports above 3433 on my Pi5.

Statistics: Posted by HermannSW — Thu Jul 03, 2025 5:46 am



Viewing all articles
Browse latest Browse all 8041

Trending Articles