Open sumgr0 opened 3 years ago
I've been having this issue for some time now. Only just today decided to see if there was anyone else having the same issue. All else works fine, including aforementioned curl method. Any update on this? I'd really like to use this part of the tool as well. Cheers.
Think I just didn't port that properly when doing rewriting the gRPC client. Quite busy these days but i'll see if I can sort this.
@Cgboal facing the same issue.
Hey!
I've been using the tool for a while and find the cli really helpful during my recon workflow. Thanks alot for an amazing tool.
Lately, while trying to look for tlds using -t option the command returns the below error:
2021/10/25 20:59:02 rpc error: code = Unavailable desc = unexpected HTTP status code received from server: 502 (Bad Gateway); transport: received unexpected content-type "text/html"
I'm however able to fetch the information using the curl command:
curl -s https://sonar.omnisint.io/tlds/yahoo
The other options for subdomains, reverse dns work fine.
Please help