fixed spacing

bug/bundler_fix
Stuart Morgan 2015-12-18 21:38:54 +00:00
parent 8821caa199
commit a065fc803c
1 changed files with 51 additions and 49 deletions

View File

@ -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,