Minor spelling fix

bug/bundler_fix
EricGershman 2015-01-07 23:43:59 -05:00
parent f0261a418c
commit 0496bb16bc
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class Metasploit3 < Msf::Post
register_options(
[
OptString.new('DOMAIN', [true, 'Domain to do a fordward lookup bruteforce against.']),
OptString.new('DOMAIN', [true, 'Domain to do a forward lookup bruteforce against.']),
OptPath.new('NAMELIST',[true, "List of hostnames or subdomains to use.",
::File.join(Msf::Config.data_directory, "wordlists", "namelist.txt")])