Skip to content

HTTPx v1.6.4 onwards has a broken filter feature. #1804

@SecGus

Description

@SecGus

httpx version:

HTTPx version 1.6.4 and onwards.

Current Behavior:

-fs does not properly filter strings.

Expected Behavior:

Filter out strings specified in the argument.

Steps To Reproduce:

go install -v github.com/projectdiscovery/httpx/cmd/[email protected]
echo https://www.google.com/ | httpx -fs 'google' # Will return no output
httpx -up # Update to latest version
echo https://www.google.com/ | httpx -fs 'google' # Will output google.com

Metadata

Metadata

Assignees

Labels

Status: CompletedNothing further to be done with this issue. Awaiting to be closed.Type: BugInconsistencies or issues which will cause an issue or problem for users or implementors.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions