Remove an unused "url" local variable from scripts/showHTMLTitle.nse.

This commit is contained in:
david 2007-11-20 23:39:14 +00:00
parent a460f4433c
commit fbeb42a7a1

View file

@ -17,9 +17,7 @@ require "stdnse"
portrule = shortport.service({'http', 'https'})
action = function(host, port)
local url, socket, request, result, status, s, title, protocol
url = "http://" .. host.name
local socket, request, result, status, s, title, protocol
socket = nmap.new_socket()