谁没有厌倦过手动输入那几行代码来将反向 Shell 升级为完整的交互式反向 Shell(tty spawn、stty size ...、stty raw -echo)或者输入使用 ConPTY 的命令呢?
使用 Girsh,只需运行它,它就会检测操作系统并执行正确的命令,将其升级为完整的交互式反向 Shell。
对于 Linux:
对于 Windows:
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
提供两种模式:
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)

