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
Girsh — Genera automáticamente un shell inverso completamente interactivo para una víctima Linux o Windows. | Kitploit
Herramientas/GitHubGitHub/nodauf/girsh
Generación de PayloadsExplotaciónIngeniería InversaShellcodePost-ExplotaciónPruebas de PenetraciónComando y ControlRed Teaming
GitHubnodauf/girsh

Girsh

Genera automáticamente un shell inverso completamente interactivo para una víctima Linux o Windows.

Ver Repositorio
360454hace 3 añosRevisado 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

Go Report Card

Girsh (Golang Interactive Reverse SHell)

¿A quién no se le ha vuelto aburrido escribir manualmente las pocas líneas para mejorar una reverse shell a una shell interactiva completa (spawn de tty, stty size ..., stty raw -echo) o escribir el comando para usar ConPTY?

Descripción

Con Girsh, solo ejecútalo y detectará el SO y ejecutará los comandos correctos para mejorarlo a una shell inversa interactiva completa.

Para Linux:

  • Obtiene el tamaño del terminal
  • Genera un tty usando python2.7, python3 y python
  • Cambia el terminal a raw

Para Windows:

  • Omite AMSI y usa ConPTY para generar un terminal interactivo
  • Escucha para recibir la reverse shell ConPTY

Comandos personalizados

root@kitploit:~
sessions: Manage route to socks servers
connect: Manage route to socks servers
menu: Start the reverse shell menu
options: Manage current options (default print them)
start: Start the listener
stop: Stop the listener
restart: Restart the listener
help: help command

Uso

Hay dos modos disponibles:

Listener simple

root@kitploit:~
go run main.go listener -h
Usage:
  girsh listen [flags]

Flags:
  -h, --help   help for listen

Global Flags:
  -d, --debug      Debug output
  -p, --port int   port to listen (default is 1234) (default 1234)

Interactivo

root@kitploit:~
go run main.go -h
Generate a reverseshell oneliners (credits shellerator).
        And listen then run stty raw -echo and send the python command to spawn a tty shell if it's Linux
        or use ConPTY if it's windows

Usage:
  girsh [flags]
  girsh [command]

Available Commands:
  help        Help about any command
  listen      Listen and spawn a fully interactive for windows and linux client

Flags:
  -d, --debug      Debug output
  -h, --help       help for revshell
  -p, --port int   port to listen (default is 1234) (default 1234)

Demo

Linux

Gif for linux victim

Windows

PNG for windows victim

Descargar herramienta