
Singolo eseguibile proxy SOCKS5 inverso scritto in Golang.
Proxy SOCKS5 inverso in Golang.
Usage of ReverseSocks5.exe:
-cert string
Certificate file if using TLS on the server
-connect string
Connect address for socks agent address:port
-key string
Private key file if using TLS on the server
-listen string
Listen address for socks agents address:port (default ":10443")
-password string
Password used for SOCKS5 authentication. No authentication required if not configured.
-psk string
Pre-shared key for encryption and authentication between the agent and server (default "password")
-socks string
Listen address for socks server address:port (default "127.0.0.1:1080")
-tls
Connect with TLS instead of TCP, the server must be using certificates
-username string
Username used for SOCKS5 authentication
Questo aprirà la porta SOCKS5 su 127.0.0.1:1080 e resterà in ascolto per un agente su :10443. Nota: la porta SOCKS5 sarà accessibile solo dopo che un agente si connette.
Questo si connetterà al server e costituirà il punto di uscita per il traffico SOCKS5, esponendo di fatto la rete interna dell'agente a chiunque possa accedere alla porta SOCKS5 del server.
Nota: Firefox è in esecuzione sulla stessa macchina del server SOCKS5. Ciò farà sì che Firefox (usando l'estensione Proxy SwitchyOmega) effettui tutte le connessioni tramite il server SOCKS5. Su Linux, uno strumento comune per accedere al proxy SOCKS5 è proxychains4.