Skip to content

-display-cdn option creates issue while toolchaining with httpx #907

Description

@praveenroot03

Current Behavior:

While using the Naabu with the option -display-cdn with the silent 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions