ZoomEye-python icon indicating copy to clipboard operation
ZoomEye-python copied to clipboard

MULTI_PAGE_SEARCH (START_PAGE) IS NOT WORKING

Open mqxmm opened this issue 2 years ago • 1 comments

import zoomeye.sdk as zoomeye zm = zoomeye.ZoomEye() zm.api_key = '' data = zm.multi_page_search('telnet', page=25, start_page=1, resource="host", facets=None) zoomeye.show_site_ip(data)

Traceback (most recent call last): File "/root/zoom2.py", line 4, in data = zm.multi_page_search('telnet', page=25, start_page=1, resource="host", facets=None) TypeError: ZoomEye.multi_page_search() got an unexpected keyword argument 'start_page'

HELP PLEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEASE

mqxmm avatar Oct 10 '23 19:10 mqxmm

It looks as if the current version from pip is different to the version on github. You can manually add start_page = 1 into the parameters of the function in sdk.py to fix this

Seems this was only added 1 month ago, and there hasn't been a release that includes it despite it being added to the documentation

fifisaac avatar Oct 25 '23 20:10 fifisaac