Skip to content

Commit 2219808

Browse files
committed
Committed wrong file
This reverts commit 76c2198.
1 parent 76c2198 commit 2219808

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/post/windows/gather/enum_ad_users.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,7 @@ def store_username(username, uac, lockout_time, realm, domain_ip)
190190
# Assemble the options hash for creating the Metasploit::Credential::Login object
191191
login_data = {
192192
core: credential_core,
193-
status: status,
194-
access_level: 'Administrator',
193+
status: status
195194
}
196195

197196
login_data[:last_attempted_at] = DateTime.now unless (status == Metasploit::Model::Login::Status::UNTRIED)

0 commit comments

Comments
 (0)