You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/go/bin/tldfinder -d com -all -sources waybackarchive -v
Current Behavior:
[INF] Current tldfinder version v0.0.1 (latest)
[INF] Loading provider config from /home/devang/.config/tldfinder/provider-config.yaml
[DBG] Selected source(s) for this search: bufferover, censys, dnsrepo, netlas, crtsh, waybackarchive, whoisxmlapi
[INF] Enumerating sub(domains) for "com" TLD
[DBG] Cannot use the dnsrepo source because there was no API key/secret defined for it.
[DBG] Cannot use the bufferover source because there was no API key/secret defined for it.
[DBG] Cannot use the censys source because there was no API key/secret defined for it.
[DBG] Cannot use the whoisxmlapi source because there was no API key/secret defined for it.
[DBG] Cannot use the netlas source because there was no API key/secret defined for it.
[WRN] Could not run source crtsh: pq: Sorry, the "certificate_identity" table has been superseded by a Full Text Search index on the "certificate" table.
[DBG] Response for failed request against http://web.archive.org/cdx/search/cdx?url=*.com/*&output=txt&fl=original&collapse=urlkey:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>403 Forbidden</title>
<h1>Forbidden</h1>
<p>This type of CDX query requires authorization.</p>
[WRN] Could not run source waybackarchive: unexpected status code 403 received from http://web.archive.org/cdx/search/cdx?url=*.com/*&output=txt&fl=original&collapse=urlkey
[DBG] Response for failed request against https://app.netlas.io/api/domains_count/?q=domain:*.com:
{"detail":"api key doesn't exist"}
[WRN] Could not run source netlas: unexpected status code 400 received from https://app.netlas.io/api/domains_count/?q=domain:*.com
[INF] Found 0 domains for com in 626 milliseconds 76 microseconds
Expected Behavior:
Returns tld from waybackarchive
Steps To Reproduce:
Run ~/go/bin/tldfinder -d com -all -sources waybackarchive -v
See error...
The text was updated successfully, but these errors were encountered:
tldfinder version:
[INF] Current Version: v0.0.1
tldfinder command:
~/go/bin/tldfinder -d com -all -sources waybackarchive -v
Current Behavior:
Expected Behavior:
Returns tld from waybackarchive
Steps To Reproduce:
~/go/bin/tldfinder -d com -all -sources waybackarchive -v
The text was updated successfully, but these errors were encountered: