remove stray puts
git-svn-id: file:///home/svn/framework3/trunk@13268 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
19c4ded9c7
commit
88125b53b8
|
@ -112,7 +112,6 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
rescue ::Exception => e
|
rescue ::Exception => e
|
||||||
puts e, strtport
|
|
||||||
disconnect_udp
|
disconnect_udp
|
||||||
if strtport == fnlport
|
if strtport == fnlport
|
||||||
print_status("Tested all ports got no response, try a bigger port range.")
|
print_status("Tested all ports got no response, try a bigger port range.")
|
||||||
|
|
Loading…
Reference in New Issue