-
Run: httpx -l in.txt -path dir.txt -sc -fc 200,201,300,301,401,500,501,502,503 -o out.txt The output includes other status codes not listed in the -fc parameter (e.g. 400). |
Beta Was this translation helpful? Give feedback.
Answered by
ehsandeep
Jan 9, 2023
Replies: 1 comment 1 reply
-
@reconnization looks like you are using the opposite flag. If you are interested in displaying the given status code, you should use, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@reconnization looks like you are using the opposite flag. If you are interested in displaying the given status code, you should use,
-mc
instead of-fc