minor comment tweaks

GSoC/Meterpreter_Web_Console
Brent Cook 2018-10-02 05:23:13 -05:00
parent 1b93363588
commit 304acd42f0
1 changed files with 2 additions and 2 deletions

View File

@ -165,7 +165,7 @@ class Exploit
end
rhosts = mod.datastore['RHOSTS']
# For mutilple targets exploit attempts.
# For multiple targets exploit attempts.
if rhosts
opts[:multi] = true
rhosts_range = Rex::Socket::RangeWalker.new(rhosts)
@ -196,7 +196,7 @@ class Exploit
# For single target.
else
session = exploit_single(mod, opts)
# If we were given a session, let's see what we can do with it
# If we were given a session, let's see what we can do with it
if session
any_session = true
if !opts['Background'] && session.interactive?