From 1affbfbe9d8b4ea9102960f00f86a922cf8414d0 Mon Sep 17 00:00:00 2001 From: Chris Hebert Date: Sat, 10 May 2014 18:49:41 -0400 Subject: [PATCH] Update alienvault_newpolicyform_sqli.rb fixed reinitialize i=0, full = '' and filename ..... spotted by Spencer McIntyre - thanks. --- modules/auxiliary/gather/alienvault_newpolicyform_sqli.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/auxiliary/gather/alienvault_newpolicyform_sqli.rb b/modules/auxiliary/gather/alienvault_newpolicyform_sqli.rb index 13d4b745ef..3adbc11aaf 100755 --- a/modules/auxiliary/gather/alienvault_newpolicyform_sqli.rb +++ b/modules/auxiliary/gather/alienvault_newpolicyform_sqli.rb @@ -100,9 +100,6 @@ class Metasploit4 < Msf::Auxiliary return end - i = 0 - full = '' - filename = datastore['FILEPATH'].unpack("H*")[0] i = 0 full = '' filename = datastore['FILEPATH'].unpack("H*")[0]