RomanRybachek / CVE-2023-36900

Denial-of-Service PoC | Writeup | Header with CLFS structures | Imhex pattern for .blf extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVE-2023-36900

Imhex pattern for blf extension

Before:

drawing

After:

drawing

The pattern is far from ideal, but it can be useful. Link

How to use:

File->Import->Pattern File

Denial of Service proof of concept

The proof of concept requres python and the pwntools module installed. Because testing has to be done on a specific build of Windows, to prevent Microsoft from updating your OS, it must not be connected to the Internet. Therefore, all dependencies need to be installed offline. How to install python modules without internet.
To run POC, copy the folder with POC to target machine and use following command:

python launch.py DoS

About

Denial-of-Service PoC | Writeup | Header with CLFS structures | Imhex pattern for .blf extension


Languages

Language:C++ 41.8%Language:Python 36.9%Language:C 21.4%