1
0
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:
sophron
2013-10-31 17:15:52 +00:00
parent 901e414927
commit f57b58d095
3 changed files with 18 additions and 29 deletions

View File

@@ -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()