Advertisement
Guest User

Untitled

a guest
Oct 1st, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. usage: nc [-46AacCDdEFhklMnOortUuvz] [-K tc] [-b boundif] [-i interval] [-p source_port] [--apple-delegate-pid pid] [--apple-delegate-uuid uuid]
  2. [-s source_ip_address] [-w timeout] [-X proxy_version]
  3. [-x proxy_address[:port]] [hostname] [port[s]]
  4. Command Summary:
  5. -4 Use IPv4
  6. -6 Use IPv6
  7. -A Set SO_RECV_ANYIF on socket
  8. -a Set SO_AWDL_UNRESTRICTED on socket
  9. -b ifbound Bind socket to interface
  10. -c Send CRLF as line-ending
  11. -C Don't use cellular connection
  12. -D Enable the debug socket option
  13. -d Detach from stdin
  14. -E Don't use expensive interfaces
  15. -F Do not use flow advisory (flow adv enabled by default)
  16. -G conntimo Connection timeout in seconds
  17. -h This help text
  18. -H keepidle Initial idle timeout in seconds
  19. -I keepintvl Interval for repeating idle timeouts in seconds
  20. -i secs Delay interval for lines sent, ports scanned
  21. -J keepcnt Number of times to repeat idle timeout
  22. -k Keep inbound sockets open for multiple connects
  23. -K tclass Specify traffic class
  24. -l Listen mode, for inbound connects
  25. -L num_probes Number of probes to send before generating a read timeout event
  26. -m Set SO_INTCOPROC_ALLOW on socket
  27. -n Suppress name/port resolutions
  28. -M Use MULTIPATH domain socket
  29. -N num_probes Number of probes to send before generating a write timeout event
  30. -O Use old-style connect instead of connectx
  31. -p port Specify local port for remote connects (cannot use with -l)
  32. -r Randomize remote ports
  33. -s addr Local source address
  34. -t Answer TELNET negotiation
  35. -U Use UNIX domain socket
  36. -u UDP mode
  37. -v Verbose
  38. -w secs Timeout for connects and final net reads
  39. -X proto Proxy protocol: "4", "5" (SOCKS) or "connect"
  40. -x addr[:port] Specify proxy address and port
  41. -z Zero-I/O mode [used for scanning]
  42. -o Issue socket options after connect/bind
  43. --apple-delegate-pid pid Set socket as delegate using pid
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement