Not working
#2125
Replies: 1 comment
-
Probably the error in the command is that To scan URLs inside truck.txt, use: $ httpx --status-code --title -l truck.txt or $ cat truck.txt | httpx --status-code --title This ensures httpx reads and processes the actual URLs from the file. |
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.
-
httpx version:
Current httpx version v1.6.10 (latest)
Current Behavior:
Expected Behavior:
When trying to execute the following command below
echo truck.txt| awk '{print $1}' | httpx --status-code --title
Nothing happens, and falls straight to the versa banner> this version v1.6.10 does not work
Steps To Reproduce:
Anything else:
Beta Was this translation helpful? Give feedback.
All reactions