Replies: 1 comment
-
Not sure what you mean here, but httpx will only return those who respond on the specified port. If the host doesn't respond, it won't be in the output. You can then also pipe the output into nuclei if you like
Hope that helps |
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
-
i try to run:
cat cidr.txt | httpx -ports http:80 -o 80.txt -stats , but i dont know what option to add to save only the open ip.
also i want integrate to scan with a nuclei CVE template.
any help , i will appreciate .
thank you
Beta Was this translation helpful? Give feedback.
All reactions