-
Notifications
You must be signed in to change notification settings - Fork 862
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix stdin parsing #2021
base: dev
Are you sure you want to change the base?
fix stdin parsing #2021
Conversation
This pull request breaks -vhost-input for me, see #2020 |
@noaho I'll update this PR -was gatherin more info on this feature. |
If it helps my understanding of the feature is this: Sometimes you have hosts that you need to specify by IP, to do vhost discovery. (Send different Hosts: header for the same IP) You might also want to process multiple hosts / vhosts in one session without starting up multiple HTTPX. So you specify each vhost/IP pair on stdin like this: You would of course have a input file with multiple vhosts you want to try on an IP (and multiple hosts you want to test) like this: inputfile.txt
This should give output like this: __ __ __ _ __
/ /_ / /_/ /_____ | |/ /
/ __ \/ __/ __/ __ \| /
/ / / / /_/ /_/ /_/ / |
/_/ /_/\__/\__/ .___/_/|_|
/_/
projectdiscovery.io
[INF] Current httpx version v1.6.9 (latest)
[WRN] UI Dashboard is disabled, Use -dashboard option to enable
https://93.184.215.14 [Example Domain]
https://74.125.68.147 [Google]
http://93.184.215.14 [404 - Not Found] |
@noaho I've made some updates. Please give it another try and share your thoughts. Thanks! |
This reverts commit ff00cee.
Closes #2020