From fb3b019de43be797db3bbdceb3030266f0ca4a71 Mon Sep 17 00:00:00 2001 From: patrik Date: Wed, 2 Nov 2011 19:20:19 +0000 Subject: [PATCH] Fixed small NSEDOC error in xmpp-brute.nse [Patrik] --- scripts/xmpp-brute.nse | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/xmpp-brute.nse b/scripts/xmpp-brute.nse index e114d07d7..ccf39e890 100644 --- a/scripts/xmpp-brute.nse +++ b/scripts/xmpp-brute.nse @@ -22,6 +22,7 @@ Performs brute force password auditing against XMPP (Jabber) instant messaging s -- @args xmpp-brute.servername needed when host name cannot be automatically -- determined (eg. when running against an IP, instead of hostname) -- + -- Version 0.1 -- Created 07/21/2011 - v0.1 - created by Patrik Karlsson