From 4e87a1df4283355e5ee4a09dfa18e95ef4fbde29 Mon Sep 17 00:00:00 2001 From: tomsellers Date: Sun, 11 Sep 2011 21:28:28 +0000 Subject: [PATCH] Added string for .PARAM account status, this will be useful later. --- nselib/creds.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nselib/creds.lua b/nselib/creds.lua index b129efde0..28856dbc7 100644 --- a/nselib/creds.lua +++ b/nselib/creds.lua @@ -115,6 +115,7 @@ StateMsg = { [State.VALID] = 'Valid credentials', [State.DISABLED] = 'Account is disabled', [State.CHANGEPW] = 'Valid credentials, password must be changed at next logon', + [State.PARAM] = 'Credentials passed to script during Nmap execution', [State.EXPIRED] = 'Valid credentials, account expired', [State.TIME_RESTRICTED] = 'Valid credentials, account cannot log in at current time', [State.HOST_RESTRICTED] = 'Valid credentials, account cannot log in from current host',