Rm empty references
parent
2edd6869fc
commit
4a95e675ae
|
@ -26,10 +26,6 @@ class MetasploitModule < Msf::Auxiliary
|
|||
|
||||
'Author' => [ 'hdm' ],
|
||||
'License' => MSF_LICENSE,
|
||||
'References' =>
|
||||
[
|
||||
|
||||
],
|
||||
'Actions' =>
|
||||
[
|
||||
['Attack'],
|
||||
|
|
|
@ -18,10 +18,7 @@ class MetasploitModule < Msf::Auxiliary
|
|||
},
|
||||
|
||||
'Author' => [ 'hdm' ],
|
||||
'License' => MSF_LICENSE,
|
||||
'References' =>
|
||||
[
|
||||
]
|
||||
'License' => MSF_LICENSE
|
||||
))
|
||||
|
||||
register_options([Opt::RPORT(445)], self.class)
|
||||
|
|
|
@ -29,9 +29,6 @@ class MetasploitModule < Msf::Auxiliary
|
|||
'sinn3r',
|
||||
],
|
||||
'License' => MSF_LICENSE,
|
||||
'References' =>
|
||||
[
|
||||
],
|
||||
'Actions' =>
|
||||
[
|
||||
['PUT'],
|
||||
|
|
|
@ -21,9 +21,6 @@ class MetasploitModule < Msf::Auxiliary
|
|||
vulnerable machine. Please note that the SSL option is required in order to send
|
||||
HTTP requests.
|
||||
},
|
||||
'References' =>
|
||||
[
|
||||
],
|
||||
'Author' =>
|
||||
[
|
||||
'rgod', #Discovery
|
||||
|
|
|
@ -24,9 +24,6 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
[
|
||||
'hdm'
|
||||
],
|
||||
'References' =>
|
||||
[
|
||||
],
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
'EXITFUNC' => 'thread'
|
||||
|
|
|
@ -35,9 +35,6 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
},
|
||||
'Platform' => ['linux'],
|
||||
'Arch' => ARCH_X86,
|
||||
'References' =>
|
||||
[
|
||||
],
|
||||
'Targets' =>
|
||||
[
|
||||
[ 'HP System Management 7.1.1 - Linux (CentOS)',
|
||||
|
|
|
@ -30,9 +30,6 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
[
|
||||
'Brendan Coles <bcoles[at]gmail.com>', # Discovery and exploit
|
||||
],
|
||||
'References' =>
|
||||
[
|
||||
],
|
||||
'Payload' =>
|
||||
{
|
||||
'Space' => 1024,
|
||||
|
|
|
@ -36,9 +36,6 @@ class MetasploitModule < Msf::Exploit::Local
|
|||
'Space' => 227,
|
||||
'BadChars' => "\x00\x22"
|
||||
},
|
||||
'References' =>
|
||||
[
|
||||
],
|
||||
'Targets' =>
|
||||
[
|
||||
[ 'HP System Management Homepage 7.1.1',
|
||||
|
|
|
@ -37,9 +37,6 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
[
|
||||
'egypt', # stolen from mpack
|
||||
],
|
||||
'References' =>
|
||||
[
|
||||
],
|
||||
'Payload' =>
|
||||
{
|
||||
'EXITFUNC' => 'process',
|
||||
|
|
|
@ -21,9 +21,6 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
},
|
||||
'License' => MSF_LICENSE,
|
||||
'Author' => [ 'MC' ],
|
||||
'References' =>
|
||||
[
|
||||
],
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
'EXITFUNC' => 'process',
|
||||
|
|
|
@ -20,9 +20,6 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
'Author' => [ '<valsmith[at]metasploit.com>', '<chamuco[at]gmail.com>', 'patrick' ],
|
||||
'Arch' => [ ARCH_X86 ],
|
||||
'License' => MSF_LICENSE,
|
||||
'References' =>
|
||||
[
|
||||
],
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
'EXITFUNC' => 'thread',
|
||||
|
|
|
@ -21,9 +21,6 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
},
|
||||
'Author' => [ 'MC' ],
|
||||
'License' => MSF_LICENSE,
|
||||
'References' =>
|
||||
[
|
||||
],
|
||||
'Privileged' => true,
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue