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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
MiscTools — 기타 도구 | Kitploit
도구/GitHubGitHub/rasta-mouse/misctools
Privilege EscalationLateral MovementPost-ExploitationPenetration TestingCommand and ControlRed Teaming
GitHubrasta-mouse/misctools

MiscTools

기타 도구

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

MiscTools

CsExec

PsExec 유사 기능을 통한 명령 실행 / 측면 이동. 권한 있는 사용자의 컨텍스트에서 실행되어야 합니다.

root@kitploit:~
CsExec.exe <targetMachine> <serviceName> <serviceDisplayName> <binPath>

또한 TikiService를 참조하세요.

CsPosh

PowerShell을 통한 명령 실행 / 측면 이동. 원격 대상에서 PowerShell 실행 공간을 생성합니다. 권한 있는 사용자의 컨텍스트에서 실행되어야 합니다.

root@kitploit:~
Usage:
  -t, --target=VALUE         Target machine
  -c, --code=VALUE           Code to execute
  -e, --encoded              Indicates that provided code is base64 encoded
  -o, --outstring            Append Out-String to code
  -r, --redirect             Redirect stderr to stdout
  -d, --domain=VALUE         Domain for alternate credentials
  -u, --username=VALUE       Username for alternate credentials
  -p, --password=VALUE       Password for alternate credentials
  -h, -?, --help             Show Help

CsWMI

WMI를 통한 명령 실행 / 측면 이동. 권한 있는 사용자의 컨텍스트에서 실행되어야 합니다.

현재 메서드: ProcessCallCreate.

root@kitploit:~
CsWMI.exe <targetMachine> <command> <method>

또한 The Return of Aggressor를 참조하세요.

CsDCOM

DCOM을 통한 명령 실행 / 측면 이동. 권한 있는 사용자의 컨텍스트에서 실행되어야 합니다.

현재 메서드: MMC20.Application, ShellWindows, ShellBrowserWindow, ExcelDDE.

root@kitploit:~
Usage:
  -t, --target=VALUE         Target Machine
  -b, --binary=VALUE         Binary: powershell.exe
  -a, --args=VALUE           Arguments: -enc <blah>
  -m, --method=VALUE         Method: MMC20Application, ShellWindows,
                               ShellBrowserWindow, ExcelDDE
  -h, -?, --help             Show Help

CsEnv

사용자/머신/프로세스 환경 변수를 추가합니다.

root@kitploit:~
CsEnv.exe <variableName> <value> <target>

Credits

대부분의 코드는 다음에서 가져와서 약간 수정했습니다:

  • Invoke-PsExec by harmj0y
  • SharpWMI by harmj0y
  • SharpCOM by rvrsh3ll
도구 다운로드