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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
wshlient — 웹 셸 및 명령 삽입 취약점과 상호 작용하기 위한 간단한 도구 | Kitploit
도구/GitHubGitHub/gildasio/wshlient
ShellcodeWeb Application ExploitationPenetration TestingCommand and Control
GitHubgildasio/wshlient

wshlient

웹 셸 및 명령 삽입 취약점과 상호 작용하기 위한 간단한 도구

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Wshlient

웹 셸 클라이언트

설명 및 데모

Wshlient는 매우 간단하면서도 다재다능하게 설계된 웹 셸 클라이언트입니다. HTTP 요청이 포함된 텍스트 파일을 만들고 Wshlient가 명령을 주입할 위치를 알려주기만 하면 셸을 사용할 수 있습니다.

https://github.com/user-attachments/assets/eafcf666-4c52-4e28-a341-a03bba93fe89

위 동영상이 작동하지 않는 경우:

asciicast

설치

파이썬에 포함된 기본 라이브러리 외에 Wshclient는 requests만 사용합니다. 직접 설치하거나 requirements.txt를 사용하여 설치하세요:

root@kitploit:~
$ git clone https://github.com/gildasio/wshlient
$ cd wshlient
$ pip install -r requirements.txt
$ ./wshlient.py -h

또는 $PATH에 심볼릭 링크를 만들어 시스템 어디에서나 직접 사용할 수 있습니다:

root@kitploit:~
$ ln -s $PWD/wshlient.py /usr/local/bin/wshlient

사용법

root@kitploit:~
$ ./wshlient.py -h
usage: wshlient.py [-h] [-d] [-i] [-ne] [-it INJECTION_TOKEN] [-st START_TOKEN] [-et END_TOKEN] req

positional arguments:
  req                   File containing raw http request

options:
  -h, --help            show this help message and exit
  -d, --debug           Enable debug output
  -i, --ifs             Replaces whitespaces with $IFS
  -ne, --no-url-encode  Disable command URL encode
  -it INJECTION_TOKEN, --injection-token INJECTION_TOKEN
                        Token to be replaced by commands (default: INJECT)
  -st START_TOKEN, --start-token START_TOKEN
                        Token that marks the output beginning
  -et END_TOKEN, --end-token END_TOKEN
                        Token that marks the output ending

기여하기

다음과 같은 방법으로 Wshlient에 기여할 수 있습니다:

  • 사용하고 공유하기 :)
  • 버그/이슈 보고하기
  • 흥미로운 기능 제안하기
  • 코딩하기

자유롭게 해 주세요, 하지만 간단하게 유지하는 것을 명심하세요.

도구 다운로드