Fix msftidy warning
parent
395aac90c2
commit
94bc3bf8eb
|
@ -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'])
|
||||
|
|
Loading…
Reference in New Issue