项目作者: CalogeroMandracchia

项目描述 :
vanilla minimalist netcat written in ES6
高级语言: JavaScript
项目地址: git://github.com/CalogeroMandracchia/nc.git
创建时间: 2017-11-25T22:34:00Z
项目社区:https://github.com/CalogeroMandracchia/nc

开源协议:MIT License

下载


nc

vanilla minimalist netcat written in ES6

use:

node nc protocol host port [encoding]

protocol = TCP - TLS

host = IPV4 - IPV6

encoding = ‘hex’ - ‘utf8’ - ‘binary’ - ‘ascii’, … ( all node.js encodings )

example

node nc tcp 127.0.0.1 8000

node nc tls 127.0.0.1 443 hex