
Security News
NIST Under Federal Audit for NVD Processing Backlog and Delays
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
A fast tunnel proxy that helps you bypass firewalls.
Features:
Debian / Ubuntu:
apt install python3-pip libcrypto++-dev
pip3 install shadowsocks-pro
sslocal -c config.json
{
"server": "example.shadowsocks.org",
"server_port": 8388,
"password": "u1rRWTssNv0p",
"method": "aes-256-cfb",
"timeout":400,
"local_address": "127.0.0.1",
"local_port":1080
}
Debian / Ubuntu:
apt install python3-pip libcrypto++-dev
pip install shadowsocks-pro
CentOS:
yum install python-setuptools && easy_install pip
pip install shadowsocks-pro
Windows:
See Install Shadowsocks Server on Windows.
ssserver -p 443 -k password -m aes-256-cfb
To run in the background:
sudo ssserver -p 443 -k password -m aes-256-cfb --user nobody -d start
To stop:
sudo ssserver -d stop
To check the log:
sudo less /var/log/shadowsocks.log
Check all the options via -h
. You can also use a [Configuration] file
instead.
Create configeration file and run
To start:
ssserver -c /etc/shadowsocks.json
You can find all the documentation in the Wiki.
MIT License
FAQs
A fast tunnel proxy that help you get through firewalls
We found that shadowsocks-pro 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
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.
Security News
TypeScript Native Previews offers a 10x faster Go-based compiler, now available on npm for public testing with early editor and language support.