Land #11462, Add Reliability REPEATABLE_SESSION to Wemo exploit

GSoC/Meterpreter_Web_Console
Brent Cook 2019-02-22 13:16:23 -06:00
commit f7e3af212c
No known key found for this signature in database
GPG Key ID: 1FFAA0B24B708F96
1 changed files with 2 additions and 1 deletions

View File

@ -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]
}
))