Skip to content

Commit 3c3d28b

Browse files
committed
Land rapid7#4551, correct spelling in dns_bruteforce
2 parents 0604b2e + 0496bb1 commit 3c3d28b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/multi/gather/dns_bruteforce.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def initialize(info={})
2323
register_options(
2424
[
2525

26-
OptString.new('DOMAIN', [true, 'Domain to do a fordward lookup bruteforce against.']),
26+
OptString.new('DOMAIN', [true, 'Domain to do a forward lookup bruteforce against.']),
2727
OptPath.new('NAMELIST',[true, "List of hostnames or subdomains to use.",
2828
::File.join(Msf::Config.data_directory, "wordlists", "namelist.txt")])
2929

0 commit comments

Comments
 (0)