Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Cgboal/exclude-cdn
Wraps projectdiscovery's cdncheck library to exclude CDN hosts from input passed over stdin
https://github.com/Cgboal/exclude-cdn
Last synced: 3 months ago
JSON representation
Wraps projectdiscovery's cdncheck library to exclude CDN hosts from input passed over stdin
- Host: GitHub
- URL: https://github.com/Cgboal/exclude-cdn
- Owner: Cgboal
- Created: 2020-11-21T14:22:30.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T20:19:55.000Z (over 1 year ago)
- Last Synced: 2024-06-20T10:04:19.113Z (5 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 42
- Watchers: 2
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-hacking-lists - Cgboal/exclude-cdn - Wraps projectdiscovery's cdncheck library to exclude CDN hosts from input passed over stdin (Go)
README
#### Exclude CDN
This tool wraps ProjectDiscovery's CDNCheck library to allow users to filter out CDN hosts from a list consisting of IP's, URL's, and Domains passed via stdin.
```bash
λ cgboal [~] → crobat -s hackerone.com | httpx -silent | exclude-cdn
https://docs.hackerone.com
https://mta-sts.forwarding.hackerone.com
https://mta-sts.managed.hackerone.com
https://mta-sts.hackerone.comλ cgboal [~] → crobat -s hackerone.com | httpx -silent
https://mta-sts.hackerone.com
https://mta-sts.forwarding.hackerone.com
https://mta-sts.managed.hackerone.com
https://docs.hackerone.com
https://hackerone.com
https://api.hackerone.com
https://www.hackerone.com
https://api.hackerone.com
https://www.hackerone.com
https://support.hackerone.com
https://hackerone.com
```