From 6f22390e45fcd95823b81fdc9da01577051e78b1 Mon Sep 17 00:00:00 2001 From: fyodor Date: Sat, 24 Jul 2010 05:30:36 +0000 Subject: [PATCH] Remove Jah's email address from two scripts to match what he uses in the other three (If he wants the email addresses, he is welcome to put them on all five--I'm just shooting for consistency --- scripts/banner.nse | 2 +- scripts/whois.nse | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/banner.nse b/scripts/banner.nse index 512add1b8..f2ddd08b3 100644 --- a/scripts/banner.nse +++ b/scripts/banner.nse @@ -11,7 +11,7 @@ increase in the level of verbosity requested on the command line. -- |_ banner: 220 FTP version 1.0\x0D\x0A -author = "jah " +author = "jah" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"discovery", "safe"} diff --git a/scripts/whois.nse b/scripts/whois.nse index d48df2f88..30909677e 100644 --- a/scripts/whois.nse +++ b/scripts/whois.nse @@ -73,7 +73,7 @@ the RIRs. -- | orgid: INSEC -- |_ country: US stateprov: CA -author = "jah " +author = "jah" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"discovery", "external", "safe"}