Added "increase timeout" message
parent
1ef9a2f901
commit
a6135e3738
|
@ -111,7 +111,7 @@ class MetasploitModule < Msf::Auxiliary
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
if data_recv.nil?
|
if data_recv.nil?
|
||||||
|
print_status("No response received. Try increasing timeout.")
|
||||||
next
|
next
|
||||||
end
|
end
|
||||||
if data_recv[-4..-1] == "\x18\x00\x00\x00"
|
if data_recv[-4..-1] == "\x18\x00\x00\x00"
|
||||||
|
|
Loading…
Reference in New Issue