Skip to content

fix probe json and csv output#1966

Merged
ehsandeep merged 1 commit into
devfrom
fix_probe_json_csv_output
Oct 31, 2024
Merged

fix probe json and csv output#1966
ehsandeep merged 1 commit into
devfrom
fix_probe_json_csv_output

Conversation

@dogancanbakir
Copy link
Copy Markdown
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
@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