From 96448ae5d4596000da6e359195512eb5ba1a541d Mon Sep 17 00:00:00 2001 From: paulino Date: Thu, 31 Jan 2019 23:28:00 +0000 Subject: [PATCH] Removes hostmap-ip2hosts as the service will be shut down soon. --- CHANGELOG | 3 +++ scripts/script.db | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 03de76e2e..9a72c92f5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ #Nmap Changelog ($Id$); -*-text-*- +o [NSE] Removes hostmap-ip2hosts.nse as the API has been broken for a while + and the service will be completely shutdown on Feb 17th. [Paulino Calderon] + o [NSE][GH#1318] Adds TN3270E support and additional improvements to tn3270.lua and updates tn3270-screen.nse to display the new setting. [mainframed] diff --git a/scripts/script.db b/scripts/script.db index c708ea93b..5d2840360 100644 --- a/scripts/script.db +++ b/scripts/script.db @@ -149,7 +149,6 @@ Entry { filename = "hddtemp-info.nse", categories = { "default", "discovery", "s Entry { filename = "hnap-info.nse", categories = { "default", "discovery", "safe", "version", } } Entry { filename = "hostmap-bfk.nse", categories = { "discovery", "external", } } Entry { filename = "hostmap-crtsh.nse", categories = { "discovery", "external", } } -Entry { filename = "hostmap-ip2hosts.nse", categories = { "discovery", "external", } } Entry { filename = "hostmap-robtex.nse", categories = { "discovery", "external", "safe", } } Entry { filename = "http-adobe-coldfusion-apsa1301.nse", categories = { "exploit", "vuln", } } Entry { filename = "http-affiliate-id.nse", categories = { "discovery", "safe", } }