Cgboal / exclude-cdn

Wraps projectdiscovery's cdncheck library to exclude CDN hosts from input passed over stdin
42 stars 9 forks source link

Avoid Akamai #1

Open jaikishantulswani opened 3 years ago

jaikishantulswani commented 3 years ago

@Cgboal Is there any way to avoid domains pointing to Akamai while resolving ?

Thanks

Cgboal commented 3 years ago

While resolving? No, as you have to resolve them to find out if they are pointing to Akamai or not.

I believe Akamai hosts are filtered from the output as per the library which this tool uses to perform CDN checks:

https://github.com/projectdiscovery/cdncheck/blob/master/ranges.go

jaikishantulswani commented 3 years ago

Hi @Cgboal thank you but I am having trouble , can you please let me know with which package I have to run this ?

Cgboal commented 3 years ago

So this tool, exclude-cdn, uses the package I linked to check if a host is owned by a CDN. So you can use this package. What issue are you having?

jaikishantulswani commented 3 years ago

@Cgboal Can you please let me know how to use this ?