Changeset 4460
- Timestamp:
- 02/22/07 01:34:03 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
framework3/trunk/modules/exploits/windows/http/apache_chunked.rb
r4419 r4460 1 1 ## 2 # $Id :$2 # $Id$ 3 3 ## 4 4 … … 163 163 164 164 def check 165 response = request('uri' => '/')165 response = send_request_raw({'uri' => '/'}, 5) 166 166 167 167 if response.nil?
