Typo word module does not go in the name.

bug/bundler_fix
Carlos Perez 2013-02-14 21:55:38 -04:00
parent 7f7b4e5a97
commit 1d64de6c11
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ class Metasploit3 < Msf::Auxiliary
def initialize(info = {})
super(update_info(info,
'Name' => 'DNS Reverse Lookup Enumeration Module',
'Name' => 'DNS Reverse Lookup Enumeration',
'Description' => %q{
This module performs a reverse rookup against a given IP range.
},