84 matches found
smbghost
SMBGhost Scanner CVE-2020-0796 SMBv3 vulnerability scanner SMBGhost. Detects vulnerable Windows hosts by sending a malformed SMBv3 negotiation packet and checking the response. Usage root@kitploit: Single host python3 scanner.py -H 10.0.0.5 Host list python3 scanner.py -l targets.txt Network...
SMBScanner
SMBScanner Multithread SMB scanner to check CVE-2020-0796 for SMB v3.11 Based on ollypwn/SMBGhost https://github.com/ollypwn/SMBGhost I have added multithreading capability to make scanning faster...
SMBGhost
SMBGhost Simple threaded scanner for CVE-2020-0796 - SMBv3 RCE. The scanner is for meant only for testing whether a server is vulnerable. It is not meant for research or development, hence the fixed payload. It checks for SMB dialect 3.1.1 and compression capability through a negotiate request. A...
CVE-2020-0796-DoS
CVE-2020-0796 DoS PoC SMBGhost A simple demonstration exploiting CVE-2020-0796. This script will induce a BSoD in vulnerable machines. Pure Python 3 with no additional dependencies required. Usage python CVE-2020-0796-DoS.py Credit Hard-coded packet data was derived from this PoC script by maxpl0...
smbGhostCVE-2020-0796
Este repositorio no tiene un README...
DriveLife-PsTrojan
DriveLife-PsTrojan TrojanDropper/PS.Maloader.d Introduction to the "DriveLife" Virus root@kitploit: Since its emergence in 2018, the "DriveLife" virus has spawned multiple variants and continuously refined its techniques to evade detection and removal by security software. The virus exploits...
CVE-2020-0796-BOF
This is Raphael's tinkering around with the SMBGhost LPE. I started with the source code from the Metasploit Framework: cve-2020-0796: SMBv3 Compression Buffer Overflow SMBGhost CVE 2020-0796 https://github.com/rapid7/metasploit-framework/tree/master/external/source/exploits/CVE-2020-0796 BSD...
SMBGhost_AutomateExploitation
SMBGhost CVE-2020-0796 Automatizar explotación y detección Este programa Python es un envoltorio de la vulnerabilidad RCE SMBGhost. Todo el crédito del exploit funcional a chompie1337. Todo el crédito del escáner a ioncodes. Simplemente automatizo estas funciones en un solo programa. Debes tener ...
cve-2020-0796
CVE-2020-0796 LPE CVE-2020-0796 SMBGhost LPE Usage Install Rust if you need it https://www.rust-lang.org/learn/get-started Compile the code: cargo build --release Copy the .exe from target/release/ to target and execute. References...
NSE-scripts
Contains Custom NSE scripts CVE-2020-0796 NSE script to detect vulnerable CVE-2020-0796 issue, with Microsoft SMBv3 Compression aka coronablue, SMBGhost The script is a modified version of smb-protocols.nse script with a modified output data for v3.11 detection and validating CVE-2020-0796. Note:...
SMBGhost
SMBGhost Batch test CVE-2020-0796 - SMBv3 RCE...
conti-ransomware-writeup
Conti Ransomware Write Up Overview This repository contains my full investigation and technical write‑up of a Conti ransomware compromise targeting a Microsoft Exchange server. The analysis was conducted using Splunk 8.2.2 , reviewing 28,145 events across Windows Security, Sysmon, and IIS log...
SMBGhost_CVE-2020-0796_checker
SMBGhost Simple scanner for CVE-2020-0796 - SMBv3 RCE. The scanner is for meant only for testing whether a server is vulnerable. It is not meant for research or development, hence the fixed payload. It checks for SMB dialect 3.1.1 and compression capability through a negotiate request. A network...
CVE-2020-0796-Scanner
Inspired by ollypwn's SMBGhost script, I wrote my own script and shared it. root@kitploit: import socket import binascii import sys payload =...
ECE9069_SMBGhost_Exploit_CVE-2020-0796-
This repository does not have a README...
CVE-2020-0796-exp
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 lab environment. It was written quickly and needs some work to be more reliable. Sometimes you BSOD. Using this for any purpose other...
SMBGhost-WorkaroundApplier
SMBGhost Workaround Applier for CVE-2020-0796 - SMBv3 unauthenticated RCE This scanner has the ability to detect and apply the workaround in case your system is not patched yet. The Scanner is looking for the vulrability in your system only. You should run this script as administrator. Libraries...
SMBGhost
SMBGhost Simple scanner for CVE-2020-0796 - SMBv3 RCE. The scanner is for meant only for testing whether a server is vulnerable. It is not meant for research or development, hence the fixed payload. It checks for SMB dialect 3.1.1 and compression capability through a negotiate request. A network...
CVE-2020-0796-RCE-POC
CVE-2020-0796 Remote Code Execution POC c 2020 ZecOps, Inc. - https://www.zecops.com - Find Attackers' Mistakes Remote Code Execution POC for CVE-2020-0796 / "SMBGhost" Expected outcome: Reverse shell with system access. Intended only for educational and testing in corporate environments. ZecOps...
CVE-2020-0796-POC
CVE-2020-0796 Pre-Auth POC c 2020 ZecOps, Inc. - https://www.zecops.com - Find Attackers' Mistakes POC to check for CVE-2020-0796 / "SMBGhost" Expected outcome: Blue Screen Intended only for educational and testing in corporate environments. ZecOps takes no responsibility for the code, use at you...