Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
ReverseSocks5 — Singolo eseguibile proxy SOCKS5 inverso scritto in Golang. | Kitploit
Strumenti/GitHubGitHub/acebond/reversesocks5
Post-ExploitPenetration TestingRed TeamingStrumento di Accesso Remoto
GitHubacebond/reversesocks5

ReverseSocks5

Singolo eseguibile proxy SOCKS5 inverso scritto in Golang.

Vedi Repository
157164 mesi faRevisionato da Kitploit

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi

ReverseSocks5

Proxy SOCKS5 inverso in Golang.

Uso

root@kitploit:~
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

Avvio del server

Example starting the server 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.

Avvio dell'agente

Example starting the agent 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.

Configura un proxy

Example proxy configuration 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.

Scarica lo strumento