Fix msftidy warning

unstable
jvazquez-r7 2013-05-20 10:35:59 -05:00
parent 395aac90c2
commit 94bc3bf8eb
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ class Metasploit3 < Msf::Exploit::Remote
fail_with(Exploit::Failure::Unknown, "#{rhost}:#{rport} - Unable to deploy payload")
end
# wait for payload download
# wait for payload download
if (datastore['DOWNHOST'])
print_status("#{rhost}:#{rport} - Giving #{datastore['DELAY']} seconds to the Linksys device to download the payload")
select(nil, nil, nil, datastore['DELAY'])