Feature request | host:port list #789
-
Feature request list containg host with port probe 127.0.0.1:8080 Only scans port which are open no need to specify explicitly httpx -l $subdomains -p $naabuports < this will scan all the ports identified on all host - not efficient This would be better if were able to supply file containg a list of host:port |
Beta Was this translation helpful? Give feedback.
Answered by
olearycrew
Apr 19, 2023
Replies: 1 comment
-
This worked for me: file
(host didn't respond on 1234 but did without a port and with 443) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
olearycrew
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This worked for me:
file
withport
httpx -l withport
(host didn't respond on 1234 but did without a port and with 443)