1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

Remove ahbl.org blacklists after site shutdown

This commit is contained in:
dmiller
2015-06-03 03:28:36 +00:00
parent b635d294a0
commit 4ead75cee7
3 changed files with 3 additions and 27 deletions

View File

@@ -179,20 +179,6 @@ SERVICES = {
end,
},
["dnsbl.ahbl.org"] = {
new = service_new,
resp_parser = function(self, r)
local responses = {
["127.0.0.4"] = "SPAM",
["127.0.0.5"] = "SPAM",
["127.0.0.6"] = "SPAM",
["127.0.0.7"] = "SPAM",
["127.0.0.8"] = "SPAM",
}
return ( r[1] and responses[r[1]] ) and { state = responses[r[1]] }
end,
},
["l2.apews.org"] = {
new = service_new,
resp_parser = function(self, r)
@@ -311,16 +297,6 @@ SERVICES = {
end,
},
["dnsbl.ahbl.org"] = {
new = service_new,
resp_parser = function(self, r)
local responses = {
["127.0.0.3"] = "PROXY",
}
return ( r[1] and responses[r[1]] ) and { state = responses[r[1]] }
end,
},
["http.dnsbl.sorbs.net"] = {
new = service_new,
resp_parser = function(self, r)