Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
Girsh — Linux 또는 Windows 피해자를 위해 완전히 대화형인 역방향 셸을 자동으로 생성합니다. | Kitploit
도구/GitHubGitHub/nodauf/girsh
Payload GenerationExploitationReverse EngineeringShellcodePost-ExploitationPenetration TestingCommand and ControlRed Teaming
GitHubnodauf/girsh

Girsh

Linux 또는 Windows 피해자를 위해 완전히 대화형인 역방향 셸을 자동으로 생성합니다.

저장소 보기
360453년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Go Report Card

Girsh (Golang 인터랙티브 리버스 쉘)

누가 리버스 쉘을 완전한 인터랙티브 리버스 쉘(tty 스폰, stty size ..., stty raw -echo)로 업그레이드하기 위해 몇 줄을 수동으로 입력하거나 ConPTY를 사용하는 명령을 입력하는 데 지루함을 느끼지 않았을까요?

설명

Girsh를 실행하기만 하면 OS를 감지하여 완전한 인터랙티브 리버스 쉘로 업그레이드하기 위한 올바른 명령을 실행합니다.

Linux의 경우:

  • 터미널 크기 가져오기
  • python2.7, python3 및 python을 사용하여 tty 스폰
  • 터미널을 raw 모드로 변경

Windows의 경우:

  • AMSI를 우회하고 ConPTY를 사용하여 인터랙티브 터미널 스폰
  • ConPTY 리버스 쉘 수신 대기

사용자 정의 명령

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

사용법

두 가지 모드를 사용할 수 있습니다:

간단한 리스너

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)

인터랙티브

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)

데모

Linux

Gif for linux victim

Windows

PNG for windows victim

도구 다운로드