From 447c4ee7df613eef5f56eb4e95757d0366e1d9bc Mon Sep 17 00:00:00 2001 From: erwanlr Date: Thu, 28 May 2015 09:30:04 +0100 Subject: [PATCH] =?UTF-8?q?Allows=20the=20target=C3=A8uri=20to=20be=20shar?= =?UTF-8?q?ed=20between=20the=20#check=20and=20#dos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/auxiliary/dos/http/ms15_034_ulonglongadd.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/auxiliary/dos/http/ms15_034_ulonglongadd.rb b/modules/auxiliary/dos/http/ms15_034_ulonglongadd.rb index 7aa1d270e6..354995434d 100644 --- a/modules/auxiliary/dos/http/ms15_034_ulonglongadd.rb +++ b/modules/auxiliary/dos/http/ms15_034_ulonglongadd.rb @@ -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