
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.
Create a stdin/stdout pipe easily over wifi or internet.
The magic part is that the program will find the other person over the local network or even the internet automatically, without needing to exchange IP addresses. Just a direct pipe to another peer.
In one terminal:
$ airpipe testshare
In another terminal:
$ echo "hello from another terminal" | airpipe testshare
$ airpipe free-music < song.mp3
In the terminal to share:
$ script -f /tmp/log
and in another terminal:
$ tail -F /tmp/log | airpipe my-terminal
This is actually what airpipe does by default!
$ airpipe hello-ken
hey, how goes?
good thanks making some vegan pizza
ooo rad
$ arecord -f cd | airpipe chat | aplay -f cd
you could also use lower quality audio for slower connections:
$ arecord -r 8000 -f U8 | airpipe chat | aplay -r 8000 -f U8
(This example is Linux-only!)
In one terminal:
$ ffmpeg -f alsa -ac 2 -f x11grab -r 25 -i :0.0 -vcodec mpeg2video -ar 44100 -s wvga -y /tmp/video.mpg
In another:
$ airpipe screen < /tmp/video.mpg
ISC
FAQs
create a stdin/stdout pipe easily over wifi or internet
The npm package airpipe receives a total of 2 weekly downloads. As such, airpipe popularity was classified as not popular.
We found that airpipe 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.