Fix typo of "reliability" - wow, I suck

master
William Vu 2019-04-23 19:47:59 -05:00
parent 372ec1949a
commit 00cebda89e
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ class MetasploitModule < Msf::Exploit::Remote
'Notes' => { 'Notes' => {
'Stability' => [CRASH_SAFE], 'Stability' => [CRASH_SAFE],
'SideEffects' => [ARTIFACTS_ON_DISK], 'SideEffects' => [ARTIFACTS_ON_DISK],
'Reliablity' => [REPEATABLE_SESSION], 'Reliability' => [REPEATABLE_SESSION],
'NOCVE' => 'Patched in 2.00.8643' 'NOCVE' => 'Patched in 2.00.8643'
} }
)) ))

View File

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