Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/sransara/odd-socks

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/sransara/odd-socks

  • v0.0.0-20190909133436-83548230bc38
  • Source
  • Go
  • Socket score

Version published
Created
Source

Odd socks

Implementation of SOCKS 5 protocol in Go.

Usage

> go get github.com/sransara/oddsocks
> oddsocks -h
Usage of oddsocks:
    -laddr string
        Specify host:port to listen for incoming SOCKS connections (default ":0")

Features

  • No configuration (rulesets, username/password etc.) bells and whistles
  • Make your own customization by injecting appropriate state handler or action into the state machine
  • No external dependencies
  • Auth Methods
    • No authentication
    • Username/password
    • GSSAPI
  • Address Type
    • IPv4
    • IPv6
    • Domain name
  • Commands
    • Connect : production ready
    • Bind : see Issues section
    • UDP associate : see Issues section
      • Fragment support : assuming single fragment

Issues that need support with suggestions and PRs

  • Need functional testing for BIND command (#1)
  • Need functional testing for UDP ASSOC command (#2)
  • Automated integration test suite (#3)
  • Add UDP Fragment support (#4)
  • Implement socks relay (#5)
  • Better strategy for state handler and action injection (#6)

License

MIT

FAQs

Package last updated on 09 Sep 2019

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