Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
blinksocks
Advanced tools
A framework for building composable proxy protocol stack.
For desktop use, you can download official blinksocks-desktop, a cross-platform GUI for blinksocks.
blinksocks is built on top of Node.js, if you want to use it in an ordinary way or do some hacking, please install Node.js(v6.x and above) on your operating system.
You can get the latest blinksocks via package manager yarn or npm.
NOTE: Node.js comes with npm installed so you don't have to install npm individually.
stable version
$ npm install -g blinksocks
unstable version
$ npm install -g blinksocks@next
If you hate to install and want to get a even more portable version, we have all in one script:
the latest build(maybe unstable)
$ wget https://raw.githubusercontent.com/blinksocks/blinksocks/master/build/blinksocks.js
previous build(with tag in url, stable)
$ wget https://raw.githubusercontent.com/blinksocks/blinksocks/v2.5.1/build/blinksocks.js
npm version(require Node.js)
$ blinksocks -c blinksocks.client.json
portable version(require Node.js)
$ node blinksocks.js -c blinksocks.client.json
executable version(Node.js, not GUI)
$ ./blinksocks(.exe) --help
You can download precompiled executables for different platforms and launch it directly without having Node.js installed.
For configuring blinksocks, please refer to Configuration.
See authors.
Apache License 2.0
FAQs
A framework for building composable proxy protocol stack
The npm package blinksocks receives a total of 20 weekly downloads. As such, blinksocks popularity was classified as not popular.
We found that blinksocks 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.