mirror of
https://github.com/nmap/nmap.git
synced 2026-06-25 18:48:19 +00:00
Added string for .PARAM account status, this will be useful later.
This commit is contained in:
parent
198fd3b3bb
commit
4e87a1df42
1 changed files with 1 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue