2021-12-09 08:53:55 -05:00
|
|
|
# CfDomains
|
|
|
|
|
2021-12-10 05:18:26 -05:00
|
|
|
|
|
|
|
CLI tool to look up Cloudflare domain list
|
2021-12-09 08:58:07 -05:00
|
|
|
|
|
|
|
|
2022-03-08 00:38:52 -05:00
|
|
|
- [Linux](https://mypdns.org/dCF/deCloudflare/-/raw/master/tool/cfdomains/cfdomains.linux?inline=false)
|
2021-12-09 08:53:55 -05:00
|
|
|
```
|
|
|
|
$ chmod +x cfdomains
|
2021-12-10 05:17:02 -05:00
|
|
|
$ ./cfdomains
|
2021-12-09 08:53:55 -05:00
|
|
|
```
|
|
|
|
|
2022-03-08 00:38:52 -05:00
|
|
|
- [Windows](https://mypdns.org/dCF/deCloudflare/-/raw/master/tool/cfdomains/cfdomains.exe?inline=false)
|
|
|
|
- [Mac OS](https://mypdns.org/dCF/deCloudflare/-/raw/master/tool/cfdomains/cfdomains.app?inline=false)
|
2021-12-09 08:53:55 -05:00
|
|
|
|
|
|
|
|
2021-12-09 23:21:55 -05:00
|
|
|
### Version & Hash
|
|
|
|
|
|
|
|
| Name | Value |
|
|
|
|
| -- | -- |
|
2022-03-08 00:38:52 -05:00
|
|
|
| Version | v1.0.2.1 |
|
2022-03-08 01:11:17 -05:00
|
|
|
| Linux | sha256 09dea89e6797fffac45db5a9c5f6f7e08fd71a29ebaac0231954b1f3d343d6ea |
|
|
|
|
| Windows | sha256 a3d54e858171b6053d1865eff277cd92c8b9fdd8a0d6c57856cdd139daff1d88 |
|
|
|
|
| Mac OS | sha256 a64a810c956f54517489ad69cff57e455d9000138857229434db0da890fceec8 |
|
2021-12-09 23:21:55 -05:00
|
|
|
|
|
|
|
|
2021-12-09 08:53:55 -05:00
|
|
|
----
|
|
|
|
|
|
|
|
```
|
|
|
|
Usage:
|
|
|
|
cfdomains example.com
|
2021-12-09 23:21:55 -05:00
|
|
|
cfdomains --dir
|
2022-02-18 20:58:35 -05:00
|
|
|
cfdomains --proxy
|
2021-12-09 23:21:55 -05:00
|
|
|
cfdomains [--dl|--dl2][ |0,1,...,a,b,...z]
|
|
|
|
cfdomains [--report|--delist] example.com
|
2021-12-09 08:53:55 -05:00
|
|
|
|
|
|
|
Details:
|
|
|
|
cfdomains example.com
|
|
|
|
return "y", "n", or "e"
|
|
|
|
y: Domain is on the list
|
|
|
|
n: Domain is not listed
|
|
|
|
e: List data not found (fix it by running --dl)
|
|
|
|
|
|
|
|
cfdomains --dir
|
|
|
|
Change list directory
|
|
|
|
Current directory: ./cfdomains_Data/
|
|
|
|
|
2022-02-18 20:58:35 -05:00
|
|
|
cfdomains --proxy
|
|
|
|
Set or Unset SOCKS proxy
|
|
|
|
Current SOCKS proxy:
|
|
|
|
|
2021-12-09 08:53:55 -05:00
|
|
|
cfdomains --dl|dl2
|
2021-12-09 23:21:55 -05:00
|
|
|
cfdomains --dl|dl2 a,b,c
|
2021-12-09 08:53:55 -05:00
|
|
|
dl: Download list files from Archive.org
|
|
|
|
dl2: Download list files from deCloudflare git
|
2021-12-09 23:21:55 -05:00
|
|
|
a,b,c: Download only these files (comma-separated)
|
2021-12-09 08:53:55 -05:00
|
|
|
|
2021-12-09 23:21:55 -05:00
|
|
|
cfdomains --report|delist example.com
|
2022-02-18 20:58:35 -05:00
|
|
|
Submit domain to #Karma for automated analysis
|
2021-12-09 08:53:55 -05:00
|
|
|
Only the domain will be submitted. We NEVER record anything else.
|
2022-02-18 20:58:35 -05:00
|
|
|
report: Report not-yet-listed domain (New Cloudflare)
|
2021-12-09 23:21:55 -05:00
|
|
|
delist: Report currently-listed domain (Left Cloudflare)
|
2021-12-09 08:53:55 -05:00
|
|
|
```
|