diff --git a/scripts/http-date.nse b/scripts/http-date.nse index 698bddc1d..e2f665a84 100644 --- a/scripts/http-date.nse +++ b/scripts/http-date.nse @@ -21,7 +21,7 @@ require("http") require("shortport") require("stdnse") -portrule = shortport.http +portrule = shortport.http action = function(host, port) -- Get the local date in UTC.