je ne sais pas si ce post est bien placé, enfin tout depend ce que vous en penser...
alors j'ai découvert une commande avec Netstat qui m'a bien fait rire.
mon petit truc marrant avec Netstat affiche ceci comme infos :
- Code: Tout sélectionner
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name
tcp 0 0 192.168.1.1:mdbs_daemon 0.0.0.0:* LISTEN root 1819 391/(squid)
tcp 0 0 0.0.0.0:microsoft-ds 0.0.0.0:* LISTEN root 1496 351/httpd
tcp 0 0 0.0.0.0:rsh-spx 0.0.0.0:* LISTEN root 1538 362/sshd
tcp 0 160 192.168.1.1:rsh-spx 192.168.1:serialgateway ESTABLISHED root 43631 8288/1
udp 0 0 0.0.0.0:blackjack 0.0.0.0:* squid 1790 391/(squid)
udp 0 0 0.0.0.0:cap 0.0.0.0:* dnsmasq 40221 7540/dnsmasq
udp 0 0 82.121.165.8:domain 0.0.0.0:* root 40214 7540/dnsmasq
udp 0 0 192.168.2.1:domain 0.0.0.0:* root 40213 7540/dnsmasq
udp 0 0 1.1.1.1:domain 0.0.0.0:* root 40212 7540/dnsmasq
udp 0 0 192.168.1.1:domain 0.0.0.0:* root 40211 7540/dnsmasq
udp 0 0 127.0.0.1:domain 0.0.0.0:* root 40210 7540/dnsmasq
udp 0 0 82.121.165.159:ntp 0.0.0.0:* root 1694 378/ntpd
udp 0 0 192.168.2.1:ntp 0.0.0.0:* root 1693 378/ntpd
udp 0 0 1.1.1.1:ntp 0.0.0.0:* root 1692 378/ntpd
udp 0 0 192.168.1.1:ntp 0.0.0.0:* root 1691 378/ntpd
udp 0 0 127.0.0.1:ntp 0.0.0.0:* root 1690 378/ntpd
udp 0 0 0.0.0.0:ntp 0.0.0.0:* root 1689 378/ntpd
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags Type State I-Node PID/Program name Path
unix 2 [ ACC ] STREAM LISTENING 986 253/fcron /var/run/fcron.fifo
unix 12 [ ] DGRAM 173 72/syslogd /dev/log
unix 2 [ ACC ] STREAM LISTENING 43642 8288/1 /tmp/ssh-EqeSxG8288/agent.8288
unix 2 [ ] DGRAM 40406 7568/snort
unix 2 [ ] DGRAM 40395 7566/snort
unix 2 [ ] DGRAM 40383 7564/snort
unix 2 [ ] DGRAM 40218 7540/dnsmasq
unix 2 [ ] DGRAM 40050 7500/pppoe
unix 2 [ ] DGRAM 39732 7498/pppd
unix 2 [ ] DGRAM 1779 389/squid
unix 2 [ ] DGRAM 1667 378/ntpd
unix 2 [ ] DGRAM 929 253/fcron
unix 2 [ ] DGRAM 178 74/klogd
donc quand même pas mal d'info...
mais vous aller me dire, "qu'est ce qui est marrant dans tout ça ?"
ben ce sont les switch utilisés :
- Code: Tout sélectionner
netstat -aNpe
Anpe voilà ce qui est marrant lol
@+