Enviado em 03/05/2018 - 13:39h
Olá!
$ netstat -na
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN
tcp 0 0 192.168.0.44:43348 172.217.30.74:443 TIME_WAIT
tcp 0 0 192.168.0.44:57208 216.58.202.74:443 TIME_WAIT
tcp 0 0 192.168.0.44:36086 172.217.29.132:443 ESTABLISHED
tcp 0 0 192.168.0.44:42314 172.217.30.45:443 TIME_WAIT
tcp 0 0 192.168.0.44:34536 157.249.177.128:443 ESTABLISHED
tcp 0 0 192.168.0.44:37202 140.90.101.207:443 ESTABLISHED
tcp 0 0 192.168.0.44:59096 172.217.28.138:443 TIME_WAIT
tcp 0 0 192.168.0.44:43336 172.217.30.74:443 TIME_WAIT
tcp 0 0 192.168.0.44:38374 52.28.78.136:6881 ESTABLISHED
tcp 0 0 192.168.0.44:40876 172.217.29.202:443 TIME_WAIT
tcp 0 0 192.168.0.44:40890 172.217.29.202:443 TIME_WAIT
tcp6 0 0 ::1:631 :::* LISTEN
tcp6 0 0 :::52523 :::* LISTEN
udp 0 0 0.0.0.0:631 0.0.0.0:*
udp 0 0 0.0.0.0:37829 0.0.0.0:*
udp 6144 0 0.0.0.0:5353 0.0.0.0:*
udp 18752 0 0.0.0.0:1900 0.0.0.0:*
udp 1024 0 0.0.0.0:68 0.0.0.0:*
udp6 3904 0 :::5353 :::*
udp6 0 0 :::40448 :::*
udp6 9984 0 :::1900 :::*
raw6 0 0 :::58 :::* 7
$ sudo nmap -sS -sU 192.168.0.44
Starting Nmap 7.70 ( https://nmap.org ) at 2018-05-03 13:45 -03
Nmap scan report for 192.168.0.44
Host is up (0.000025s latency).
Not shown: 1996 closed ports
PORT STATE SERVICE
68/udp open|filtered dhcpc
631/udp open|filtered ipp
1900/udp open|filtered upnp
5353/udp open|filtered zeroconf
Nmap done: 1 IP address (1 host up) scanned in 4.23 seconds
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux unstable (sid)
Release: unstable
Codename: sid
$ uname -a
Linux user-pc 4.16.0-1-amd64 #1 SMP Debian 4.16.5-1 (2018-04-29) x86_64 GNU/Linux