Simplify variable assigment
parent
17de7be1bf
commit
ec3ce499f1
|
@ -45,7 +45,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
def run_host(ip)
|
||||
begin
|
||||
res = send_request_cgi({
|
||||
'uri' => "#{datastore['URI']}",
|
||||
'uri' => datastore['URI'],
|
||||
'method' => 'GET'
|
||||
}, 25)
|
||||
http_fingerprint({ :response => res })
|
||||
|
|
Loading…
Reference in New Issue