
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
github.com/xiangxud/rtmp-to-webrtc
This repo demonstrates a RTMP server that on every RTMP publish makes the audio/video available via WebRTC playback.
go run *.go
rtmp://localhost:1935/publish/foobar
. It must be H264 and alawModify from source https://github.com/Glimesh/rtmp-ingest.git thanks Glimesh
Modify from source mediadevices/pkg/codec/opus at master · pion/mediadevices (github.com)
Modify from source hraban/opus: Go wrapper for libopus (golang) (github.com)
Opus lib ref xiph/opus: Modern audio compression for the internet. (github.com)
Opus Lib : static build(please add your lib to path ./opus/lib name like :libopus-linux-x64.a), pkgconfig dynamic
please build your lib or install your opus lib dev env
of course you can use opus "gopkg.in/hraban/opus.v2"
instead of opus "github.com/sean-der/rtmp-to-webrtc/opus" (just my study)
brew install opusfile fdk-aac
apt install -y pkg-config build-essential libopusfile-dev libfdk-aac-dev libavutil-dev libavcodec-dev libswscale-dev
FAQs
Unknown package
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 uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.