-display-cdn option creates issue while toolchaining with httpx #951
Closed
praveenroot03
started this conversation in
General
Replies: 2 comments
-
|
This seems the expected behavior as you are using the naabu ... | sed 's/\[[^]]*\]//g' | httpx ... |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This discussion closed automatically due to inactivity. Feel free to reopen or start new if still relevant. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Current Behavior:
While using the Naabu with the option
-display-cdnwith thesilentmode 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