Skip to content

Commit b3be89b

Browse files
committed
Land rapid7#8663, typo fix for zoomeye_search
2 parents 8f464e1 + e5244f3 commit b3be89b

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)