Fix field.value

bug/bundler_fix
Meatballs 2014-12-13 18:31:29 +00:00
parent 5d18de2ebf
commit 316710329b
No known key found for this signature in database
GPG Key ID: 5380EAF01F2F8B38
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ class Metasploit3 < Msf::Post
if db && datastore['STORE_DB'] if db && datastore['STORE_DB']
case fields[i] case fields[i]
when 'dNSHostName' when 'dNSHostName'
dns = field.value dns = field
report[:name] = dns report[:name] = dns
hostnames << dns hostnames << dns
when 'operatingSystem' when 'operatingSystem'