mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 16:39:03 +00:00
Remove an unused "url" local variable from scripts/showHTMLTitle.nse.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user