brenocss
brenocss
Hello @Wandmalfarbe, I'm still encountering some issues with image placement, but it appears that I've found a temporary solution for now. ```tex % Override default figure placement To be within...
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...
> @brenocss Unfortunately I'm not sure it's actually possible as `dnsx` uses `cdncheck` (import loop) Can't we use retryabledns?
in naabu we use `-passive` and `-verify`, `-verify` would be great to add some match conditions such as 'status-code, regex, etc'
Would be great to detect which form is vulnerable, which host, etc
Using SimpleHTTP would be great, especially because it offers a customizable response using template feature.
```sh echo www.gap.com | ./dnsx -cdn -json | jq _ __ __ __| | _ __ ___ \ \/ / / _' || '_ \ / __| \ / |...
@Mzack9999 did you find this use case?
After Check() accepts IPv6, we could add something like this here. @tarunKoyalwar https://github.com/projectdiscovery/cdncheck/blob/main/cdncheck.go#L119 ```go if dnsResponse.AAAA != nil { for _, ip := range dnsResponse.AAAA { ipAddr := net.ParseIP(ip) if...