Outils TCP

Outils TCP

Écoute sur un port TCP
# ncat -l -p 1337

Se connecter à un port TCP
# ncat 192.168.2.2 1337

Leave a Reply