Fix last accidental string coercion removal

bug/bundler_fix
Matt Buck 2015-04-30 11:20:57 -05:00
parent 3f797e4393
commit 9906c5c385
No known key found for this signature in database
GPG Key ID: 42134E0C9C4E94BB
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class Metasploit3 < Msf::Auxiliary
:proto => 'UDP',
:port => 53,
:type => 'dns.wildcard',
:data => "Wildcard IP for #{rendsub}.#{target} is: #{rr.address}"
:data => "Wildcard IP for #{rendsub}.#{target} is: #{rr.address.to_s}"
)
end
return true