-display-cdn option creates issue while toolchaining with httpx #951
praveenroot03
started this conversation in
General
Replies: 1 comment
-
This seems the expected behavior as you are using the naabu ... | sed 's/\[[^]]*\]//g' | httpx ... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current Behavior:
While using the Naabu with the option
-display-cdn
with thesilent
mode created a additional field denoting CDN of the host.host:port [CDN]
Due to this behavior while toolchaining Naabu with httpx fails, because httpx cannot parse the input that contains additional CDN field.
`echo cloudflare.com | naabu -pf top-web-port.txt -verify -sa -o open-ports.txt -c 75 -rate 3000 -display-cdn -silent | httpx -title -status-code -web-server -vhost -screenshot -o http-probe-url.txt -v
[DBG] Store response directory not specified, using "output"
[DBG] Failed '/cloudflare.com:8443 [cloudflare]': unsupported protocol scheme ""
[DBG] Failed '/cloudflare.com:443 [cloudflare]': unsupported protocol scheme ""
[DBG] Failed '/cloudflare.com:80 [cloudflare]': unsupported protocol scheme ""
[DBG] Failed '/cloudflare.com:8080 [cloudflare]': unsupported protocol scheme ""`
Expected Behavior:
It is expected to only pipe the output of host:port
Beta Was this translation helpful? Give feedback.
All reactions