Skip to content

Releases: RakhithJK/httpx

1.6.0

17 Mar 08:45
Compare
Choose a tag to compare

What's Changed
Fixed issue with -csv format including response header/body as default by @RamanaReddy0M in projectdiscovery#1618
Fixed issue with -exclude option by @dogancanbakir in projectdiscovery#1617
Updated default JSONL output fields by @RamanaReddy0M in projectdiscovery#1614
Added tech and cdn, cdn_name, can be optionally disabled (-tech-detect=false)
Removed hash, can be optionally enabled (-hash md5,mmh3)
{
"timestamp": "2024-03-02T02:37:52.116518+05:30",

  • "hash": {
  • "body_md5": "84238dfc8092e5d9c0dac8ef93371a07",
  • "body_mmh3": "-1139337416",
  • "body_sha256": "ea8fac7c65fb589b0d53560f5251f74f9e9b243478dcb6b3ea79b5e36449c8d9",
  • "body_simhash": "9899951357530060719",
  • "header_md5": "1892a0082f71e142d1972cd0ad94416b",
  • "header_mmh3": "-1939422575",
  • "header_sha256": "fac11d1b8a4259066455332206523eb94ff2da43d408873e7d4246cebf855716",
  • "header_simhash": "14461785313525862383"
  • },
    "port": "443",
    "url": "https://example.com",
    "input": "example.com",
    "title": "Example Domain",
    "scheme": "https",
    "webserver": "ECS (dce/2694)",
    "content_type": "text/html",
    "method": "GET",
    "host": "93.184.216.34",
    "path": "/",
    "time": "1.248762166s",
    "a": [
    "93.184.216.34",
    "2606:2800:220:1:248:1893:25c8:1946"
    ],
  • "tech": [
  • "Amazon ECS",
  • "Amazon Web Services",
  • "Azure",
  • "Azure CDN",
  • "Docker"
  • ],
  • "cdn_name": "google",
  • "cdn": true,
    "words": 298,
    "lines": 47,
    "status_code": 200,
    "content_length": 1256,
    "failed": false,
    "knowledgebase": {
    "PageType": "nonerror",
    "pHash": 0
    }
    }
    Caution

Updated default JSONL output fields by @RamanaReddy0M in projectdiscovery#1614

Full Changelog: projectdiscovery/httpx@v1.5.0...v1.6.0