Arch/Platform cleanup: aux modules need neither
parent
e769abc868
commit
39e81d3e53
|
@ -35,7 +35,6 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
'Author' => 'jduck',
|
'Author' => 'jduck',
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'Version' => '$Revision$',
|
'Version' => '$Revision$',
|
||||||
'Platform' => [ 'win' ],
|
|
||||||
'References' =>
|
'References' =>
|
||||||
[
|
[
|
||||||
[ 'OSVDB', '65533'],
|
[ 'OSVDB', '65533'],
|
||||||
|
|
|
@ -26,7 +26,6 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
},
|
},
|
||||||
'Author' => [ 'nullbind <scott.sutherland[at]netspi.com>' ],
|
'Author' => [ 'nullbind <scott.sutherland[at]netspi.com>' ],
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'Platform' => [ 'win' ],
|
|
||||||
'References' => [[ 'URL', 'http://en.wikipedia.org/wiki/SMBRelay' ]]
|
'References' => [[ 'URL', 'http://en.wikipedia.org/wiki/SMBRelay' ]]
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,6 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
[ 'Automatic', { } ],
|
[ 'Automatic', { } ],
|
||||||
],
|
],
|
||||||
'DefaultTarget' => 0,
|
'DefaultTarget' => 0,
|
||||||
'Platform' => [ 'win' ],
|
|
||||||
'References' => [[ 'URL', 'http://en.wikipedia.org/wiki/SMBRelay' ]]
|
'References' => [[ 'URL', 'http://en.wikipedia.org/wiki/SMBRelay' ]]
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,6 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
Code execution may be possible however this module is only a DoS.
|
Code execution may be possible however this module is only a DoS.
|
||||||
},
|
},
|
||||||
'Author' => [ 'patrick' ],
|
'Author' => [ 'patrick' ],
|
||||||
'Arch' => [ ARCH_X86 ],
|
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'Version' => '$Revision$',
|
'Version' => '$Revision$',
|
||||||
'References' =>
|
'References' =>
|
||||||
|
|
|
@ -43,7 +43,6 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
[ 'EDB', 15803 ],
|
[ 'EDB', 15803 ],
|
||||||
[ 'URL', 'http://blogs.technet.com/b/srd/archive/2010/12/22/assessing-an-iis-ftp-7-5-unauthenticated-denial-of-service-vulnerability.aspx' ]
|
[ 'URL', 'http://blogs.technet.com/b/srd/archive/2010/12/22/assessing-an-iis-ftp-7-5-unauthenticated-denial-of-service-vulnerability.aspx' ]
|
||||||
],
|
],
|
||||||
'Platform' => [ 'win' ],
|
|
||||||
'DisclosureDate' => 'Dec 21 2010'))
|
'DisclosureDate' => 'Dec 21 2010'))
|
||||||
|
|
||||||
register_options(
|
register_options(
|
||||||
|
|
Loading…
Reference in New Issue