Update alienvault_newpolicyform_sqli.rb
fixed reinitialize i=0, full = '' and filename ..... spotted by Spencer McIntyre - thanks.bug/bundler_fix
parent
8e79663001
commit
1affbfbe9d
|
@ -100,9 +100,6 @@ class Metasploit4 < Msf::Auxiliary
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
i = 0
|
|
||||||
full = ''
|
|
||||||
filename = datastore['FILEPATH'].unpack("H*")[0]
|
|
||||||
i = 0
|
i = 0
|
||||||
full = ''
|
full = ''
|
||||||
filename = datastore['FILEPATH'].unpack("H*")[0]
|
filename = datastore['FILEPATH'].unpack("H*")[0]
|
||||||
|
|
Loading…
Reference in New Issue