Skip to content

Commit bced98a

Browse files
committed
Merge pull request rapid7#148 from swtornio/master
add osvdb ref
2 parents fae4f5d + e392958 commit bced98a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/multi/http/vbseo_proc_deutf.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def initialize(info = {})
2525
'License' => MSF_LICENSE,
2626
'References' =>
2727
[
28+
['OSVDB', '78508'],
2829
['BID', '51647'],
2930
['URL', 'http://www.vbseo.com/f5/vbseo-security-bulletin-all-supported-versions-patch-release-52783/'],
3031
['URL', 'http://www.exploit-db.com/exploits/18424/']
@@ -96,4 +97,4 @@ def exploit
9697
vprint_status(response.body)
9798
end
9899

99-
end
100+
end

0 commit comments

Comments
 (0)