mirror of
https://github.com/nmap/nmap.git
synced 2026-06-09 17:22:26 +00:00
Remove an unused "url" local variable from scripts/showHTMLTitle.nse.
This commit is contained in:
parent
a460f4433c
commit
fbeb42a7a1
1 changed files with 1 additions and 3 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue