Import LibreSSL v2.4.2 to vendor branch
[dragonfly.git] / crypto / libressl / apps / nc / nc.1
1 .\"     $OpenBSD: nc.1,v 1.73 2016/06/28 17:35:14 jca Exp $
2 .\"
3 .\" Copyright (c) 1996 David Sacerdote
4 .\" All rights reserved.
5 .\"
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
8 .\" are met:
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\"    notice, this list of conditions and the following disclaimer in the
13 .\"    documentation and/or other materials provided with the distribution.
14 .\" 3. The name of the author may not be used to endorse or promote products
15 .\"    derived from this software without specific prior written permission
16 .\"
17 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
18 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
19 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 .\"
28 .Dd $Mdocdate: June 28 2016 $
29 .Dt NC 1
30 .Os
31 .Sh NAME
32 .Nm nc
33 .Nd arbitrary TCP and UDP connections and listens
34 .Sh SYNOPSIS
35 .Nm nc
36 .Op Fl 46cDdFhklNnrStUuvz
37 .Op Fl C Ar certfile
38 .Op Fl e Ar name
39 .Op Fl H Ar hash
40 .Op Fl I Ar length
41 .Op Fl i Ar interval
42 .Op Fl K Ar keyfile
43 .Op Fl M Ar ttl
44 .Op Fl m Ar minttl
45 .Op Fl O Ar length
46 .Op Fl P Ar proxy_username
47 .Op Fl p Ar source_port
48 .Op Fl R Ar CAfile
49 .Op Fl s Ar source
50 .Op Fl T Ar keyword
51 .Op Fl V Ar rtable
52 .Op Fl w Ar timeout
53 .Op Fl X Ar proxy_protocol
54 .Op Fl x Ar proxy_address Ns Op : Ns Ar port
55 .Op Ar destination
56 .Op Ar port
57 .Sh DESCRIPTION
58 The
59 .Nm
60 (or
61 .Nm netcat )
62 utility is used for just about anything under the sun involving TCP,
63 UDP, or
64 .Ux Ns -domain
65 sockets.
66 It can open TCP connections, send UDP packets, listen on arbitrary
67 TCP and UDP ports, do port scanning, and deal with both IPv4 and
68 IPv6.
69 Unlike
70 .Xr telnet 1 ,
71 .Nm
72 scripts nicely, and separates error messages onto standard error instead
73 of sending them to standard output, as
74 .Xr telnet 1
75 does with some.
76 .Pp
77 Common uses include:
78 .Pp
79 .Bl -bullet -offset indent -compact
80 .It
81 simple TCP proxies
82 .It
83 shell-script based HTTP clients and servers
84 .It
85 network daemon testing
86 .It
87 a SOCKS or HTTP ProxyCommand for
88 .Xr ssh 1
89 .It
90 and much, much more
91 .El
92 .Pp
93 The options are as follows:
94 .Bl -tag -width Ds
95 .It Fl 4
96 Forces
97 .Nm
98 to use IPv4 addresses only.
99 .It Fl 6
100 Forces
101 .Nm
102 to use IPv6 addresses only.
103 .It Fl C Ar certfile
104 Specifies the filename from which the public key part of the TLS
105 certificate is loaded, in PEM format.
106 May only be used with TLS.
107 .It Fl c
108 If using a TCP socket to connect or listen, use TLS.
109 Illegal if not using TCP sockets.
110 .It Fl D
111 Enable debugging on the socket.
112 .It Fl d
113 Do not attempt to read from stdin.
114 .It Fl e Ar name
115 Specify the name that must be present in the peer certificate when using TLS.
116 Illegal if not using TLS.
117 .It Fl F
118 Pass the first connected socket using
119 .Xr sendmsg 2
120 to stdout and exit.
121 This is useful in conjunction with
122 .Fl X
123 to have
124 .Nm
125 perform connection setup with a proxy but then leave the rest of the
126 connection to another program (e.g.\&
127 .Xr ssh 1
128 using the
129 .Xr ssh_config 5
130 .Cm ProxyUseFdpass
131 option).
132 .It Fl H Ar hash
133 Specifies the required hash string of the peer certificate when using TLS.
134 The string format required is that used by
135 .Xr tls_peer_cert_hash 3 .
136 Illegal if not using TLS, and may not be used with -T noverify.
137 .It Fl h
138 Prints out
139 .Nm
140 help.
141 .It Fl I Ar length
142 Specifies the size of the TCP receive buffer.
143 .It Fl i Ar interval
144 Specifies a delay time interval between lines of text sent and received.
145 Also causes a delay time between connections to multiple ports.
146 .It Fl K Ar keyfile
147 Specifies the filename from which the private key
148 is loaded in PEM format.
149 May only be used with TLS.
150 .It Fl k
151 Forces
152 .Nm
153 to stay listening for another connection after its current connection
154 is completed.
155 It is an error to use this option without the
156 .Fl l
157 option.
158 When used together with the
159 .Fl u
160 option, the server socket is not connected and it can receive UDP datagrams from
161 multiple hosts.
162 .It Fl l
163 Used to specify that
164 .Nm
165 should listen for an incoming connection rather than initiate a
166 connection to a remote host.
167 It is an error to use this option in conjunction with the
168 .Fl p ,
169 .Fl s ,
170 or
171 .Fl z
172 options.
173 Additionally, any timeouts specified with the
174 .Fl w
175 option are ignored.
176 .It Fl M Ar ttl
177 Set the TTL / hop limit of outgoing packets.
178 .It Fl m Ar minttl
179 Ask the kernel to drop incoming packets whose TTL / hop limit is under
180 .Ar minttl .
181 .It Fl N
182 .Xr shutdown 2
183 the network socket after EOF on the input.
184 Some servers require this to finish their work.
185 .It Fl n
186 Do not do any DNS or service lookups on any specified addresses,
187 hostnames or ports.
188 .It Fl O Ar length
189 Specifies the size of the TCP send buffer.
190 .It Fl P Ar proxy_username
191 Specifies a username to present to a proxy server that requires authentication.
192 If no username is specified then authentication will not be attempted.
193 Proxy authentication is only supported for HTTP CONNECT proxies at present.
194 .It Fl p Ar source_port
195 Specifies the source port
196 .Nm
197 should use, subject to privilege restrictions and availability.
198 It is an error to use this option in conjunction with the
199 .Fl l
200 option.
201 .It Fl R Ar CAfile
202 Specifies the filename from which the root CA bundle for certificate
203 verification is loaded, in PEM format.
204 Illegal if not using TLS.
205 The default is
206 .Pa /etc/ssl/cert.pem .
207 .It Fl r
208 Specifies that source and/or destination ports should be chosen randomly
209 instead of sequentially within a range or in the order that the system
210 assigns them.
211 .It Fl S
212 Enables the RFC 2385 TCP MD5 signature option.
213 .It Fl s Ar source
214 Specifies the IP of the interface which is used to send the packets.
215 For
216 .Ux Ns -domain
217 datagram sockets, specifies the local temporary socket file
218 to create and use so that datagrams can be received.
219 It is an error to use this option in conjunction with the
220 .Fl l
221 option.
222 .It Fl T Ar keyword
223 Change IPv4 TOS value or TLS options.
224 For TLS options
225 .Ar keyword
226 may be one of
227 .Ar tlslegacy ,
228 which allows legacy TLS protocols;
229 .Ar noverify ,
230 which disables certificate verification;
231 .Ar noname ,
232 which disables certificate name checking; or
233 .Ar clientcert ,
234 which requires a client certificate on incoming connections.
235 It is illegal to specify TLS options if not using TLS.
236 .Pp
237 For IPv4 TOS value
238 .Ar keyword
239 may be one of
240 .Ar critical ,
241 .Ar inetcontrol ,
242 .Ar lowdelay ,
243 .Ar netcontrol ,
244 .Ar throughput ,
245 .Ar reliability ,
246 or one of the DiffServ Code Points:
247 .Ar ef ,
248 .Ar af11 ... af43 ,
249 .Ar cs0 ... cs7 ;
250 or a number in either hex or decimal.
251 .It Fl t
252 Causes
253 .Nm
254 to send RFC 854 DON'T and WON'T responses to RFC 854 DO and WILL requests.
255 This makes it possible to use
256 .Nm
257 to script telnet sessions.
258 .It Fl U
259 Specifies to use
260 .Ux Ns -domain
261 sockets.
262 .It Fl u
263 Use UDP instead of the default option of TCP.
264 For
265 .Ux Ns -domain
266 sockets, use a datagram socket instead of a stream socket.
267 If a
268 .Ux Ns -domain
269 socket is used, a temporary receiving socket is created in
270 .Pa /tmp
271 unless the
272 .Fl s
273 flag is given.
274 .It Fl V Ar rtable
275 Set the routing table to be used.
276 .It Fl v
277 Have
278 .Nm
279 give more verbose output.
280 .It Fl w Ar timeout
281 Connections which cannot be established or are idle timeout after
282 .Ar timeout
283 seconds.
284 The
285 .Fl w
286 flag has no effect on the
287 .Fl l
288 option, i.e.\&
289 .Nm
290 will listen forever for a connection, with or without the
291 .Fl w
292 flag.
293 The default is no timeout.
294 .It Fl X Ar proxy_protocol
295 Requests that
296 .Nm
297 should use the specified protocol when talking to the proxy server.
298 Supported protocols are
299 .Dq 4
300 (SOCKS v.4),
301 .Dq 5
302 (SOCKS v.5)
303 and
304 .Dq connect
305 (HTTPS proxy).
306 If the protocol is not specified, SOCKS version 5 is used.
307 .It Fl x Ar proxy_address Ns Op : Ns Ar port
308 Requests that
309 .Nm
310 should connect to
311 .Ar destination
312 using a proxy at
313 .Ar proxy_address
314 and
315 .Ar port .
316 If
317 .Ar port
318 is not specified, the well-known port for the proxy protocol is used (1080
319 for SOCKS, 3128 for HTTPS).
320 .It Fl z
321 Specifies that
322 .Nm
323 should just scan for listening daemons, without sending any data to them.
324 It is an error to use this option in conjunction with the
325 .Fl l
326 option.
327 .El
328 .Pp
329 .Ar destination
330 can be a numerical IP address or a symbolic hostname
331 (unless the
332 .Fl n
333 option is given).
334 In general, a destination must be specified,
335 unless the
336 .Fl l
337 option is given
338 (in which case the local host is used).
339 For
340 .Ux Ns -domain
341 sockets, a destination is required and is the socket path to connect to
342 (or listen on if the
343 .Fl l
344 option is given).
345 .Pp
346 .Ar port
347 can be a specified as a numeric port number, or as a service name.
348 Ports may be specified in a range of the form nn-mm.
349 In general,
350 a destination port must be specified,
351 unless the
352 .Fl U
353 option is given.
354 .Sh CLIENT/SERVER MODEL
355 It is quite simple to build a very basic client/server model using
356 .Nm .
357 On one console, start
358 .Nm
359 listening on a specific port for a connection.
360 For example:
361 .Pp
362 .Dl $ nc -l 1234
363 .Pp
364 .Nm
365 is now listening on port 1234 for a connection.
366 On a second console
367 .Pq or a second machine ,
368 connect to the machine and port being listened on:
369 .Pp
370 .Dl $ nc 127.0.0.1 1234
371 .Pp
372 There should now be a connection between the ports.
373 Anything typed at the second console will be concatenated to the first,
374 and vice-versa.
375 After the connection has been set up,
376 .Nm
377 does not really care which side is being used as a
378 .Sq server
379 and which side is being used as a
380 .Sq client .
381 The connection may be terminated using an
382 .Dv EOF
383 .Pq Sq ^D .
384 .Sh DATA TRANSFER
385 The example in the previous section can be expanded to build a
386 basic data transfer model.
387 Any information input into one end of the connection will be output
388 to the other end, and input and output can be easily captured in order to
389 emulate file transfer.
390 .Pp
391 Start by using
392 .Nm
393 to listen on a specific port, with output captured into a file:
394 .Pp
395 .Dl $ nc -l 1234 \*(Gt filename.out
396 .Pp
397 Using a second machine, connect to the listening
398 .Nm
399 process, feeding it the file which is to be transferred:
400 .Pp
401 .Dl $ nc -N host.example.com 1234 \*(Lt filename.in
402 .Pp
403 After the file has been transferred, the connection will close automatically.
404 .Sh TALKING TO SERVERS
405 It is sometimes useful to talk to servers
406 .Dq by hand
407 rather than through a user interface.
408 It can aid in troubleshooting,
409 when it might be necessary to verify what data a server is sending
410 in response to commands issued by the client.
411 For example, to retrieve the home page of a web site:
412 .Bd -literal -offset indent
413 $ printf "GET / HTTP/1.0\er\en\er\en" | nc host.example.com 80
414 .Ed
415 .Pp
416 Note that this also displays the headers sent by the web server.
417 They can be filtered, using a tool such as
418 .Xr sed 1 ,
419 if necessary.
420 .Pp
421 More complicated examples can be built up when the user knows the format
422 of requests required by the server.
423 As another example, an email may be submitted to an SMTP server using:
424 .Bd -literal -offset indent
425 $ nc localhost 25 \*(Lt\*(Lt EOF
426 HELO host.example.com
427 MAIL FROM:\*(Ltuser@host.example.com\*(Gt
428 RCPT TO:\*(Ltuser2@host.example.com\*(Gt
429 DATA
430 Body of email.
431 \&.
432 QUIT
433 EOF
434 .Ed
435 .Sh PORT SCANNING
436 It may be useful to know which ports are open and running services on
437 a target machine.
438 The
439 .Fl z
440 flag can be used to tell
441 .Nm
442 to report open ports,
443 rather than initiate a connection.
444 For example:
445 .Bd -literal -offset indent
446 $ nc -z host.example.com 20-30
447 Connection to host.example.com 22 port [tcp/ssh] succeeded!
448 Connection to host.example.com 25 port [tcp/smtp] succeeded!
449 .Ed
450 .Pp
451 The port range was specified to limit the search to ports 20 \- 30.
452 .Pp
453 Alternatively, it might be useful to know which server software
454 is running, and which versions.
455 This information is often contained within the greeting banners.
456 In order to retrieve these, it is necessary to first make a connection,
457 and then break the connection when the banner has been retrieved.
458 This can be accomplished by specifying a small timeout with the
459 .Fl w
460 flag, or perhaps by issuing a
461 .Qq Dv QUIT
462 command to the server:
463 .Bd -literal -offset indent
464 $ echo "QUIT" | nc host.example.com 20-30
465 SSH-1.99-OpenSSH_3.6.1p2
466 Protocol mismatch.
467 220 host.example.com IMS SMTP Receiver Version 0.84 Ready
468 .Ed
469 .Sh EXAMPLES
470 Open a TCP connection to port 42 of host.example.com, using port 31337 as
471 the source port, with a timeout of 5 seconds:
472 .Pp
473 .Dl $ nc -p 31337 -w 5 host.example.com 42
474 .Pp
475 Open a TCP connection to port 443 of www.google.ca, and negotiate TLS.
476 Check for a different name in the certificate for validation.
477 .Pp
478 .Dl $  nc -v -c -e adsf.au.doubleclick.net www.google.ca 443
479 .Pp
480 Open a UDP connection to port 53 of host.example.com:
481 .Pp
482 .Dl $ nc -u host.example.com 53
483 .Pp
484 Open a TCP connection to port 42 of host.example.com using 10.1.2.3 as the
485 IP for the local end of the connection:
486 .Pp
487 .Dl $ nc -s 10.1.2.3 host.example.com 42
488 .Pp
489 Create and listen on a
490 .Ux Ns -domain
491 stream socket:
492 .Pp
493 .Dl $ nc -lU /var/tmp/dsocket
494 .Pp
495 Connect to port 42 of host.example.com via an HTTP proxy at 10.2.3.4,
496 port 8080.
497 This example could also be used by
498 .Xr ssh 1 ;
499 see the
500 .Cm ProxyCommand
501 directive in
502 .Xr ssh_config 5
503 for more information.
504 .Pp
505 .Dl $ nc -x10.2.3.4:8080 -Xconnect host.example.com 42
506 .Pp
507 The same example again, this time enabling proxy authentication with username
508 .Dq ruser
509 if the proxy requires it:
510 .Pp
511 .Dl $ nc -x10.2.3.4:8080 -Xconnect -Pruser host.example.com 42
512 .Sh SEE ALSO
513 .Xr cat 1 ,
514 .Xr ssh 1
515 .Sh AUTHORS
516 Original implementation by *Hobbit*
517 .Aq Mt hobbit@avian.org .
518 .br
519 Rewritten with IPv6 support by
520 .An Eric Jackson Aq Mt ericj@monkey.org .
521 .Sh CAVEATS
522 UDP port scans using the
523 .Fl uz
524 combination of flags will always report success irrespective of
525 the target machine's state.
526 However,
527 in conjunction with a traffic sniffer either on the target machine
528 or an intermediary device,
529 the
530 .Fl uz
531 combination could be useful for communications diagnostics.
532 Note that the amount of UDP traffic generated may be limited either
533 due to hardware resources and/or configuration settings.