Nc6 ist ein netcat-Klon mit ipv6 Unterstützung. Es ist ein Tool zum Transportieren der Daten von der Standardein- oder -ausgabe über das Netzwerk. Wie es zu benutzen ist und welche Optionen unterstützt werden, kann man unten unter „Hilfe“ anschauen.
Binarys
Für mipsel-Fritz!Boxen (z.B. 7270, 7170 und andere):
Für mips-Fritz!Boxen (z.B. 7390, 7340 und andere):
Hilfe
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
# nc6_v1.0 --help Usage: nc6 [options...] hostname port nc6 -l -p port [-s addr] [options...] [hostname] [port] Recognized options are: -4 Use only IPv4 -6 Use only IPv6 -b, --bluetooth Use Bluetooth (defaults to L2CAP protocol) --buffer-size=BYTES Set buffer size --continuous Continuously accept connections (only in listen mode with --exec) --disable-nagle Disable nagle algorithm for TCP connections -e, --exec=CMD Exec command after connect --half-close Handle network half-closes correctly -h, --help Display help -l, --listen Listen mode, for inbound connects --mtu=BYTES Set MTU for network connection transmits -n Numeric-only IP addresses, no DNS --no-reuseaddr Disable SO_REUSEADDR socket option (only in listen mode) --nru=BYTES Set NRU for network connection receives -p, --port=PORT Local port -q, --hold-timeout=SEC1[:SEC2] Set hold timeout(s) for local [and remote] --rcvbuf-size Kernel receive buffer size for network sockets --recv-only Only receive data, don't transmit -s, --address=ADDRESS Local source address --sco Use SCO over Bluetooth --send-only Only transmit data, don't receive --sndbuf-size Kernel send buffer size for network sockets -t, --idle-timeout=SECONDS Idle connection timeout -u, --udp Require use of UDP -v Increase program verbosity (call twice for max verbosity) --version Display nc6 version information -w, --timeout=SECONDS Timeout for connects/accepts -x, --transfer File transfer mode -X, --rev-transfer File transfer mode (reverse direction) |