Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Nitr4x/whichCDN

WhichCDN allows to detect if a given website is protected by a Content Delivery Network
https://github.com/Nitr4x/whichCDN

Last synced: 3 months ago
JSON representation

WhichCDN allows to detect if a given website is protected by a Content Delivery Network

Awesome Lists containing this project

README

        

# whichCDN

WhichCDN allows to detect if a given website is protected by a Content Delivery Network

## Requirements

Install the necessary python packages.

```
pip install -r requirements.txt
```

## Usage

To scan a website, run whichCDN followed by the target URL or its domain name

```
whichCDN http://www.example.com | example.com
```

## CDN supported

* Cloudflare
* Incapsula
* Cloudfront
* Akamai
* Airee
* CacheFly
* EdgeCast
* MaxCDN
* Beluga
* Limelight
* Fastly
* Myracloud
* Microsft Azure

## Todo

* Azion
* ArvanCloud
* Beluga
* DN77
* CDNetwork
* CDNsun
* CDNvideo
* ChinaCache
* ChinaNetCenter
* Highwinds
* KeyCDN
* Level3
* NGENIX
* Quantil
* SkyparkCDN
* Verizon Digital Media services
* Turbobyte

## More docs

Help is available by running ```whichCDN -help```

## Contribution

Pull requests for new features, bug fixes, and suggestions are welcome !