harleo / knockknock

A simple reverse whois lookup tool which returns a list of domains owned by people or companies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No results after the latest update

sumgr0 opened this issue · comments

Hey man!

After updating to the latest update no results are discovered, using domain name or even email address.

image

Hope this can be fixed soon. Thanks

commented

Hey @sumgr0 sorry for the delay.

Have you tried reinstalling it with go install github.com/harleo/knockknock@latest after the update?
Make sure to remove the binary if you have built it previously in /go/bin.

$ ./knockknock -n google.com -p
[:] Sending query...
028-hty.com | 2016-05-20 | DROPCATCH.COM 883 LLC
04plan.com | 2020-04-04 | GABIA, INC.
0512zc.cn | 2007-03-10 |
[...]
commented

@sumgr0 It might be that you're being rate limited. Have you tried from a different IP? The tool currently doesn't catch that case.

commented

@sumgr0 could you check if it is fixed with the latest update? I added a check for when Cloudflare blocks the query because it may check for cloud IPs and requires a captcha verification.

If the result is still the same, could you git clone the repository and run it directly with go run k2.go -n google.com -p and report back the output?

Thanks for the help.

commented

@sumgr0 Thanks for checking! Unfortunately I can't do anything about it, unless we find another free alternative. I found that residential IPs work.

Closing for now.