
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
screen-stream
Advanced tools
Provides a video stream of your computer's display.
npm install screen-stream
You will also need ffmpeg
installed and accessible from the command line.
Linux only so far! :O
Remember to install globally so you can access the screen-stream command:
$ npm install -g screen-stream
Then freely pipe the stream anywhere!
$ screen-stream > recording.mp4
^C
$ mplayer recording.mp4
screen-stream
exports a single method, which creates a new live stream of your
display.
Stream your live screen to e.g. an HTTP endpoint!
var screen = require('screen-stream')
var request = require('request')
screen().pipe(request.put("http://my.website.com/live_stream_feed"))
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Please use standard Javascript in your pull requests.
FAQs
Get a video stream of your computer's display.
We found that screen-stream 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.