mirror of
https://github.com/nmap/nmap.git
synced 2025-12-26 09:29:01 +00:00
[NSE] Updated Robtex scripts to make them work again. Primarily, changed the addresses to https and corrected some wrong patterns.
This commit is contained in:
@@ -51,7 +51,7 @@ hostrule = function (host)
|
||||
end
|
||||
|
||||
action = function (host)
|
||||
local link = "http://ip.robtex.com/" .. host.ip .. ".html"
|
||||
local link = "https://ip.robtex.com/" .. host.ip .. ".html"
|
||||
local htmldata = http.get_url(link)
|
||||
local domains = parse_robtex_response(htmldata.body)
|
||||
local output_tab = stdnse.output_table()
|
||||
|
||||
Reference in New Issue
Block a user