j3ssie / cdnstrip

Striping CDN IPs from a list of IP Addresses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CDNStrip

Striping CDN IPs from a list of IP Addresses

Built based on the projectdiscovery/cdncheck library.

Install

go install github.com/j3ssie/cdnstrip@latest

Usage

# 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

"Buy Me A Coffee"

About

Striping CDN IPs from a list of IP Addresses

License:MIT License


Languages

Language:Go 100.0%