Remove the extra target_uri
parent
a2a231c242
commit
59af7ef1fc
|
@ -48,9 +48,6 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
deregister_options('VHOST')
|
deregister_options('VHOST')
|
||||||
end
|
end
|
||||||
|
|
||||||
def target_uri
|
|
||||||
@target_uri ||= super
|
|
||||||
end
|
|
||||||
|
|
||||||
def potential_static_files_uris
|
def potential_static_files_uris
|
||||||
uri = normalize_uri(target_uri.path)
|
uri = normalize_uri(target_uri.path)
|
||||||
|
|
Loading…
Reference in New Issue