We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d18de2 commit 3167103Copy full SHA for 3167103
1 file changed
modules/post/windows/gather/enum_ad_computers.rb
@@ -88,7 +88,7 @@ def run
88
if db && datastore['STORE_DB']
89
case fields[i]
90
when 'dNSHostName'
91
- dns = field.value
+ dns = field
92
report[:name] = dns
93
hostnames << dns
94
when 'operatingSystem'
0 commit comments