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 probe json and csv output #1966

Merged
merged 1 commit into from
Oct 31, 2024
Merged

fix probe json and csv output #1966

merged 1 commit into from
Oct 31, 2024

Conversation

dogancanbakir
Copy link
Member

Closes #1963

$ go run . -u '168-this-does-not-exist.com' -sr -probe -json | jq

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

                projectdiscovery.io

[INF] Current httpx version v1.6.9 (latest)
[WRN] UI Dashboard is disabled, Use -dashboard option to enable
{
  "timestamp": "2024-10-22T14:38:53.991241+03:00",
  "url": "http://168-this-does-not-exist.com",
  "input": "168-this-does-not-exist.com",
  "error": "errKind=network-permanent-error no address found for host",
  "words": 0,
  "lines": 0,
  "status_code": 0,
  "content_length": 0,
  "failed": true
}

@dogancanbakir dogancanbakir self-assigned this Oct 22, 2024
@dogancanbakir dogancanbakir linked an issue Oct 22, 2024 that may be closed by this pull request
@ehsandeep ehsandeep merged commit e8d9b69 into dev Oct 31, 2024
11 checks passed
@ehsandeep ehsandeep deleted the fix_probe_json_csv_output branch October 31, 2024 12:01
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.

httpx -probe does not work with -json or -csv
3 participants