user@linuxtrack:~ $ python -c 'print("Soyez les bienvenus !")'

Vous n'êtes pas identifié(e).

#1 05-02-2013 20:53:07

IceF0x
#! Gourou Linux

[Astuce]Lister tout les port utilisé par les protocole courant.

On entend toujours parler de port et de protocole sans toujours savoir quel port utilise tel protocole,
il existe une façon simple de vérifier ceux-ci pour les plus courant.

Simplement en tapant cette commande.

cat /etc/services 

Résultat:

icef0x@crunchbang ~ $ cat /etc/services 
# Network services, Internet style
#
# Note that it is presently the policy of IANA to assign a single well-known
# port number for both TCP and UDP; hence, officially ports have two entries
# even if the protocol doesn't support UDP operations.
#
# Updated from http://www.iana.org/assignments/port-numbers and other
# sources like http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/services .
# New ports will be added on request if they have been officially assigned
# by IANA and used in the real-world or are needed by a debian package.
# If you need a huge list of used numbers please install the nmap package.

tcpmux		1/tcp				# TCP port service multiplexer
echo		7/tcp
echo		7/udp
discard		9/tcp		sink null
discard		9/udp		sink null
systat		11/tcp		users
daytime		13/tcp
daytime		13/udp
netstat		15/tcp
qotd		17/tcp		quote
msp		18/tcp				# message send protocol
msp		18/udp
chargen		19/tcp		ttytst source
chargen		19/udp		ttytst source
ftp-data	20/tcp
ftp		21/tcp
fsp		21/udp		fspd
ssh		22/tcp				# SSH Remote Login Protocol
ssh		22/udp
telnet		23/tcp
smtp		25/tcp		mail

Vous pourrez affiner votre recherche avec un grep et ^ pour préciser que le nom du protocole sera en début de ligne.

cat /etc/services | grep ^nntp
icef0x@crunchbang ~ $ cat /etc/services | grep ^nntp
nntp		119/tcp		readnews untp	# USENET News Transfer Protocol
nntps		563/tcp		snntp		# NNTP over SSL
nntps		563/udp		snntp

Utiliser des logiciels propriétaires, c'est comme les plats préparés, on est incapable de dire les conservateurs qu'ils contiennent, on dira toujours que c'est bon, mais ça ne remplacera jamais le repas fait maison par sa maman.
]:D #! Crunchbang & Archlinux GNU/Linux User ]:D

Hors ligne

Pied de page des forums