Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Nitr4x/whichCDN
- Owner: Nitr4x
- License: mit
- Created: 2017-02-09T14:44:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T09:42:21.000Z (over 7 years ago)
- Last Synced: 2024-05-30T08:36:49.487Z (5 months ago)
- Language: Python
- Homepage: https://lokisec.fr
- Size: 17.6 KB
- Stars: 149
- Watchers: 8
- Forks: 52
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - Nitr4x/whichCDN - WhichCDN allows to detect if a given website is protected by a Content Delivery Network (Python)
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 !