We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3167103 commit e914061Copy full SHA for e914061
modules/post/windows/gather/enum_ad_computers.rb
@@ -92,7 +92,7 @@ def run
92
report[:name] = dns
93
hostnames << dns
94
when 'operatingSystem'
95
- report[:os_name] = field
+ report[:os_name] = field.gsub("\xAE",'')
96
when 'distinguishedName'
97
if field =~ /Domain Controllers/i
98
# TODO: Find another way to mark a host as being a domain controller
0 commit comments