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

Make cdn and tech-detect as default in json output #1614

Merged
merged 2 commits into from
Mar 6, 2024

Conversation

RamanaReddy0M
Copy link
Contributor

@RamanaReddy0M RamanaReddy0M commented Mar 4, 2024

✗ echo hackerone.com | ./httpx         

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

                projectdiscovery.io

[INF] Current httpx version v1.5.0 (latest)
https://hackerone.com

✗ go run . -u projectdiscovery.io -hash md5 -j -silent | jq
{
  "timestamp": "2024-03-04T21:27:01.153253+05:30",
  "hash": {
    "body_md5": "90c62fa7e5b95d3699f44627516943bf",
    "header_md5": "a8c854300c3f5cb399082ac8ad8a9547"
  },
  "cdn_name": "cloudflare",
  "port": "443",
  "url": "https://projectdiscovery.io",
  "input": "projectdiscovery.io",
  "title": "ProjectDiscovery - Democratize security, together",
  "scheme": "https",
  "webserver": "cloudflare",
  "content_type": "text/html",
  "method": "GET",
  "host": "172.67.74.214",
  "path": "/",
  "time": "511.5655ms",
  "a": [
    "172.67.74.214",
    "104.26.7.152",
    "104.26.6.152",
    "2606:4700:20::681a:798",
    "2606:4700:20::ac43:4ad6",
    "2606:4700:20::681a:698"
  ],
  "tech": [
    "Cloudflare",
    "HSTS"
  ],
  "words": 20386,
  "lines": 120,
  "status_code": 200,
  "content_length": 701099,
  "failed": false,
  "cdn": true,
  "knowledgebase": {
    "PageType": "other",
    "pHash": 0
  }
}

@RamanaReddy0M RamanaReddy0M changed the base branch from main to dev March 4, 2024 15:54
@RamanaReddy0M RamanaReddy0M self-assigned this Mar 4, 2024
@RamanaReddy0M RamanaReddy0M linked an issue Mar 4, 2024 that may be closed by this pull request
Copy link
Member

@dogancanbakir dogancanbakir left a comment

Choose a reason for hiding this comment

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

LGTM

@ehsandeep ehsandeep merged commit dd8b546 into dev Mar 6, 2024
11 checks passed
@ehsandeep ehsandeep deleted the issue-1607-change-json-defaults branch March 6, 2024 11:46
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.

JSONL/CSV default output fields improvements
3 participants