Socket
Socket
Sign inDemoInstall

socksup

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    socksup

Use `npx socksup` to spin up a socks5 proxy server immediately.


Version published
Weekly downloads
2
decreased by-60%
Maintainers
1
Install size
27.1 kB
Created
Weekly downloads
 

Readme

Source

Socksup

Use `npx socksup` to spin up a socks5 proxy server immediately.

Running

For NPM users:

npx socksup

For PNPM Users:

pnpx socksup
Socks server is listening on 0.0.0.0:1080
Username: <Username>
Password: <Password>

Options

--username, -u // The username to the server. By default, "default"
--password, -p // The password to the client. By default, a random 32 byte hex value stored at your home.
--port, -P     // The listening port. By default, "1080"
--hostname, -H // The listening hostname. By default, "0.0.0.0"
--noAuth       // Dangerously disable authentication.

Contributing

To install all dependencies, with pnpm installed, run

pnpm install

To develop the script using unbundled TypeScript, run

pnpm dev

To build the bundle, run

pnpm build

Attributions

This codebase is mostly copied from https://github.com/PondWader/node-socks5-server.

This script is mostly a CLI wrapper on it.

FAQs

Last updated on 19 Apr 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc