fixed spacing
parent
8821caa199
commit
a065fc803c
|
@ -122,8 +122,10 @@ class Metasploit3 < Msf::Post
|
|||
comments: group_user[13][:value].to_s,
|
||||
title: group_user[14][:value].to_s,
|
||||
accountExpires: group_user[15][:value].to_i,
|
||||
#Indicates that a given object has had its ACLs changed to a more secure value by the
|
||||
#system because it was a member of one of the administrative groups (directly or transitively).
|
||||
adminCount: group_user[16][:value].to_i,
|
||||
# The login script is executed
|
||||
#The login script is executed
|
||||
ADS_UF_SCRIPT: (group_user[7][:value].to_i & 0x00000001) ? 1 : 0,
|
||||
#The user account is disabled.
|
||||
ADS_UF_ACCOUNTDISABLE: (group_user[7][:value].to_i & 0x00000002) ? 1 : 0,
|
||||
|
|
Loading…
Reference in New Issue