Fix indent level and type
parent
4b47a9e66f
commit
fe69a27bf1
|
@ -136,7 +136,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
:host => addr[:ipv4],
|
||||
:proto => 'IP',
|
||||
:sname => 'all',
|
||||
:type => 'IPv4 to IPv6 mapping',
|
||||
:type => 'ipv4.ipv6.mapping',
|
||||
:data => "system with IPv4 address #{addr[:ipv4]} matches to IPv6 address #{addr[:ipv6]}"
|
||||
) # with this we have the results in our database
|
||||
|
||||
|
|
Loading…
Reference in New Issue