
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.
socks-proxy-server
Advanced tools
curl -s https://raw.githubusercontent.com/barend-erasmus/socks-proxy-server/master/scripts/linux-systemd-install.sh | bash
npm install -g socks-proxy-server
socks-proxy-server start --hostname 0.0.0.0 --port 1337
Usage: start [options]
Options:
-c --config <config> Config
-h --hostname <hostname> Hostname
-p --port <port> Port
-h, --help output usage information
npm uninstall -g socks-proxy-server
Example
---
allow:
- 93.184.216.34 # example.com
- 185.60.219.6 # www.facebook.com
- 185.60.219.16 # www.facebook.com
- 185.60.219.35 # www.facebook.com
- 185.60.219.38 # www.facebook.com
deny:
- 93.184.216.34 # example.com
- 185.60.219.6 # www.facebook.com
- 185.60.219.16 # www.facebook.com
- 185.60.219.35 # www.facebook.com
- 185.60.219.38 # www.facebook.com
hostname: 0.0.0.0
port: 1337
requiresUsernamePasswordAuthentication: true
userNamePasswordPairs:
- - admin
- 123456
- - userName
- password
FAQs
SOCKS Proxy Server written in node.js
The npm package socks-proxy-server receives a total of 11 weekly downloads. As such, socks-proxy-server popularity was classified as not popular.
We found that socks-proxy-server 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 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.