
Research
/Security News
Malicious npm Packages Target WhatsApp Developers with Remote Kill Switch
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
github.com/mohit810/webrtc_api
POST
RequestI have build this small signalling upgradation for anyone intrested in building the thier own server to establish 1:N Broadcasting connection with the users as described broadcast is a Pion WebRTC application that demonstrates how to broadcast a video to many peers, while only requiring the broadcaster to upload once.
in the Pion/webrtc/example/broadcast/.
Before using this solution you should set-up pion/webrtc/v3 (Go Modules are mandatory for using Pion WebRTC. So make sure you set export GO111MODULE=on, and explicitly specify /v3 when importing.).
jsfiddle.net You should see two buttons 'Publish a Broadcast' and 'Join a Broadcast'
Run main.go
Publish a Broadcast
POST
method (Postman Screenshot is given below) and paste the sdp obtained from the browser. The application
will respond with an offer as a response to the POST
, paste this into the second input field. Then press Start Session
.Join a Broadcast
POST
request on the same url, having the same parameters as described in the Start a publisher
Section and paste the sdp obtained from the browser . The application
will respond with an offer, paste this into the second input field. Then press Start Session
.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
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.