MythicStack / whoisrecon

whoisrecon is a Python command-line tool designed for WHOIS reconnaissance, providing a streamlined way to find related domains from current and historical records with wildcard supported searches of email, organization, and more!.
Apache License 2.0
3 stars 0 forks source link

data not comming #1

Closed zzzzz-attachment closed 8 months ago

zzzzz-attachment commented 8 months ago

image

MythicStack commented 8 months ago

Looking into this. Thank you for the report.

MythicStack commented 8 months ago

I've gone through and tested several aspects to recreate the issue and I was able to do so in several different ways.

Firstly, if the domain is no longer registered the output will be more clear about that. Second, there are some domain TLDs that say they're supported by the WHOIS package, but return null information when the registrar is queried:

Error trying to connect to socket: closing socket - timed out
{
  "domain_name": null,
  "registrar": null,
  "whois_server": null,
  "referral_url": null,
  "updated_date": null,
  "creation_date": null,
  "expiration_date": null,
  "name_servers": null,
  "status": null,
  "emails": null,
  "dnssec": null,
  "name": null,
  "org": null,
  "address": null,
  "city": null,
  "state": null,
  "registrant_postal_code": null,
  "country": null
}

I'm unable to completely resolve it on my end, I'll look into contributing to that project in an effort to resolve there. In the meantime, I've created Release v0.1.2 to mitigate this with updated output.