-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add source zoomeye subdomain api #477
Conversation
additional: fix zoomeye source(not zoomeyeapi) turn page bug. test: Before repair: After repair: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@M09Ic thank you for adding API support, as the API produces better results, do you think we can consider deprecating zoomeye
source and replacing the API with it, or do you have any additional value by keeping the old source?
zoomeye and zoomeyeapi have different data sources. zoomeye fetches subdomains from ip, more like fofa and shodan, but there is a limit of 400 data items for normal user. zoomeyeapi is querying subdomain data directly from the api, rather than finding subdomains from the ip. And zoomeyeapi has no limit. So, zoomeye has a different data source than zoomeyeapi, and may have some additional subdomians. I think we can keep the zoomeye source |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! There is only some commented code to remove if possible.
fix error output
Use new api(https://api.zoomeye.org/domain/search) instead of zoomeye search.
It can find more subdomains than zoomeye search.this api is free, fast and no limit
Need to get apikey on this page: https://www.zoomeye.org/profile/info
Set "zoomeyekey" in config.yaml:
example:
subfinder -d shein.com -sources [source]
zoomeyeapi
Found 74 subdomains for shein.com in 3 seconds 211 milliseconds
zoomeye
Found 40 subdomains for shein.com in 47 seconds 396 milliseconds