remove unuseful condition

bug/bundler_fix
nixawk 2016-10-19 20:05:12 -05:00
parent 9f3f0fd358
commit a77f415893
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ class MetasploitModule < Msf::Auxiliary
maxpage = datastore['MAXPAGE']
while page <= maxpage
break if page > maxpage
print_status("ZoomEye #{resource} Search: #{dork} - page: #{page}")
results = dork_search(dork, resource, page) if dork
break unless match_records?(results)