Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```