9 matches found
SMBGhost_RCE_PoC
SMBGhostRCEPoC PoC RCE per CVE-2020-0796 "SMBGhost" Solo a scopo dimostrativo! Usalo solo come riferimento. Sul serio. Non è stato testato al di fuori del mio ambiente di laboratorio. È stato scritto in fretta e necessita di qualche miglioramento per essere più affidabile. A volte provoca un BSOD...
Clematis
Clematis 中文 | English 🛠️ Un potente strumento per convertire file PE EXE/DLL in shellcode indipendente dalla posizione. ✨ Caratteristiche principali Supporto per la conversione di file PE EXE/DLL in shellcode Compatibile con le architetture x86 e x64 Supporto degli argomenti da riga di comando...
CVE-2020-0796
CVE-2020-0796 Un PoC e Scanner ancora più semplice per CVE-2020-0796, poiché utilizza pacchetti statici. C'è una protezione per prevenire l'uso accidentale su IP pubblici non farlo e un interruttore on/off per il crash. Richiede solo Python 3 vanilla! Modalità scansione: root@kitploit: python3...
CVE-2020-0796-exp
SMBGhostRCEPoC RCE PoC für CVE-2020-0796 "SMBGhost" Nur zu Demonstrationszwecken! Verwenden Sie dies nur als Referenz. Ernsthaft. Dies wurde nicht außerhalb meiner Laborumgebung getestet. Es wurde schnell geschrieben und benötigt noch etwas Arbeit, um zuverlässiger zu sein. Manchmal gibt es einen...
CVE-2020-0796-PoC
CVE-2020-0796 PoC noto anche come CoronaBlue e SMBGhost Utilizzo ./CVE-2020-0796.py servername Questo script si connette all'host di destinazione e comprime la richiesta di autenticazione con un campo offset errato impostato nell'intestazione di trasformazione, causando un buffer overflow nel...
libfsntfs
libfsntfs è una libreria per accedere al formato New Technology File System NTFS. Informazioni sul progetto: Stato: sperimentale Licenza: LGPL-3.0-or-later Formati NTFS supportati in sola lettura: NTFS versione 3.0 NTFS versione 3.1 Funzionalità supportate del formato NTFS: Compressione LZNT1 Dat...
CVE-2020-0796-Scanner
Ispirato dallo script SMBGhost di ollypwn, ho scritto il mio script e l'ho condiviso. 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...