mirror of
https://0xacab.org/dCF/deCloudflare.git
synced 2025-03-14 14:55:08 -04:00
Add 'tool/cfdomains/README.md'
This commit is contained in:
parent
478fe66510
commit
3e9e3b4bb5
40
tool/cfdomains/README.md
Normal file
40
tool/cfdomains/README.md
Normal file
@ -0,0 +1,40 @@
|
||||
# CfDomains
|
||||
|
||||
- Linux
|
||||
```
|
||||
$ wget https://git.disroot.org/dCF/deCloudflare/src/master/tool/cfdomains/cfdomains.linux -O cfdomains
|
||||
$ chmod +x cfdomains
|
||||
$ cfdomains
|
||||
```
|
||||
|
||||
- [Windows](aaaa!replace!me!)
|
||||
- [Mac OS](aaaa!replace!me!)
|
||||
|
||||
|
||||
----
|
||||
|
||||
```
|
||||
Usage:
|
||||
cfdomains example.com
|
||||
cfdomains [--dir|--dl|--dl2]
|
||||
cfdomains --report example.com
|
||||
|
||||
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/
|
||||
|
||||
cfdomains --dl|dl2
|
||||
dl: Download list files from Archive.org
|
||||
dl2: Download list files from deCloudflare git
|
||||
|
||||
cfdomains --report example.com
|
||||
Submit unlisted domain to #Karma for analysis
|
||||
Only the domain will be submitted. We NEVER record anything else.
|
||||
```
|
Loading…
Reference in New Issue
Block a user