Fix last accidental string coercion removal
parent
3f797e4393
commit
9906c5c385
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue