You are not logged in.
Pages: 1
Kernel: 5.7.4-arch1-1
Nmap version 7.80
when running nmap on localhost i get this output
# nmap -sTU 127.0.0.1
Starting Nmap 7.80 ( https://nmap.org ) at 2020-06-23 16:52 EET
Nmap scan report for localhost (127.0.0.1)
Host is up (0.00015s latency).
Not shown: 1997 closed ports
PORT STATE SERVICE
5353/udp open|filtered zeroconf
Nmap done: 1 IP address (1 host up) scanned in 1.41 secondswhat is "5353/udp open|filtered zeroconf"?
i did some research and it leads me to this: https://wiki.archlinux.org/index.php/Avahi
i do not think i needed so i want to disable it. how why it is there.
and how can i disable it
Last edited by M1cR0xf7 (2020-06-23 14:59:55)
Offline
Avahi uses that port to get information about available devices on your network .
The most common usecase I'm aware of is CUPS autodetecting of networked printers and scanners.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
is there is a way to disable it? i do not use it
Offline
What is using that port?
# ss -l -p '( sport = :5353 )'Last edited by loqs (2020-06-23 20:34:20)
Offline
Pages: 1