cdncheck
cdncheck copied to clipboard
domains, ports and urls support
closes #44
Kudos, SonarCloud Quality Gate passed! 
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
Here I believe it would be better if we were using the dnsx libs which would accept multiple resolvers and different types of dns queries
Kudos, SonarCloud Quality Gate passed! 
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
@brenocss Unfortunately I'm not sure it's actually possible as dnsx uses cdncheck (import loop)
would be better if we deprecated the idead of cdncheck-cli, and use httpx and naabu for this purpose(cdn-check), cause it already do http request or dns requests with multiple resolvers and threads, and we could also save 1 dns request and 1 http request for each host. cdn-check would be just a lib that check for the http-response and dns response and check if is a cdn or not
@brenocss I think it can still be handy for filtering ips/cidrs within a pipeline
Closing as this needs to be reworked with updated information.
@brenocss Unfortunately I'm not sure it's actually possible as
dnsxusescdncheck(import loop)
Can't we use retryabledns?