
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
Socket.IO and WebSocket netcat-like utility.

$ iocat --help
Usage: iocat [options] URL
Options:
-h, --help output usage information
-V, --version output the version number
-v, --verbose verbose
-l, --listen Start in listen mode, creating a server
-p, --local-port <port> Specify local port for remote connections
--socketio Use socket.io
-k, --keep-listen Keep inbound sockets open for multiple connects
-e, --emit-key <key> Emit-key, default is "message"
WebSocket Server
$ iocat -l -p 3050
> Hello !
< Hi !
WebSocket Client
$ iocat ws://127.0.0.1:3050
< Hello !
> Hi !
Socket.IO Server
$ iocat --socketio -l -p 3050
> Hello !
< Hi !
Socket.IO Client
$ iocat --socketio ws://127.0.0.1:3050
< Hello !
> Hi !
npm install iocat -g
The WebSocket part is an alternative to the built-in wscat binary, packaged with ws.
MIT
FAQs
WebSocket netcat with Socket.io support
We found that iocat demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.