Skip to content

Commit fb6cd9c

Browse files
committed
add osvdb+url refs and module tidy up
1 parent fc2da15 commit fb6cd9c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

modules/exploits/unix/webapp/opensis_modname_exec.rb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ def initialize(info={})
2828
],
2929
'References' =>
3030
[
31-
['CVE', '2013-1349'],
32-
['URL', 'http://sourceforge.net/p/opensis-ce/bugs/59/']
31+
['CVE', '2013-1349'],
32+
['OSVDB', '100676'],
33+
['URL', 'http://karmainsecurity.com/KIS-2013-10'],
34+
['URL', 'http://sourceforge.net/p/opensis-ce/bugs/59/']
3335
],
3436
'Payload' =>
3537
{
@@ -57,7 +59,7 @@ def initialize(info={})
5759

5860
register_options(
5961
[
60-
OptString.new('TARGETURI', [true, 'The URI for OpenSIS', '/opensis/']),
62+
OptString.new('TARGETURI', [true, 'The URI for OpenSIS', '/opensis/']),
6163
OptString.new('USERNAME', [true, 'The username for OpenSIS', '']),
6264
OptString.new('PASSWORD', [true, 'The password for OpenSIS', ''])
6365
], self.class)

0 commit comments

Comments
 (0)