mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 08:11:32 +00:00
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.
This commit is contained in:
@@ -429,6 +429,7 @@ smb-enumdomains smb-enumsessions smb-enumshares smb-enumusers \
|
|||||||
smb-serverstats smb-systeminfo SMTPcommands SMTP_openrelay_test \
|
smb-serverstats smb-systeminfo SMTPcommands SMTP_openrelay_test \
|
||||||
smtp-check-vulns SNMPcommunitybrute SNMPsysdescr SQLInject SSH-hostkey \
|
smtp-check-vulns SNMPcommunitybrute SNMPsysdescr SQLInject SSH-hostkey \
|
||||||
SSHv1-support SSLv2-support strangeSMTPport UPnP-info xamppDefaultPass \
|
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
|
.PHONY: lua-format
|
||||||
|
|||||||
@@ -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-qnap-nas-info.nse", categories = { "discovery", "safe", } }
|
||||||
Entry { filename = "http-rfi-spider.nse", categories = { "intrusive", } }
|
Entry { filename = "http-rfi-spider.nse", categories = { "intrusive", } }
|
||||||
Entry { filename = "http-robots.txt.nse", categories = { "default", "discovery", "safe", } }
|
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-robtex-shared-ns.nse", categories = { "discovery", "external", "safe", } }
|
||||||
Entry { filename = "http-sitemap-generator.nse", categories = { "discovery", "intrusive", } }
|
Entry { filename = "http-sitemap-generator.nse", categories = { "discovery", "intrusive", } }
|
||||||
Entry { filename = "http-slowloris-check.nse", categories = { "safe", "vuln", } }
|
Entry { filename = "http-slowloris-check.nse", categories = { "safe", "vuln", } }
|
||||||
|
|||||||
Reference in New Issue
Block a user