-
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 builtwith as a source #960
Conversation
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.
Could you provide an example query, I was able to get an api key, but unfortunately it's unclear which is the expected format:
$ go run . -d google -s builtwith -v
...
[INF] Found 0 subdomains for google.com in 459 milliseconds 533 microseconds
$ go run . -d google.com -s builtwith -v
...
[INF] Found 0 subdomains for google in 420 milliseconds 752 microseconds
...
I think it's also worth updating the docs
@Mzack9999 I have updated the initial message with an example and have also made changes to the document. |
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.
lgtm - Apparently google.com
had really zero results xD
Closes #959
Note: The API key works with only
-d builtwith.com
/shrug