minor fixes to multi-session terminate

unstable
David Maloney 2012-02-15 16:50:12 -06:00
parent 082b4acca8
commit a2778ea297
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class Metasploit3 < Msf::Auxiliary
def run
if vim_do_login(datastore['USERNAME'], datastore['PASSWORD']) == :success
Shellwords.split(datastore['KEY']).each do |key|
Shellwords.split(datastore['KEYS']).each do |key|
result = vim_terminate_session(key)
case result
when :notfound