Skip to content
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 broken output #1861

Merged
merged 2 commits into from
Aug 9, 2024
Merged

fix broken output #1861

merged 2 commits into from
Aug 9, 2024

Conversation

dogancanbakir
Copy link
Member

@dogancanbakir dogancanbakir commented Aug 8, 2024

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

@dogancanbakir dogancanbakir self-assigned this Aug 8, 2024
@dogancanbakir dogancanbakir linked an issue Aug 8, 2024 that may be closed by this pull request
@ehsandeep ehsandeep merged commit 33f6e1c into dev Aug 9, 2024
9 checks passed
@ehsandeep ehsandeep deleted the fix_broken_output branch August 9, 2024 19:30
@ehsandeep ehsandeep removed the request for review from Mzack9999 August 9, 2024 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Broken output after updating to 1.6.7.
2 participants