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 json newline issue #366

Merged
merged 1 commit into from
Oct 14, 2024
Merged

fix json newline issue #366

merged 1 commit into from
Oct 14, 2024

Conversation

dogancanbakir
Copy link
Member

Proposed changes

Closes #365

Checklist

  • Pull request is created against the dev branch
  • All checks passed (lint, unit/integration/regression tests etc.) with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

@dogancanbakir dogancanbakir self-assigned this Oct 1, 2024
@dogancanbakir dogancanbakir linked an issue Oct 1, 2024 that may be closed by this pull request
Copy link
Member

@Mzack9999 Mzack9999 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

$ go run . -key xxxx -dL .\test.txt -json -o xxx.json

        __
  _____/ /_  ____ _____  _____
 / ___/ __ \/ __  / __ \/ ___/
/ /__/ / / / /_/ / /_/ (__  )
\___/_/ /_/\__,_/\____/____/

                chaos.projectdiscovery.io

[INF] Current chaos version 0.5.1 (outdated)
{"domain":"projectdiscovery.io","subdomains":[...],"count":41}
{"domain":"scanme.sh","subdomains":[...],"count":2}

@Mzack9999 Mzack9999 added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Oct 14, 2024
@ehsandeep ehsandeep merged commit 9820de2 into dev Oct 14, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When parsing multiple domains newlines are not printed
3 participants