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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T17:57:56.000Z (almost 3 years ago)
- Last Synced: 2025-02-27T22:32:14.453Z (2 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 75
- 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
[](https://paypal.me/j3ssiejjj)
[](https://www.buymeacoffee.com/j3ssie)