From f43f163ec2387bd61e6fe112d96159a9ec686297 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 12 Apr 2013 17:29:24 +0000 Subject: [PATCH] Remove http-robtex-reverse-ip script because it pretty much does the same thing as our newer hostmap-robtex Originally committed by fyodor but recommitted by david after recovery from backup. --- Makefile.in | 3 ++- scripts/script.db | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index b82d473b4..79be638b1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -429,6 +429,7 @@ smb-enumdomains smb-enumsessions smb-enumshares smb-enumusers \ smb-serverstats smb-systeminfo SMTPcommands SMTP_openrelay_test \ smtp-check-vulns SNMPcommunitybrute SNMPsysdescr SQLInject SSH-hostkey \ SSHv1-support SSLv2-support strangeSMTPport UPnP-info xamppDefaultPass \ -zoneTrans db2-info db2-brute html-title robots.txt xmpp sql-injection) +zoneTrans db2-info db2-brute html-title robots.txt xmpp sql-injection \ +http-robtex-reverse-ip ) .PHONY: lua-format diff --git a/scripts/script.db b/scripts/script.db index a0981352b..92b0cf832 100644 --- a/scripts/script.db +++ b/scripts/script.db @@ -179,7 +179,6 @@ Entry { filename = "http-put.nse", categories = { "discovery", "intrusive", } } Entry { filename = "http-qnap-nas-info.nse", categories = { "discovery", "safe", } } Entry { filename = "http-rfi-spider.nse", categories = { "intrusive", } } Entry { filename = "http-robots.txt.nse", categories = { "default", "discovery", "safe", } } -Entry { filename = "http-robtex-reverse-ip.nse", categories = { "discovery", "external", "safe", } } Entry { filename = "http-robtex-shared-ns.nse", categories = { "discovery", "external", "safe", } } Entry { filename = "http-sitemap-generator.nse", categories = { "discovery", "intrusive", } } Entry { filename = "http-slowloris-check.nse", categories = { "safe", "vuln", } }