projectdiscovery / httpx

httpx is a fast and multi-purpose HTTP toolkit that allows running multiple probes using the retryablehttp library.
https://docs.projectdiscovery.io/tools/httpx
MIT License
7.53k stars 822 forks source link

fix broken output #1861

Closed dogancanbakir closed 1 month ago

dogancanbakir commented 1 month ago

Closes #1858

$ cat target.lst 
example.com
test.com
hackerone.com
bugcrowd.com

$ cat target.lst | httpx > httpxresults.txt

    __    __  __       _  __
   / /_  / /_/ /_____ | |/ /
  / __ \/ __/ __/ __ \|   /
 / / / / /_/ /_/ /_/ /   |
/_/ /_/\__/\__/ .___/_/|_|
             /_/

                projectdiscovery.io

[INF] Current httpx version v1.6.7 (latest)
[WRN] UI Dashboard is disabled, Use -dashboard option to enable

$ cat httpxresults.txt 
https://bugcrowd.com
https://hackerone.com
https://example.com