9 matches found
CVE-2020-0796-exp
SMBGhostRCEPoC PoC RCE pour CVE-2020-0796 "SMBGhost" Pour démonstration uniquement ! Utilisez-le seulement comme référence. Sérieusement. Ceci n'a pas été testé en dehors de mon environnement de laboratoire. Il a été écrit rapidement et nécessite quelques améliorations pour être plus fiable...
Clematis
Clematis 中文 | English 🛠️ Un outil puissant pour convertir des fichiers PE EXE/DLL en shellcode indépendant de la position. ✨ Fonctionnalités clés Prise en charge de la conversion de fichiers PE EXE/DLL en shellcode Compatible avec les architectures x86 et x64 Prise en charge des arguments de ligne...
CVE-2020-0796-PoC
CVE-2020-0796 PoC aka CoronaBlue aka SMBGhost Utilisation ./CVE-2020-0796.py servername Ce script se connecte à l'hôte cible et compresse la requête d'authentification avec un champ d'offset invalide défini dans l'en-tête de transformation, ce qui provoque un dépassement de tampon dans le...
SMBGhost_RCE_PoC
SMBGhostRCEPoC PoC RCE pour CVE-2020-0796 "SMBGhost" À des fins de démonstration uniquement ! Utilisez-le uniquement comme référence. Sérieusement. Cela n'a pas été testé en dehors de mon environnement de laboratoire. Il a été écrit rapidement et nécessite du travail pour être plus fiable. Parfoi...
CVE-2020-0796
CVE-2020-0796 一个更简单的CVE-2020-0796 PoC和扫描器,因为它使用静态数据包。具有防止在公网IP上意外使用(不要那样做)的保护措施,以及一个用于触发崩溃的开关。仅需要原始Python 3! 扫描模式: root@kitploit: python3 poc-and-scan.py 10.0.0.15 N 扫描+崩溃模式: root@kitploit: python3 poc-and-scan.py 10.0.0.15 Y 输出: root@kitploit: SMB v311 with LZNT1 detected. Sending malformed pack...
libfsntfs
libfsntfs est une bibliothèque permettant d'accéder au format New Technology File System NTFS. Informations sur le projet : Statut : expérimental Licence : LGPL-3.0-or-later Formats NTFS pris en charge en lecture seule : NTFS version 3.0 NTFS version 3.1 Fonctionnalités du format NTFS prises en...
CVE-2020-0796-Scanner
مستوحىً من سكربت SMBGhost الخاص بـ ollypwn، كتبت سكربتي الخاص وشاركته. root@kitploit: import socket import binascii import sys payload =...
Exploit for Improper Restriction of Operations within the Bounds of a Memory Buffer in Microsoft
This is a proof-of-concept PoC exploit for CVE-2020-0796, also known as SMBGhost, a pre-authentication remote code execution vulnerability in Microsoft Windows. The exploit is written in Python and uses the SMB protocol to target vulnerable Windows systems. The exploit code is organized into...
Microsoft Windows - 'SMBGhost' Remote Code Execution
!/usr/bin/env python ''' EDB Note Download: https://gitlab.com/exploit-database/exploitdb-bin-sploits/-/raw/main/bin-sploits/48537.zip SMBGhostRCEPoC RCE PoC for CVE-2020-0796 "SMBGhost" For demonstration purposes only! Only use this a reference. Seriously. This has not been tested outside of my...