file input support to path option? #1533
-
httpx -l file -path filelist <--- Please describe your feature request:Describe the use case of this feature: |
Beta Was this translation helpful? Give feedback.
Answered by
olearycrew
Jan 11, 2024
Replies: 2 comments
-
@enomothem I'm not sure I understand this request. Can you expand a little on what you're looking for here? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
enomothem
-
The $ ./httpx -silent -duc -sc -x get -l hosts -path paths
http://127.0.0.1:3001/debug [404]
http://127.0.0.1:3001/b.html [200]
http://127.0.0.1:3001/c.html [404]
http://127.0.0.1:3001/admin [404]
http://127.0.0.1:3001/a.html [404]
http://127.0.0.1:3000/admin [404]
http://127.0.0.1:3000/debug [404]
http://127.0.0.1:3000/c.html [200]
http://127.0.0.1:3000/b.html [404]
http://127.0.0.1:3000/a.html [200]
$ cat hosts
http://127.0.0.1:3000
http://127.0.0.1:3001
$ cat paths
a.html
b.html
c.html
admin
debug
|
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
@enomothem I'm not sure I understand this request. Can you expand a little on what you're looking for here?