-l Used to specify that nc should listen for an incoming connection
rather than initiate a connection to a remote host. It is an
error to use this option in conjunction with the -p, -s, or -z
options. Additionally, any timeouts specified with the -w option
are ignored.
[^] # Re: Heuuuuuuu ...
Posté par Thierry Thomas (site web personnel, Mastodon) . En réponse au journal Notre ami Windows. Évalué à 3.
nc -l 80
Extrait de `man 1 nc' :
-l Used to specify that nc should listen for an incoming connection
rather than initiate a connection to a remote host. It is an
error to use this option in conjunction with the -p, -s, or -z
options. Additionally, any timeouts specified with the -w option
are ignored.