Skip to content

CalogeroMandracchia/nc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

vanilla minimalist netcat written in ES6

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published