Add Reliability REPEATABLE_SESSION to Wemo exploit
Notes copied from auxiliary/admin/wemo/crockpot where it didn't apply.GSoC/Meterpreter_Web_Console
parent
3871e45196
commit
c76714ccc6
|
@ -59,7 +59,8 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
'DefaultTarget' => 1,
|
||||
'Notes' => {
|
||||
'Stability' => [CRASH_SAFE],
|
||||
'SideEffects' => [ARTIFACTS_ON_DISK]
|
||||
'SideEffects' => [ARTIFACTS_ON_DISK],
|
||||
'Reliablity' => [REPEATABLE_SESSION]
|
||||
}
|
||||
))
|
||||
|
||||
|
|
Loading…
Reference in New Issue