Land #16666, Correctly format the notes sections
This commit is contained in:
@@ -31,13 +31,13 @@ class MetasploitModule < Msf::Auxiliary
|
||||
'Targets' => [['WordPress', {}]],
|
||||
'DefaultTarget' => 0,
|
||||
'References' => [
|
||||
['URL', 'https://blog.nintechnet.com/critical-vulnerability-fixed-in-wordpress-automatic-plugin/'],
|
||||
['NOCVE', 'Patched in 3.53.3 without vendor disclosure']
|
||||
['URL', 'https://blog.nintechnet.com/critical-vulnerability-fixed-in-wordpress-automatic-plugin/']
|
||||
],
|
||||
'Notes' => {
|
||||
'Stability' => [CRASH_SAFE],
|
||||
'Reliability' => [],
|
||||
'SideEffects' => [CONFIG_CHANGES, IOC_IN_LOGS]
|
||||
'SideEffects' => [CONFIG_CHANGES, IOC_IN_LOGS],
|
||||
'NOCVE' => ['Patched in 3.53.3 without vendor disclosure']
|
||||
}
|
||||
)
|
||||
)
|
||||
|
||||
@@ -35,7 +35,9 @@ class MetasploitModule < Msf::Auxiliary
|
||||
],
|
||||
'Notes' =>
|
||||
{
|
||||
'SideEffects' => [CONFIG_CHANGES]
|
||||
'Stability' => [],
|
||||
'Reliability' => [],
|
||||
'SideEffects' => [CONFIG_CHANGES]
|
||||
},
|
||||
'DisclosureDate' => '2018-11-08'
|
||||
))
|
||||
|
||||
@@ -62,10 +62,10 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||
'DisclosureDate' => '2022-02-02',
|
||||
'DefaultTarget' => 0,
|
||||
'Notes' => {
|
||||
'Stability' => CRASH_SERVICE_RESTARTS,
|
||||
'Stability' => [CRASH_SERVICE_RESTARTS],
|
||||
# repeatable... but only works 65% of the time, see comments above
|
||||
'Reliability' => REPEATABLE_SESSION,
|
||||
'SideEffects' => nil
|
||||
'Reliability' => [REPEATABLE_SESSION],
|
||||
'SideEffects' => []
|
||||
}
|
||||
)
|
||||
)
|
||||
|
||||
@@ -83,7 +83,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||
},
|
||||
'DefaultTarget' => 2,
|
||||
'Notes' => {
|
||||
'NOCVE' => '0day',
|
||||
'NOCVE' => ['0day'],
|
||||
'Stability' => [SERVICE_RESOURCE_LOSS], # May hang up the service
|
||||
'Reliability' => [REPEATABLE_SESSION],
|
||||
'SideEffects' => [IOC_IN_LOGS, CONFIG_CHANGES, ARTIFACTS_ON_DISK]
|
||||
|
||||
@@ -35,7 +35,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||
'References' =>
|
||||
[
|
||||
[ 'CVE', '2014-4936' ],
|
||||
[' OSVDB', '116050'],
|
||||
[ 'OSVDB', '116050' ],
|
||||
[ 'URL', 'http://blog.0x3a.com/post/104954032239/cve-2014-4936-malwarebytes-anti-malware-and'] # Discoverer's blog
|
||||
],
|
||||
'DefaultOptions' =>
|
||||
|
||||
Reference in New Issue
Block a user