Typo word module does not go in the name.
parent
7f7b4e5a97
commit
1d64de6c11
|
@ -14,7 +14,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
|
|
||||||
def initialize(info = {})
|
def initialize(info = {})
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
'Name' => 'DNS Reverse Lookup Enumeration Module',
|
'Name' => 'DNS Reverse Lookup Enumeration',
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
This module performs a reverse rookup against a given IP range.
|
This module performs a reverse rookup against a given IP range.
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue