Skip to content

Commit a77f415

Browse files
committed
remove unuseful condition
1 parent 9f3f0fd commit a77f415

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/auxiliary/gather/zoomeye_search.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ def run
112112
maxpage = datastore['MAXPAGE']
113113

114114
while page <= maxpage
115-
break if page > maxpage
116115
print_status("ZoomEye #{resource} Search: #{dork} - page: #{page}")
117116
results = dork_search(dork, resource, page) if dork
118117
break unless match_records?(results)

0 commit comments

Comments
 (0)