Cgboal / SonarSearch

A rapid API for the Project Sonar dataset
MIT License
641 stars 96 forks source link

Error while trying to fetch tlds #39

Open sumgr0 opened 2 years ago

sumgr0 commented 2 years ago

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

neilunderwood commented 2 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.

Cgboal commented 2 years ago

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.

jaikishantulswani commented 2 years ago

@Cgboal facing the same issue.