This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| collect_domains_metadata.py | |
| =========================== | |
| Single-file domain metadata collector — optimized for Google Colab. | |
| Key optimisations over the original repo: | |
| • 5 modules (RDAP/DNS/TLS/IP/CT) run *concurrently* per domain via an inner | |
| ThreadPoolExecutor → latency ≈ max(module_times) instead of sum. | |
| • Thread-local requests.Session and dns.Resolver — no per-call construction. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| """ | |
| collect_domains_metadata.py | |
| =========================== | |
| Single-file domain metadata collector — optimized for Google Colab. | |
| Key optimisations over the original repo: | |
| • 5 modules (RDAP/DNS/TLS/IP/CT) run *concurrently* per domain via an inner | |
| ThreadPoolExecutor → latency ≈ max(module_times) instead of sum. | |
| • Thread-local requests.Session and dns.Resolver — no per-call construction. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder