Skip to content

Commit 0496bb1

Browse files
committed
Minor spelling fix
1 parent f0261a4 commit 0496bb1

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)