Added "increase timeout" message

GSoC/Meterpreter_Web_Console
pkb1s 2018-10-28 17:48:15 +00:00 committed by GitHub
parent 1ef9a2f901
commit a6135e3738
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class MetasploitModule < Msf::Auxiliary
end
end
if data_recv.nil?
print_status("No response received. Try increasing timeout.")
next
end
if data_recv[-4..-1] == "\x18\x00\x00\x00"