Fix #9215, minor style nitpick

MS-2855/keylogger-mettle-extension
William Vu 2018-01-03 23:10:16 -06:00
parent 520e890520
commit 366a20a4a4
No known key found for this signature in database
GPG Key ID: 68BD00CE25866743
1 changed files with 6 additions and 6 deletions

View File

@ -474,12 +474,12 @@ class MetasploitModule < Msf::Exploit::Remote
def exploit
case datastore['TARGET']
when 0
exploit_formcache
when 1
exploit_newuser
else
fail_with(Failure::BadConfig, "Invalid target selected.")
when 0
exploit_formcache
when 1
exploit_newuser
else
fail_with(Failure::BadConfig, "Invalid target selected.")
end
end
end