|
connect to somewhere: nc [-options] hostname port[s] [ports] ... listen for inbound: nc -l -p port [options] [hostname] [port] options: -d detach from console, stealth mode -e prog コマンドへリダイレクトする [dangerous!!] -g gateway source-routing hop point[s], up to 8 -G num source-routing pointer: 4, 8, 12, ... -h コマンドヘルプ -i secs delay interval for lines sent, ports scanned -l サーバーとして listen するモード -L listen harder, re-listen on socket close -n numeric-only IP addresses, no DNS -o file トラフィックの16進ダンプ -p port ローカルポート番号 -r ローカル/リモートのポートをランダム化 -s addr ローカルソースアドレス指定 -t answer TELNET negotiation -u UDP モード -v verbose [use twice to be more verbose] -w secs タイムアウト秒数 -z zero-I/O mode [used for scanning] port numbers can be individual or ranges: m-n [inclusive] |
|