Uncover and httpx #314
-
Hello, What I do is: I do see the output of uncover, but nothing from httpx:
If I take one result from uncover and manually run httpx, it works. For example:
What is it that I am missing here? I would expect piping uncover to nuclei produces similiar results like manually running httpx with the host name. Thx! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
@HachimanSec you don't need to use Just remove the |
Beta Was this translation helpful? Give feedback.
@HachimanSec you don't need to use
-v
for using it, it's for debugging purposes, and when used it's outputs data on stderr which will not passed to next tool in the pipeline!Just remove the
-v
option and everything should work as expected.