
Gere automaticamente uma shell reversa totalmente interativa para vítima Linux ou Windows.
Quem nunca se cansou de digitar manualmente as poucas linhas para atualizar uma shell reversa para uma shell reversa interativa completa (tty spawn, stty size ..., stty raw -echo) ou digitar o comando para usar o ConPTY.
Com o Girsh, basta executá-lo e ele detectará o SO e executará os comandos corretos para atualizá-lo para uma shell reversa totalmente interativa.
Para Linux:
Para Windows:
sessions: Gerenciar rota para servidores socks
connect: Gerenciar rota para servidores socks
menu: Iniciar o menu da shell reversa
options: Gerenciar opções atuais (padrão: exibi-las)
start: Iniciar o listener
stop: Parar o listener
restart: Reiniciar o listener
help: comando de ajuda
Dois modos estão disponíveis:
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)
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)

