1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +00:00

change ourdomain to scanme.org

This commit is contained in:
fyodor
2007-05-17 03:28:27 +00:00
parent ce2c7f7208
commit 3733eab2f5

View File

@@ -2,7 +2,7 @@
-- See Nmap's COPYING file for licence details -- See Nmap's COPYING file for licence details
-- This is version 20070516. -- This is version 20070516.
-- Changelog: + Added some strings to return in different places. -- Changelog: + Added some strings to return in different places.
-- * Changed "HELO www.insecure.org" to "EHLO insecure.org". -- * Changed "HELO www.[ourdomain]" to "EHLO [ourdomain]".
-- * Fixed some API differences -- * Fixed some API differences
-- * The "ourdomain" variable's contents are used instead of hardcoded "insecure.org". Settable by the user. -- * The "ourdomain" variable's contents are used instead of hardcoded "insecure.org". Settable by the user.
-- * Fixed tags -> categories (reported by Jason DePriest to nmap-dev) -- * Fixed tags -> categories (reported by Jason DePriest to nmap-dev)
@@ -11,7 +11,7 @@ id="Open Relay SMTP"
description="Checks to see if a SMTP server is an open relay" description="Checks to see if a SMTP server is an open relay"
categories = {"intrusive"} categories = {"intrusive"}
ourdomain="insecure.org" ourdomain="scanme.org"
portrule = function(host, port) portrule = function(host, port)
if (port.number == 25 if (port.number == 25