
Security News
PolinRider: North Korea-Linked Supply Chain Campaign Expands Across Open Source Ecosystems
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.
darkglitch
Advanced tools
darkglitch is a small Python proof-of-concept for remote command delivery over a WebSocket signaling channel. It supports a listener mode to register a client and an attacker mode to find online peers and send remote shell commands.
requirements.txt is provided for dependency installationFrom the project root:
./install.sh
This script will:
~/Desktop/venvrequirements.txtsource ~/Desktop/venv/bin/activate to your ~/.bashrc or ~/.zshrcmain.py -lIf you prefer manual setup:
python3 -m venv ~/Desktop/venv
source ~/Desktop/venv/bin/activate
pip install -r requirements.txt
websocketsaiortcopencv-pythonPillowmain.py - Entry point and command parserhelper.py - CLI help textversion.py - Version informationcore/config.py - Signaling server settingscore/client.py - Client identity and username logiccommand/
bash_connect.py - Send remote commandslisten.py - Start listener modeonline.py - List online peersstream_connect.py - Request remote media streamcommand_injection/injector.py - Remote command request handlingsignaling/
signal.py - WebSocket signaling clientpeer.py - WebRTC peer connection logicmedia/
local_media.py - Local camera/microphone handlingreceiver_media.py - Remote media receiverEdit core/config.py to set:
HOST - signaling server URLROOM - shared room identifierExample:
HOST = "https://localhost:8000/"
ROOM = "test"
python darkglitch.py -h
python darkglitch.py -v
python darkglitch.py -l
python darkglitch.py -ol
python darkglitch.py -c <client_id> "whoami"
Replace <client_id> with the target identifier from the online peers list.
This repository is for research and learning only. Do not deploy it against systems or networks without explicit permission.
FAQs
Remote command delivery and media streaming tool over WebRTC signaling
The pypi package darkglitch receives a total of 0 weekly downloads. As such, darkglitch popularity was classified as not popular.
We found that darkglitch demonstrated a healthy version release cadence and project activity because the last version was released less than 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
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.