
स्वचालित रूप से Linux या Windows पीड़ित के लिए पूरी तरह से इंटरैक्टिव रिवर्स शेल उत्पन्न करें
कौन है जो मैन्युअली उन कुछ पंक्तियों को टाइप करने से ऊब नहीं गया जो एक रिवर्स शेल को पूर्ण इंटरएक्टिव रिवर्स शेल (tty spawn, stty size ..., stty raw -echo) में अपग्रेड करने के लिए आवश्यक हैं या ConPTY का उपयोग करने का कमांड टाइप करने से।
Girsh के साथ, बस इसे चलाएं और यह OS का पता लगाएगा और इसे पूर्ण इंटरएक्टिव रिवर्स शेल में अपग्रेड करने के लिए सही कमांड निष्पादित करेगा।
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)

