New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@sansamour/node-socks

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sansamour/node-socks

A simple SOCKS/HTTP/HTTPS proxy implementation

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

SOCKS implementation in node.js

A simple SOCKS implementation and demo proxy in node.js <http://nodejs.org>_.

It supports both socks5/socks4/socks4a/http/https proxy You can run it easily as::

./test/socksproxy5.js ./test/socksproxy4.js ./test/httpproxy.js

under windows you can run run.vbs This will create a proxy socks5 at 127.0.0.1 on port 8888. This will create a proxy socks4 socks4a at 127.0.0.1 on port 9999. This will create a proxy http https at 127.0.0.1 on port 8080.

You can use this as a good starting point for writing a proxy or a tunnel!

Keywords

FAQs

Package last updated on 02 Aug 2020

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc