Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
ReverseSocks5 — Proxy inverso SOCKS5 de un solo ejecutable escrito en Golang. | Kitploit
Herramientas/GitHubGitHub/acebond/reversesocks5
Post-ExplotaciónPruebas de PenetraciónRed TeamingHerramienta de Acceso Remoto
GitHubacebond/reversesocks5

ReverseSocks5

Proxy inverso SOCKS5 de un solo ejecutable escrito en Golang.

Ver Repositorio
157165hace 5 mesesRevisado por Kitploit

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

ReverseSocks5

Proxy SOCKS5 inverso en 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

Iniciar el servidor

Ejemplo de inicio del servidor Esto abrirá el puerto SOCKS5 en 127.0.0.1:1080 y escuchará conexiones de un agente en . Ten en cuenta que el puerto SOCKS5 solo será accesible una vez que un agente se conecte.

Descargar herramienta
:10443

Iniciar el agente

Ejemplo de inicio del agente Esto se conectará al servidor y será el punto de salida del tráfico SOCKS5, exponiendo efectivamente la red interna del agente a cualquiera que pueda acceder al puerto SOCKS5 en el servidor.

Configurar un proxy

Ejemplo de configuración de proxy Ten en cuenta que Firefox se está ejecutando en la misma máquina que el servidor SOCKS5. Esto hará que Firefox (usando la extensión Proxy SwitchyOmega) realice todas las conexiones a través del servidor SOCKS5. En Linux, una herramienta común para acceder al proxy SOCKS5 es proxychains4.