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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
shellerator — 다중 언어로 바인드 및 리버스 셸을 생성하는 간단한 CLI 도구 | Kitploit
도구/GitHubGitHub/shutdownrepo/shellerator
Payload GenerationPenetration TestingRed TeamingShellcode Generation
GitHubshutdownrepo/shellerator

shellerator

다중 언어로 바인드 및 리버스 셸을 생성하는 간단한 CLI 도구

저장소 보기
39350122개월 전Kitploit 검토 완료

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Shellerator

Shellerator는 침투 테스터가 Bash, PowerShell, Netcat, PHP, ASPX 등 여러 프로그래밍 언어로 리버스 셸, 바인드 셸, 웹 셸을 빠르게 생성할 수 있도록 돕는 간단한 CLI/TUI 도구입니다.

한 줄 파일 다운로드 명령어 생성을 위한 유사한 프로젝트인 Uberfile은 이 코드를 기반으로 합니다.

이 프로젝트는 해킹 환경 Exegol에 기본 설치되어 있습니다.

설치

Shellerator는 pipx 또는 uv를 사용하여 쉽게 설치할 수 있습니다.

Pipx

pipx로 Shellerator를 설치하려면 다음 명령어를 실행하세요:

root@kitploit:~
pipx install git+https://github.com/ShutdownRepo/shellerator

Uv

uv로 Shellerator를 설치하려면 다음 명령어를 실행하세요:

root@kitploit:~
uv tool install git+https://github.com/ShutdownRepo/shellerator

사용법

root@kitploit:~
usage: shellerator [-h] [-l] [-b | -r | -w] [-v] [-t TYPE] [-lp LPORT] [-lh LHOST]

Easily generate reverse, bind and webshells

options:
  -h, --help                show this help message and exit
  -l, --list                Display all type of shells supported by Shellerator
  -b, --bind-shell          Generate a bind shell (you connect to the target)
  -r, --reverse-shell       Generate a reverse shell (the target connects to you) (Default)
  -w, --web-shell           Generate a webshell
  -v, --verbose             Enable verbosity

Bindshell options:
  -t TYPE, --type TYPE      Type of shell to generate
  -lp LPORT, --lport LPORT  Listener Port

Reverse shell options:
  -t TYPE, --type TYPE      Type of shell to generate
  -lp LPORT, --lport LPORT  Listener Port
  -lh LHOST, --lhost LHOST  Listener IP address

Webshell options:
  -t TYPE, --type TYPE      Type of shell to generate

Shellerator는 필수 옵션이 생략되면 자동으로 TUI(터미널 사용자 인터페이스)를 시작합니다.

TUI를 사용하여 PowerShell 리버스 셸 생성

PowerShell Reverse Shell TUI

PHP 웹 셸 생성

PHP Webshell

Netcat 바인드 셸 생성

Netcat Bindshell

출처 및 크레딧

이 프로젝트는 Print-My-Shell에서 영감을 받았습니다.

일부 명령어는 다음 출처에서 가져왔습니다:

  • https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/Methodology%20and%20Resources/Reverse%20Shell%20Cheatsheet.md
  • http://pentestmonkey.net/cheat-sheet/shells/reverse-shell-cheat-sheet
  • https://www.hackingtutorials.org/networking/hacking-netcat-part-2-bind-reverse-shells/
도구 다운로드