From ceb89b459f2fdf1377fecd2691dc2a19e00f249e Mon Sep 17 00:00:00 2001 From: patrik Date: Fri, 11 Nov 2011 15:31:50 +0000 Subject: [PATCH] Removed e-mail address from author variable in rtsp-methods and irc-brute [Patrik] --- scripts/irc-brute.nse | 2 +- scripts/rtsp-methods.nse | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/irc-brute.nse b/scripts/irc-brute.nse index 4b2dd333f..464e92bd7 100644 --- a/scripts/irc-brute.nse +++ b/scripts/irc-brute.nse @@ -25,7 +25,7 @@ require 'brute' require 'shortport' require 'comm' -author = "Patrik Karlsson " +author = "Patrik Karlsson" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories={"brute","intrusive"} diff --git a/scripts/rtsp-methods.nse b/scripts/rtsp-methods.nse index ae9fb0ae9..f1aaa202f 100644 --- a/scripts/rtsp-methods.nse +++ b/scripts/rtsp-methods.nse @@ -20,7 +20,7 @@ Determines which methods are supported by the RTSP (real time streaming protocol -- Version 0.1 -- Created 23/10/2011 - v0.1 - created by Patrik Karlsson -- -author = "Patrik Karlsson " +author = "Patrik Karlsson" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"default", "safe"}