Rearrange notes in drupal_restws_unserialize

master
William Vu 2019-04-24 11:41:30 -05:00
parent 97545ceb9d
commit b05c6c7587
1 changed files with 2 additions and 2 deletions

View File

@ -67,10 +67,10 @@ class MetasploitModule < Msf::Exploit::Remote
],
'DefaultTarget' => 0,
'Notes' => {
'AKA' => ['SA-CORE-2019-003'],
'Stability' => [CRASH_SAFE],
'SideEffects' => [IOC_IN_LOGS],
'Reliability' => [UNRELIABLE_SESSION], # When using the GET method
'AKA' => ['SA-CORE-2019-003']
'Reliability' => [UNRELIABLE_SESSION] # When using the GET method
}
))