Quantcast
Channel: Themen - i-have-a-dreambox.com | Dreambox - Support
Viewing all articles
Browse latest Browse all 8093

Heute, 17:54 - netcat für DM920 (pclin)

$
0
0
Heute, 17:54 - netcat für DM920 (pclin)
netcat_0.7.1
Kannst das ja mal testen.

Gebaut mit bitbake im dreamOS OE2.5 SDK.

Package: netcat
Version: 0.7.1-r3.1
Description: GNU Netcat
A simple Unix utility which reads and writes data across network
connections using TCP or UDP protocol. It is designed to be a reliable
'back-end' tool that can be used directly or easily driven by other
programs and scripts. At the same time it is a feature-rich network
debugging and exploration tool, since it can create almost any kind of
connection you would need and has several interesting built-in
capabilities.
Section: net
Priority: optional
Maintainer: OE-Core Developers <openembedded-core@lists.openembedded.org>
Architecture: armhf
OE: netcat
PackageArch: cortexa15hf-neon-vfpv4
Homepage: http://netcat.sourceforge.net
Depends: update-alternatives-dpkg, libc6 (>= 2.23)


> nc --help
GNU netcat 0.7.1, a rewrite of the famous networking tool.
Basic usages:
connect to somewhere: nc hostname port ...
listen for inbound: nc -l -p port ...
tunnel to somewhere: nc -L hostname:port -p port

Mandatory arguments to long options are mandatory for short options too.
Options:
-c, --close close connection on EOF from stdin
-e, --exec=PROGRAM program to exec after connect
-g, --gateway=LIST source-routing hop point, up to 8
-G, --pointer=NUM source-routing pointer: 4, 8, 12, ...
-h, --help display this help and exit
-i, --interval=SECS delay interval for lines sent, ports scanned
-l, --listen listen mode, for inbound connects
-L, --tunnel=ADDRESS:PORT forward local port to remote address
-n, --dont-resolve numeric-only IP addresses, no DNS
-o, --output=FILE output hexdump traffic to FILE (implies -x)
-p, --local-port=NUM local port number
-r, --randomize randomize local and remote ports
-s, --source=ADDRESS local source address (ip or hostname)
-t, --tcp TCP mode (default)
-T, --telnet answer using TELNET negotiation
-u, --udp UDP mode
-v, --verbose verbose (use twice to be more verbose)
-V, --version output version information and exit
-x, --hexdump hexdump incoming and outgoing traffic
-w, --wait=SECS timeout for connects and final net reads
-z, --zero zero-I/O mode (used for scanning)

Remote port number can also be specified as range. Example: '1-1024'

gruß pclin [zum Beitrag]

Viewing all articles
Browse latest Browse all 8093