Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j3ssie/cdnstrip
Striping CDN IPs from a list of IP Addresses
https://github.com/j3ssie/cdnstrip
Last synced: about 2 months ago
JSON representation
Striping CDN IPs from a list of IP Addresses
- Host: GitHub
- URL: https://github.com/j3ssie/cdnstrip
- Owner: j3ssie
- License: mit
- Created: 2022-04-24T10:29:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T17:57:56.000Z (over 2 years ago)
- Last Synced: 2024-10-15T17:52:16.409Z (about 2 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 74
- Watchers: 3
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - j3ssie/cdnstrip - Striping CDN IPs from a list of IP Addresses (Go)
README
## CDNStrip
Striping CDN IPs from a list of IP Addresses
Built based on the [projectdiscovery/cdncheck](github.com/projectdiscovery/cdncheck) library.
## Install
```shell
go install github.com/j3ssie/cdnstrip@latest
```## Usage
```shell
# simple usage
cat ips | cdnstrip -c 50# write the output to a file
cat ips | cdnstrip -cdn cdn.txt -n non-cdn.txt
```## Donation
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://paypal.me/j3ssiejjj)
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/j3ssie)