Skip to content

Commit e5244f3

Browse files
author
MD5HashBrowns
authored
Fixed typo
1 parent 9cd254c commit e5244f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/zoomeye_search.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def initialize(info={})
3636
[
3737
OptString.new('USERNAME', [true, 'The ZoomEye username']),
3838
OptString.new('PASSWORD', [true, 'The ZoomEye password']),
39-
OptString.new('ZOOMEYE_DORK', [true, 'The ZoomEye Dock']),
39+
OptString.new('ZOOMEYE_DORK', [true, 'The ZoomEye dork']),
4040
OptEnum.new('RESOURCE', [true, 'ZoomEye Resource Type', 'host', ['host', 'web']]),
4141
OptInt.new('MAXPAGE', [true, 'Max amount of pages to collect', 1])
4242
])

0 commit comments

Comments
 (0)