Skip to content

Commit 2d3c2c1

Browse files
wchen-r7Tod Beardsley
authored andcommitted
Set default target to 0 because there's only one
1 parent c0335ce commit 2d3c2c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/exploits/windows/http/ultraminihttp_bof.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ def initialize(info={})
5555
]
5656
],
5757
'Privileged' => false,
58-
'DisclosureDate' => 'Jul 10 2013'
59-
))
58+
'DisclosureDate' => 'Jul 10 2013',
59+
'DefaultTarget' => 0
60+
))
6061
end
6162

6263
def exploit

0 commit comments

Comments
 (0)