Allows the targetèuri to be shared between the #check and #dos

bug/bundler_fix
erwanlr 2015-05-28 09:30:04 +01:00
parent d9d8634948
commit 447c4ee7df
1 changed files with 5 additions and 0 deletions

View File

@ -64,6 +64,11 @@ class Metasploit3 < Msf::Auxiliary
end
end
# Needed to allow the vulnerable uri to be shared between the #check and #dos
def target_uri
@target_uri ||= super
end
def get_file_size(ip)
@file_size ||= lambda {
file_size = -1