
Security News
Opengrep Adds Apex Support and New Rule Controls in Latest Updates
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
socksv5-cli
Advanced tools
Hosts socksv5 proxy when given a simple config
npm install -g socksv5-cli
socksv5 /full/path/to/config.json
Config file generation:
A basic config file generator is provided, it will try to create an unauthenticated proxy for every external network interface.
socksv5-gen > proxy_config.json
A utility for config file management is provided
socksv5-config
This file assumes that your config file is stored in /etc/socksv5.conf
See socksv5-config help
for more information about the config manager
Config file format (See config.sample.json):
[
{
"host": <external ip>,
"port": <port>,
"username": <username>,
"password": <password>
}
]
Example config:
[
{
"host": "123.456.789.123",
"port": 123,
"username": "proxy1user",
"password": "proxy1pass"
},
{
"host": "51.23.4.123",
"port": 124,
"username": "proxy2user",
"password": "proxy2user"
}
]
FAQs
Socksv5 server Cli
The npm package socksv5-cli receives a total of 6 weekly downloads. As such, socksv5-cli popularity was classified as not popular.
We found that socksv5-cli 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
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.