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

github.com/k4ls3c/go-socks

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/k4ls3c/go-socks

  • v0.0.0-20240926005710-d168290a0abd
  • Source
  • Go
  • Socket score

Version published
Created
Source

GO-SOCKS

Socks proxy in Golang

Senario

image

Let's say you want to access Server C. However, you could only access it via Server B. To achieve this, we will run a SOCKS proxy on Server B and use that to pivot internally.

Compile

go build -ldflags="-s -w" -o go-socks.exe main.go

Update Proxychains Configuration

image

socks5 Server_B_ip 1080

Now run go-socks.exe on Server B; it will open a SOCKS proxy on port 1080 on Server B.

Disclaimer

The author is not responsible for unauthorized use of this tool. Use responsibly and ensure compliance with legal and ethical standards.

FAQs

Package last updated on 26 Sep 2024

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