Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s3rgeym/filter-cloudflare
filter hosts on cloudflare
https://github.com/s3rgeym/filter-cloudflare
Last synced: 1 day ago
JSON representation
filter hosts on cloudflare
- Host: GitHub
- URL: https://github.com/s3rgeym/filter-cloudflare
- Owner: s3rgeym
- License: mit
- Created: 2024-01-20T05:49:27.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-21T11:30:53.000Z (10 months ago)
- Last Synced: 2024-01-22T08:33:38.816Z (10 months ago)
- Language: Python
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# filter-cloudflare
filter hosts on cloudflare* no dependency instead python >= 3.9
Usage:
```bash
$ python filter-cloudflare.py -l hosts.txt > non-clodf.txt
```56% domains does not use cloudflare (realy?):
```bash
> echo "$(wc -l non-cloud.txt | cut -d ' ' -f1)/$(wc -l data/eu-startups.txt | cut -d ' ' -f1)"|bc -l
.56234496944763748563
```