Fix typo of "reliability" - wow, I suck
parent
372ec1949a
commit
00cebda89e
|
@ -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'
|
||||||
}
|
}
|
||||||
))
|
))
|
||||||
|
|
|
@ -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']
|
||||||
}
|
}
|
||||||
))
|
))
|
||||||
|
|
Loading…
Reference in New Issue