From c3a1ec9f02088d9bb117f111487d6debb2b2fec9 Mon Sep 17 00:00:00 2001 From: patrik Date: Mon, 23 Aug 2010 17:25:48 +0000 Subject: [PATCH] typo fix, replace Oracle with Informix --- scripts/informix-brute.nse | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/informix-brute.nse b/scripts/informix-brute.nse index 4ae676331..3f2166b2d 100644 --- a/scripts/informix-brute.nse +++ b/scripts/informix-brute.nse @@ -63,7 +63,7 @@ Driver = return true end, - --- Attempts to login to the Oracle server + --- Attempts to login to the Informix server -- -- @param username string containing the login username -- @param password string containing the login password @@ -88,12 +88,12 @@ Driver = end, - --- Disconnects and terminates the Oracle TNS communication + --- Disconnects and terminates the Informix communication disconnect = function( self ) self.helper:Close() end, - --- Perform a connection with the helper, this makes sure that the Oracle + --- Perform a connection with the helper, this makes sure that the Informix -- instance is correct. -- -- @return status true on success false on failure