-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Status: CompletedNothing further to be done with this issue. Awaiting to be closed.Nothing 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.Inconsistencies or issues which will cause an issue or problem for users or implementors.
Milestone
Description
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.Nothing 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.Inconsistencies or issues which will cause an issue or problem for users or implementors.