Skip to content

Commit 3c858c7

Browse files
committed
Use vprint
1 parent 4a16921 commit 3c858c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/auxiliary/admin/mssql/mssql_enum_windows_domain_accounts.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,7 @@ def run
102102
print_good("#{win_domain_user_list.length} user accounts, groups, and computer accounts were found.")
103103

104104
win_domain_user_list.sort.each do |windows_login|
105-
if datastore['VERBOSE']
106-
print_status(" - #{windows_login}")
107-
end
105+
vprint_status(" - #{windows_login}")
108106
end
109107

110108
# Create table for report

0 commit comments

Comments
 (0)