netcat icon indicating copy to clipboard operation
netcat copied to clipboard

:computer: Netcat client and server modules written in pure Javascript for Node.js.

Results 9 netcat issues
Sort by recently updated
recently updated
newest added

``` net.js:1345 self.emit('error', err); ^ TypeError: Cannot read property 'emit' of undefined at emitErrorNT (net.js:1345:8) at processTicksAndRejections (internal/process/task_queues.js:80:21) sh-3.2$ ```

Updates packages to the latest version, which resolves a security issue with nanoid v2

I think this bug may be a feature from inheriting `EventEmitter` but i haven't got to dig that far just yet. A working scenario that runs until terminated: ```js const...

Hi. When i compile my script with pkg and create-nodew-exe (no console exe), the script console is not visible, but the cmd console is visible after connection (reverse shell) How...

Hello, First of all thanks for this awesome package you created, i really appreciate your help, will definitely donate! (where can i do it?) Now, i have a question for...

Library version: v1.4.0 node: v10.14.2 Server: ```javascript const NetcatServer = require('netcat/server') const nc = new NetcatServer().k().port(1234).listen() nc.on('connection', socket => { // socket.end() // this will not cause trouble socket.destroy() //...

Transfer a file (stream) test [failing](https://travis-ci.org/roccomuso/netcat/jobs/258924568#L419). Related to the `filter()` pheraps? see [issues/5](https://github.com/roccomuso/netcat/issues/5).

bug

TCP client raising: `Error: connect ECONNREFUSED`

help wanted
question

Because `through2` doesn't fully respect encoding, [through2#14](https://github.com/rvagg/through2/issues/14).

enhancement
help wanted