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

-jsonl option with -headless option results in error #611

Open
ErikOwen opened this issue Oct 1, 2023 · 5 comments
Open

-jsonl option with -headless option results in error #611

ErikOwen opened this issue Oct 1, 2023 · 5 comments
Assignees
Labels
Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@ErikOwen
Copy link
Contributor

ErikOwen commented Oct 1, 2023

katana version: v1.0.4

Current Behavior: using the -jsonl and -headless options for a katana crawl results in an error: [hybrid:RUNTIME] context deadline exceeded <- could not get dom.

Expected Behavior:

No error should occur, similar to running the same command without the -headless option.

Steps To Reproduce:

  1. Run a katana crawl against a target with the -jsonl and -headless options:
> echo "https://projectdiscovery.io" | katana -silent -d 1 -jsonl -ob -or -headless | jq
{
  "timestamp": "2023-10-01T10:47:56.072225-07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
  1. Notice the error: [hybrid:RUNTIME] context deadline exceeded <- could not get dom
  2. Run the same command without the -headless option:
> echo "https://projectdiscovery.io" | katana -silent -d 1 -jsonl -ob -or | jq
{
  "timestamp": "2023-10-01T10:50:08.902251-07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "cache_control": "public, max-age=0, must-revalidate",
      "report_to": "{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=0Kep5aODKo2qRkrQjl%2FTGOcspCMTVBMeLdtA6Gc4y9E5UkFkUW9QYffz4bUgV6TgXpxudfSsHDctxNKUH3%2B979xOe6kOqAHsxy3n4HDyPkXBK2zjDQAguH0ajFdYfUtZ9I74BUw%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}",
      "nel": "{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}",
      "content_type": "text/html",
      "last_modified": "Sat, 30 Sep 2023 00:06:34 GMT",
      "server_timing": "region;desc=\"us-west-2\", cache;desc=\"cached\", fallback;desc=\"no-fallback\"",
      "vary": "Accept-Encoding",
      "cf_ray": "80f68bd47e26521a-LAX",
      "link": "<https://framerusercontent.com>; rel=\"preconnect\", <https://framerusercontent.com>; rel=\"preconnect\"; crossorigin=\"\"",
      "cf_cache_status": "DYNAMIC",
      "date": "Sun, 01 Oct 2023 17:50:08 GMT",
      "server": "cloudflare",
      "x_content_type_options": "nosniff",
      "strict_transport_security": "max-age=0; preload",
      "connection": "keep-alive"
    },
    "technologies": [
      "Cloudflare",
      "HSTS"
    ]
  }
}
  1. Note that there are no errors when the -headless option is omitted.

Anything else:

This issue only occurs when crawling specific websites. I can consistently reproduce it when crawling https://projectdiscovery.io and https://www.discover.com. But I am unable to reproduce it crawling other sites like https://www.google.com.

@ErikOwen ErikOwen added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Oct 1, 2023
@ocervell
Copy link

I ran into the same issue today.

@RamanaReddy0M
Copy link
Contributor

@ErikOwen can you try the latest version(v1.0.5)? It seems working with the latest release.

@RamanaReddy0M RamanaReddy0M added Type: Question A query or seeking clarification on parts of the spec. Probably doesn't need the attention of all. and removed Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. labels Mar 21, 2024
@ErikOwen
Copy link
Contributor Author

Hi @RamanaReddy0M, thank you for following up! I tried running the same command to reproduces this error using the latest code in the dev branch, and now I'm seeing some paths show a successful response, and some paths still have the [hybrid:RUNTIME] context deadline exceeded <- could not get dom error. So it seems like progress is being made on this issue, but the issue still persists.

Here is the output from when I ran the command:
katana_logs.txt

@RamanaReddy0M RamanaReddy0M added Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. and removed Type: Question A query or seeking clarification on parts of the spec. Probably doesn't need the attention of all. labels Mar 26, 2024
@soonghee2
Copy link

Same error in lastest version(1.2.2)

> echo "https://projectdiscovery.io" | katana -silent -d 1 -jsonl -ob -or -headless -system-chrome -timeout 30 | jq
{
  "timestamp": "2025-01-04T01:03:21.340960317-05:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/chunks/5136-bb6df67a8a614450.js",
    "tag": "script",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}

@dwisiswant0
Copy link
Member

I couldn't reproduce the issue on my end, although I encountered the same error at a different point - but not during startup. It might be an edge case. I suggest adjusting the -timeout value to see if that helps. Let me know how it goes!

Logs
$ git checkout dev
$ make build
$ echo "https://projectdiscovery.io" | ./katana -silent -d 1 -jsonl -ob -or -headless | jq
{
  "timestamp": "2025-01-06T07:38:08.811048185+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "content-disposition": "inline",
      "vary": "RSC, Next-Router-State-Tree, Next-Router-Prefetch",
      "x-matched-path": "/",
      "content-type": "text/html; charset=utf-8",
      "age": "275507",
      "date": "Mon, 06 Jan 2025 00:38:06 GMT",
      "etag": "W/\"db3fb89ab19b47b1db7e80220eb7e752\"",
      "x-vercel-cache": "HIT",
      "cache-control": "public, max-age=0, must-revalidate",
      "access-control-allow-origin": "*",
      "content-encoding": "br",
      "x-vercel-id": "sin1::n5dj2-1736123886791-a6acd3bb1ce9",
      "server": "Vercel",
      "strict-transport-security": "max-age=63072000"
    },
    "content_length": 643414
  }
}
{
  "timestamp": "2025-01-06T07:38:09.654516452+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/chunks/app/not-found-e2eb9cbcf30e9a5f.js",
    "tag": "script",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "age": "275310",
      "etag": "W/\"963f2a46cb7ebad40666c7b9ac63bacb\"",
      "content-encoding": "br",
      "content-disposition": "inline; filename=\"not-found-e2eb9cbcf30e9a5f.js\"",
      "date": "Mon, 06 Jan 2025 00:38:06 GMT",
      "last-modified": "Thu, 02 Jan 2025 20:09:35 GMT",
      "x-vercel-id": "sin1::t7zfw-1736123886879-9df9fbe9fbb3",
      "cache-control": "public,max-age=31536000,immutable",
      "content-type": "application/javascript; charset=utf-8",
      "access-control-allow-origin": "*",
      "x-matched-path": "/_next/static/chunks/app/not-found-e2eb9cbcf30e9a5f.js",
      "x-vercel-cache": "HIT",
      "server": "Vercel"
    },
    "content_length": 8263
  }
}
{
  "timestamp": "2025-01-06T07:38:09.660620951+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/chunks/app/layout-5c97d22f7a364b9e.js",
    "tag": "script",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "date": "Mon, 06 Jan 2025 00:38:06 GMT",
      "server": "Vercel",
      "x-matched-path": "/_next/static/chunks/app/layout-5c97d22f7a364b9e.js",
      "content-disposition": "inline; filename=\"layout-5c97d22f7a364b9e.js\"",
      "cache-control": "public,max-age=31536000,immutable",
      "last-modified": "Thu, 02 Jan 2025 20:09:35 GMT",
      "access-control-allow-origin": "*",
      "x-vercel-id": "sin1::nv4cw-1736123886879-5b9b74d37812",
      "age": "275310",
      "x-vercel-cache": "HIT",
      "content-encoding": "br",
      "content-type": "application/javascript; charset=utf-8",
      "etag": "W/\"ce7d5e07fc424f0f92246ec89887c875\""
    },
    "content_length": 20257
  }
}
{
  "timestamp": "2025-01-06T07:38:09.679392659+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/chunks/1711-7dcbfa0c43158f65.js",
    "tag": "script",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "server": "Vercel",
      "content-encoding": "br",
      "content-type": "application/javascript; charset=utf-8",
      "x-matched-path": "/_next/static/chunks/1711-7dcbfa0c43158f65.js",
      "last-modified": "Thu, 02 Jan 2025 20:09:35 GMT",
      "x-vercel-cache": "HIT",
      "x-vercel-id": "sin1::5h776-1736123886879-771337cb18c5",
      "access-control-allow-origin": "*",
      "date": "Mon, 06 Jan 2025 00:38:06 GMT",
      "cache-control": "public,max-age=31536000,immutable",
      "age": "275310",
      "etag": "W/\"3901857d7db73d4557661c756c587f30\"",
      "content-disposition": "inline; filename=\"1711-7dcbfa0c43158f65.js\""
    },
    "content_length": 155985
  }
}
{
  "timestamp": "2025-01-06T07:38:09.68645577+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/chunks/3902-269fd8af0be2188c.js",
    "tag": "script",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "server": "Vercel",
      "age": "275310",
      "x-vercel-id": "sin1::79pcp-1736123886878-400071cc0ec1",
      "content-disposition": "inline; filename=\"3902-269fd8af0be2188c.js\"",
      "access-control-allow-origin": "*",
      "content-encoding": "br",
      "content-type": "application/javascript; charset=utf-8",
      "x-matched-path": "/_next/static/chunks/3902-269fd8af0be2188c.js",
      "cache-control": "public,max-age=31536000,immutable",
      "x-vercel-cache": "HIT",
      "date": "Mon, 06 Jan 2025 00:38:06 GMT",
      "etag": "W/\"5325514adf32a6c0c7f120698cb89935\"",
      "last-modified": "Thu, 02 Jan 2025 20:09:35 GMT"
    },
    "content_length": 17619
  }
}
{
  "timestamp": "2025-01-06T07:38:09.693147731+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/chunks/804-eadff2d671e8d3f2.js",
    "tag": "script",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "content-disposition": "inline; filename=\"804-eadff2d671e8d3f2.js\"",
      "last-modified": "Thu, 02 Jan 2025 20:09:35 GMT",
      "x-matched-path": "/_next/static/chunks/804-eadff2d671e8d3f2.js",
      "x-vercel-id": "sin1::t7zfw-1736123886879-922c0f360c2c",
      "cache-control": "public,max-age=31536000,immutable",
      "content-encoding": "br",
      "x-vercel-cache": "HIT",
      "access-control-allow-origin": "*",
      "etag": "W/\"023d0235b5705c69c3716624630b061f\"",
      "date": "Mon, 06 Jan 2025 00:38:06 GMT",
      "server": "Vercel",
      "age": "275310",
      "content-type": "application/javascript; charset=utf-8"
    },
    "content_length": 31013
  }
}
{
  "timestamp": "2025-01-06T07:38:09.699420629+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/chunks/app/page-34b314251b91a3a8.js",
    "tag": "script",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "cache-control": "public,max-age=31536000,immutable",
      "content-disposition": "inline; filename=\"page-34b314251b91a3a8.js\"",
      "date": "Mon, 06 Jan 2025 00:38:06 GMT",
      "x-matched-path": "/_next/static/chunks/app/page-34b314251b91a3a8.js",
      "x-vercel-cache": "HIT",
      "last-modified": "Thu, 02 Jan 2025 20:09:35 GMT",
      "content-encoding": "br",
      "x-vercel-id": "sin1::vncqk-1736123886880-6f3a2a42f096",
      "server": "Vercel",
      "etag": "W/\"98eadf8fe7ac37b34ab9a4b82c9a0a3a\"",
      "content-type": "application/javascript; charset=utf-8",
      "access-control-allow-origin": "*",
      "age": "275310"
    },
    "content_length": 42605
  }
}
{
  "timestamp": "2025-01-06T07:38:09.703850643+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/chunks/5136-bb6df67a8a614450.js",
    "tag": "script",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "x-vercel-id": "sin1::5h776-1736123886879-90805ea0079f",
      "cache-control": "public,max-age=31536000,immutable",
      "content-encoding": "br",
      "access-control-allow-origin": "*",
      "last-modified": "Thu, 02 Jan 2025 20:09:35 GMT",
      "x-vercel-cache": "HIT",
      "age": "275310",
      "etag": "W/\"db5a70e187edc533efcf3d4507d3e5b5\"",
      "server": "Vercel",
      "date": "Mon, 06 Jan 2025 00:38:06 GMT",
      "x-matched-path": "/_next/static/chunks/5136-bb6df67a8a614450.js",
      "content-disposition": "inline; filename=\"5136-bb6df67a8a614450.js\"",
      "content-type": "application/javascript; charset=utf-8"
    },
    "content_length": 6524
  }
}
{
  "timestamp": "2025-01-06T07:38:09.713172067+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js",
    "tag": "script",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "date": "Mon, 06 Jan 2025 00:38:07 GMT",
      "x-vercel-cache": "HIT",
      "content-encoding": "br",
      "etag": "W/\"79330112775102f91e1010318bae2bd3\"",
      "age": "275224",
      "content-type": "application/javascript; charset=utf-8",
      "x-matched-path": "/_next/static/chunks/polyfills-78c92fac7aa8fdd8.js",
      "cache-control": "public,max-age=31536000,immutable",
      "x-vercel-id": "sin1::rrvvn-1736123887744-b6e90893e145",
      "content-disposition": "inline; filename=\"polyfills-78c92fac7aa8fdd8.js\"",
      "access-control-allow-origin": "*",
      "last-modified": "Thu, 02 Jan 2025 20:11:02 GMT",
      "server": "Vercel",
      "strict-transport-security": "max-age=63072000"
    },
    "content_length": 91381
  }
}
{
  "timestamp": "2025-01-06T07:38:09.71999434+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/chunks/8982-fe6b9041e857c4b3.js",
    "tag": "script",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "access-control-allow-origin": "*",
      "cache-control": "public,max-age=31536000,immutable",
      "x-vercel-id": "sin1::mvqmg-1736123886879-9462387e8d3a",
      "content-disposition": "inline; filename=\"8982-fe6b9041e857c4b3.js\"",
      "age": "275310",
      "date": "Mon, 06 Jan 2025 00:38:06 GMT",
      "server": "Vercel",
      "x-vercel-cache": "HIT",
      "content-type": "application/javascript; charset=utf-8",
      "last-modified": "Thu, 02 Jan 2025 20:09:35 GMT",
      "x-matched-path": "/_next/static/chunks/8982-fe6b9041e857c4b3.js",
      "content-encoding": "br",
      "etag": "W/\"e6179593fa1bc446d95db493360355d6\""
    },
    "content_length": 6083
  }
}
{
  "timestamp": "2025-01-06T07:38:10.874954062+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/chunks/7936-a91e1be49486b40a.js",
    "tag": "script",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "content-encoding": "br",
      "x-vercel-id": "sin1::9gn5f-1736123886879-fefd33a1b7ec",
      "access-control-allow-origin": "*",
      "age": "275310",
      "etag": "W/\"7f5e41e92d20ce03cb138c68f958a875\"",
      "content-disposition": "inline; filename=\"7936-a91e1be49486b40a.js\"",
      "server": "Vercel",
      "x-matched-path": "/_next/static/chunks/7936-a91e1be49486b40a.js",
      "x-vercel-cache": "HIT",
      "cache-control": "public,max-age=31536000,immutable",
      "date": "Mon, 06 Jan 2025 00:38:06 GMT",
      "content-type": "application/javascript; charset=utf-8",
      "last-modified": "Thu, 02 Jan 2025 20:09:35 GMT"
    },
    "content_length": 14287
  }
}
{
  "timestamp": "2025-01-06T07:38:11.678855691+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/chunks/3572-fa8fef9b101e641c.js",
    "tag": "script",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "date": "Mon, 06 Jan 2025 00:38:06 GMT",
      "x-matched-path": "/_next/static/chunks/3572-fa8fef9b101e641c.js",
      "x-vercel-id": "sin1::v4brp-1736123886879-7ce3258993e3",
      "cache-control": "public,max-age=31536000,immutable",
      "last-modified": "Thu, 02 Jan 2025 20:09:35 GMT",
      "content-encoding": "br",
      "etag": "W/\"f14df8633d77593f8a24a7104dd29075\"",
      "access-control-allow-origin": "*",
      "server": "Vercel",
      "x-vercel-cache": "HIT",
      "content-type": "application/javascript; charset=utf-8",
      "age": "275310",
      "content-disposition": "inline; filename=\"3572-fa8fef9b101e641c.js\""
    },
    "content_length": 65327
  }
}
{
  "timestamp": "2025-01-06T07:38:11.739858564+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/chunks/5179-59008bfb25c6b8cc.js",
    "tag": "script",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "content-encoding": "br",
      "content-disposition": "inline; filename=\"5179-59008bfb25c6b8cc.js\"",
      "age": "275310",
      "x-matched-path": "/_next/static/chunks/5179-59008bfb25c6b8cc.js",
      "x-vercel-cache": "HIT",
      "cache-control": "public,max-age=31536000,immutable",
      "server": "Vercel",
      "content-type": "application/javascript; charset=utf-8",
      "date": "Mon, 06 Jan 2025 00:38:06 GMT",
      "etag": "W/\"aa38bd0f87270b2bc7039c4ac56a6f53\"",
      "last-modified": "Thu, 02 Jan 2025 20:09:36 GMT",
      "x-vercel-id": "sin1::gxjhz-1736123886879-a599d3edeaed",
      "access-control-allow-origin": "*"
    },
    "content_length": 83615
  }
}
{
  "timestamp": "2025-01-06T07:38:11.776718181+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/chunks/9217-7fd2d477638a5904.js",
    "tag": "script",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "content-encoding": "br",
      "age": "275310",
      "x-vercel-cache": "HIT",
      "x-vercel-id": "sin1::79pcp-1736123886882-c025ff96224d",
      "content-type": "application/javascript; charset=utf-8",
      "etag": "W/\"7517613772555ab4881f791858de5c94\"",
      "server": "Vercel",
      "date": "Mon, 06 Jan 2025 00:38:06 GMT",
      "x-matched-path": "/_next/static/chunks/9217-7fd2d477638a5904.js",
      "access-control-allow-origin": "*",
      "cache-control": "public,max-age=31536000,immutable",
      "content-disposition": "inline; filename=\"9217-7fd2d477638a5904.js\"",
      "last-modified": "Thu, 02 Jan 2025 20:09:36 GMT"
    },
    "content_length": 70086
  }
}
{
  "timestamp": "2025-01-06T07:38:11.785456244+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/chunks/2300-b451cc6ad8ab1f05.js",
    "tag": "script",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "content-disposition": "inline; filename=\"2300-b451cc6ad8ab1f05.js\"",
      "last-modified": "Thu, 02 Jan 2025 20:09:35 GMT",
      "date": "Mon, 06 Jan 2025 00:38:06 GMT",
      "x-matched-path": "/_next/static/chunks/2300-b451cc6ad8ab1f05.js",
      "access-control-allow-origin": "*",
      "age": "275310",
      "cache-control": "public,max-age=31536000,immutable",
      "content-type": "application/javascript; charset=utf-8",
      "x-vercel-cache": "HIT",
      "server": "Vercel",
      "etag": "W/\"317d9e4d92592290438beaad758f7e20\"",
      "content-encoding": "br",
      "x-vercel-id": "sin1::rrvvn-1736123886878-319318972d9d"
    },
    "content_length": 87383
  }
}
{
  "timestamp": "2025-01-06T07:38:12.914036999+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/chunks/3942-9870ce1305de8119.js",
    "tag": "script",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "content-encoding": "br",
      "age": "275310",
      "cache-control": "public,max-age=31536000,immutable",
      "content-disposition": "inline; filename=\"3942-9870ce1305de8119.js\"",
      "etag": "W/\"cc64a910f5335e78c99641da450603c1\"",
      "last-modified": "Thu, 02 Jan 2025 20:09:36 GMT",
      "content-type": "application/javascript; charset=utf-8",
      "date": "Mon, 06 Jan 2025 00:38:06 GMT",
      "server": "Vercel",
      "x-matched-path": "/_next/static/chunks/3942-9870ce1305de8119.js",
      "x-vercel-cache": "HIT",
      "access-control-allow-origin": "*",
      "x-vercel-id": "sin1::b4rv8-1736123886878-50c47a237a54"
    },
    "content_length": 169762
  }
}
{
  "timestamp": "2025-01-06T07:38:13.166444815+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://cloud.projectdiscovery.io/public/CVE-2023-48777",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "x-matched-path": "/public/[templateId]",
      "x-vercel-cache": "MISS",
      "content-encoding": "br",
      "cache-control": "private, no-cache, no-store, max-age=0, must-revalidate",
      "date": "Mon, 06 Jan 2025 00:38:10 GMT",
      "x-clerk-auth-reason": "session-token-and-uat-missing",
      "vary": "RSC, Next-Router-State-Tree, Next-Router-Prefetch",
      "x-clerk-auth-status": "signed-out",
      "x-powered-by": "Next.js",
      "age": "0",
      "strict-transport-security": "max-age=63072000",
      "x-vercel-id": "sin1::iad1::vncl4-1736123889817-4d21ff7b3b05",
      "link": "</_next/static/media/66f30814ff6d7cdf.p.woff2>; rel=preload; as=\"font\"; crossorigin=\"\"; type=\"font/woff2\", </_next/static/media/e11418ac562b8ac1-s.p.woff2>; rel=preload; as=\"font\"; crossorigin=\"\"; type=\"font/woff2\"",
      "server": "Vercel",
      "content-type": "text/html; charset=utf-8"
    }
  }
}
{
  "timestamp": "2025-01-06T07:38:13.706786235+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/chunks/7037-de69c8e9df8135ad.js",
    "tag": "script",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "age": "275310",
      "content-type": "application/javascript; charset=utf-8",
      "last-modified": "Thu, 02 Jan 2025 20:09:35 GMT",
      "date": "Mon, 06 Jan 2025 00:38:06 GMT",
      "x-matched-path": "/_next/static/chunks/7037-de69c8e9df8135ad.js",
      "x-vercel-id": "sin1::gxjhz-1736123886878-8386abc694f0",
      "access-control-allow-origin": "*",
      "content-disposition": "inline; filename=\"7037-de69c8e9df8135ad.js\"",
      "server": "Vercel",
      "etag": "W/\"0edbf2f58590aa4785f1d5fc7bcb42a5\"",
      "x-vercel-cache": "HIT",
      "content-encoding": "br",
      "cache-control": "public,max-age=31536000,immutable"
    },
    "content_length": 5116
  }
}
{
  "timestamp": "2025-01-06T07:38:13.798460907+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/chunks/4868-54961ce9006eb59a.js",
    "tag": "script",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "content-disposition": "inline; filename=\"4868-54961ce9006eb59a.js\"",
      "date": "Mon, 06 Jan 2025 00:38:06 GMT",
      "etag": "W/\"61b2ffb9a9ca5f8744fd17f875ef0426\"",
      "access-control-allow-origin": "*",
      "cache-control": "public,max-age=31536000,immutable",
      "content-encoding": "br",
      "last-modified": "Thu, 02 Jan 2025 20:09:35 GMT",
      "x-vercel-id": "sin1::jbkp6-1736123886878-d7e8cbe2235b",
      "age": "275310",
      "x-vercel-cache": "HIT",
      "server": "Vercel",
      "x-matched-path": "/_next/static/chunks/4868-54961ce9006eb59a.js",
      "content-type": "application/javascript; charset=utf-8"
    },
    "content_length": 20082
  }
}
{
  "timestamp": "2025-01-06T07:38:13.875382147+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/chunks/6648-218f6cadca8145a6.js",
    "tag": "script",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "last-modified": "Thu, 02 Jan 2025 20:09:35 GMT",
      "content-disposition": "inline; filename=\"6648-218f6cadca8145a6.js\"",
      "age": "275310",
      "x-vercel-id": "sin1::hc48x-1736123886878-c9c45469e117",
      "etag": "W/\"ad3d0192781e1c737085599c9ce6b219\"",
      "server": "Vercel",
      "access-control-allow-origin": "*",
      "x-vercel-cache": "HIT",
      "x-matched-path": "/_next/static/chunks/6648-218f6cadca8145a6.js",
      "content-encoding": "br",
      "cache-control": "public,max-age=31536000,immutable",
      "content-type": "application/javascript; charset=utf-8",
      "date": "Mon, 06 Jan 2025 00:38:06 GMT"
    },
    "content_length": 13768
  }
}
{
  "timestamp": "2025-01-06T07:38:13.881154201+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/chunks/7138-b01aa66b649b1310.js",
    "tag": "script",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "x-vercel-id": "sin1::bzcz8-1736123886878-b2beeb80734d",
      "content-type": "application/javascript; charset=utf-8",
      "etag": "W/\"9af75ab27a357d7b7fdaa782dc2faa8a\"",
      "x-matched-path": "/_next/static/chunks/7138-b01aa66b649b1310.js",
      "access-control-allow-origin": "*",
      "age": "275310",
      "cache-control": "public,max-age=31536000,immutable",
      "content-disposition": "inline; filename=\"7138-b01aa66b649b1310.js\"",
      "content-encoding": "br",
      "date": "Mon, 06 Jan 2025 00:38:06 GMT",
      "x-vercel-cache": "HIT",
      "last-modified": "Thu, 02 Jan 2025 20:09:35 GMT",
      "server": "Vercel"
    },
    "content_length": 20474
  }
}
{
  "timestamp": "2025-01-06T07:38:14.007709893+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://cloud.projectdiscovery.io/public/CVE-2024-27954",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "server": "Vercel",
      "date": "Mon, 06 Jan 2025 00:38:10 GMT",
      "strict-transport-security": "max-age=63072000",
      "content-encoding": "br",
      "x-clerk-auth-status": "signed-out",
      "age": "0",
      "x-vercel-id": "sin1::iad1::5dd8l-1736123889817-789181ebfd1e",
      "content-type": "text/html; charset=utf-8",
      "x-clerk-auth-reason": "session-token-and-uat-missing",
      "x-powered-by": "Next.js",
      "cache-control": "private, no-cache, no-store, max-age=0, must-revalidate",
      "x-vercel-cache": "MISS",
      "link": "</_next/static/media/66f30814ff6d7cdf.p.woff2>; rel=preload; as=\"font\"; crossorigin=\"\"; type=\"font/woff2\", </_next/static/media/e11418ac562b8ac1-s.p.woff2>; rel=preload; as=\"font\"; crossorigin=\"\"; type=\"font/woff2\"",
      "x-matched-path": "/public/[templateId]",
      "vary": "RSC, Next-Router-State-Tree, Next-Router-Prefetch"
    },
    "content_length": 183
  }
}
{
  "timestamp": "2025-01-06T07:38:14.086743102+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://cloud.projectdiscovery.io/public/CVE-2024-28734",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "date": "Mon, 06 Jan 2025 00:38:10 GMT",
      "x-clerk-auth-reason": "session-token-and-uat-missing",
      "content-type": "text/html; charset=utf-8",
      "x-powered-by": "Next.js",
      "x-matched-path": "/public/[templateId]",
      "x-clerk-auth-status": "signed-out",
      "link": "</_next/static/media/66f30814ff6d7cdf.p.woff2>; rel=preload; as=\"font\"; crossorigin=\"\"; type=\"font/woff2\", </_next/static/media/e11418ac562b8ac1-s.p.woff2>; rel=preload; as=\"font\"; crossorigin=\"\"; type=\"font/woff2\"",
      "age": "0",
      "strict-transport-security": "max-age=63072000",
      "cache-control": "private, no-cache, no-store, max-age=0, must-revalidate",
      "vary": "RSC, Next-Router-State-Tree, Next-Router-Prefetch",
      "server": "Vercel",
      "content-encoding": "br",
      "x-vercel-id": "sin1::iad1::9k2zw-1736123889817-12975fd619bc",
      "x-vercel-cache": "MISS"
    },
    "content_length": 183
  }
}
{
  "timestamp": "2025-01-06T07:38:14.524228336+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://cloud.projectdiscovery.io/public/CVE-2023-34105",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "x-clerk-auth-status": "signed-out",
      "strict-transport-security": "max-age=63072000",
      "date": "Mon, 06 Jan 2025 00:38:11 GMT",
      "x-powered-by": "Next.js",
      "x-vercel-cache": "MISS",
      "cache-control": "private, no-cache, no-store, max-age=0, must-revalidate",
      "vary": "RSC, Next-Router-State-Tree, Next-Router-Prefetch",
      "server": "Vercel",
      "x-clerk-auth-reason": "session-token-and-uat-missing",
      "link": "</_next/static/media/66f30814ff6d7cdf.p.woff2>; rel=preload; as=\"font\"; crossorigin=\"\"; type=\"font/woff2\", </_next/static/media/e11418ac562b8ac1-s.p.woff2>; rel=preload; as=\"font\"; crossorigin=\"\"; type=\"font/woff2\"",
      "age": "0",
      "content-type": "text/html; charset=utf-8",
      "content-encoding": "br",
      "x-vercel-id": "sin1::iad1::8bzlw-1736123889817-f0e7d7a110fe",
      "x-matched-path": "/public/[templateId]"
    },
    "content_length": 183
  }
}
{
  "timestamp": "2025-01-06T07:38:14.947545143+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/chunks/8681-3649d667fb3e024b.js",
    "tag": "script",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "x-vercel-id": "sin1::wds74-1736123886878-18f61bfd7cf7",
      "last-modified": "Thu, 02 Jan 2025 20:09:35 GMT",
      "content-type": "application/javascript; charset=utf-8",
      "date": "Mon, 06 Jan 2025 00:38:06 GMT",
      "etag": "W/\"3ec4cf23b3cbf338cdd13d0abb893c10\"",
      "access-control-allow-origin": "*",
      "age": "275310",
      "x-vercel-cache": "HIT",
      "content-disposition": "inline; filename=\"8681-3649d667fb3e024b.js\"",
      "cache-control": "public,max-age=31536000,immutable",
      "content-encoding": "br",
      "server": "Vercel",
      "x-matched-path": "/_next/static/chunks/8681-3649d667fb3e024b.js"
    },
    "content_length": 117729
  }
}
{
  "timestamp": "2025-01-06T07:38:15.192406425+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/chunks/3014691f-b41300407df8f5f3.js",
    "tag": "script",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "last-modified": "Thu, 02 Jan 2025 20:09:35 GMT",
      "age": "275311",
      "x-vercel-cache": "HIT",
      "x-vercel-id": "sin1::qhtlh-1736123886878-af8a5e432e6c",
      "x-matched-path": "/_next/static/chunks/3014691f-b41300407df8f5f3.js",
      "access-control-allow-origin": "*",
      "content-disposition": "inline; filename=\"3014691f-b41300407df8f5f3.js\"",
      "date": "Mon, 06 Jan 2025 00:38:06 GMT",
      "server": "Vercel",
      "etag": "W/\"575ef75dbcc530f1097f86b4568de267\"",
      "content-encoding": "br",
      "content-type": "application/javascript; charset=utf-8",
      "cache-control": "public,max-age=31536000,immutable"
    },
    "content_length": 30620
  }
}
{
  "timestamp": "2025-01-06T07:38:15.732822308+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/chunks/main-app-b8d8f654a4c3de8b.js",
    "tag": "script",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "content-length": "475",
      "cache-control": "public,max-age=31536000,immutable",
      "server": "Vercel",
      "content-disposition": "inline; filename=\"main-app-b8d8f654a4c3de8b.js\"",
      "age": "275311",
      "content-type": "application/javascript; charset=utf-8",
      "etag": "\"f9e67c37f91920ac16d1a6ee50509dd0\"",
      "last-modified": "Thu, 02 Jan 2025 20:09:35 GMT",
      "access-control-allow-origin": "*",
      "x-matched-path": "/_next/static/chunks/main-app-b8d8f654a4c3de8b.js",
      "date": "Mon, 06 Jan 2025 00:38:06 GMT",
      "x-vercel-id": "sin1::9gn5f-1736123886878-b9c86410abe2",
      "x-vercel-cache": "HIT",
      "accept-ranges": "bytes"
    },
    "content_length": 475
  }
}
{
  "timestamp": "2025-01-06T07:38:15.791724896+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://cloud.projectdiscovery.io/public/CVE-2024-1208",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "cache-control": "private, no-cache, no-store, max-age=0, must-revalidate",
      "server": "Vercel",
      "age": "0",
      "strict-transport-security": "max-age=63072000",
      "content-encoding": "br",
      "content-type": "text/html; charset=utf-8",
      "date": "Mon, 06 Jan 2025 00:38:12 GMT",
      "x-vercel-id": "sin1::iad1::5h776-1736123889817-65e9f86f188a",
      "x-clerk-auth-reason": "session-token-and-uat-missing",
      "x-powered-by": "Next.js",
      "x-matched-path": "/public/[templateId]",
      "x-clerk-auth-status": "signed-out",
      "link": "</_next/static/media/66f30814ff6d7cdf.p.woff2>; rel=preload; as=\"font\"; crossorigin=\"\"; type=\"font/woff2\", </_next/static/media/e11418ac562b8ac1-s.p.woff2>; rel=preload; as=\"font\"; crossorigin=\"\"; type=\"font/woff2\"",
      "vary": "RSC, Next-Router-State-Tree, Next-Router-Prefetch",
      "x-vercel-cache": "MISS"
    },
    "content_length": 183
  }
}
{
  "timestamp": "2025-01-06T07:38:15.829410496+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/chunks/7023-5c60576e772096a9.js",
    "tag": "script",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "access-control-allow-origin": "*",
      "last-modified": "Thu, 02 Jan 2025 20:09:35 GMT",
      "x-vercel-id": "sin1::n5dj2-1736123886877-ca23b66c5611",
      "date": "Mon, 06 Jan 2025 00:38:06 GMT",
      "x-vercel-cache": "HIT",
      "age": "275310",
      "cache-control": "public,max-age=31536000,immutable",
      "content-encoding": "br",
      "server": "Vercel",
      "etag": "W/\"d23cbed1816146e14233f4cb4b397199\"",
      "x-matched-path": "/_next/static/chunks/7023-5c60576e772096a9.js",
      "content-type": "application/javascript; charset=utf-8",
      "content-disposition": "inline; filename=\"7023-5c60576e772096a9.js\""
    },
    "content_length": 123729
  }
}
{
  "timestamp": "2025-01-06T07:38:15.910387729+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/chunks/fd9d1056-d86d2c6625a622ef.js",
    "tag": "script",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "etag": "W/\"a7b1f8edb3a07966db70f6240aad77f1\"",
      "server": "Vercel",
      "age": "275310",
      "access-control-allow-origin": "*",
      "content-type": "application/javascript; charset=utf-8",
      "x-matched-path": "/_next/static/chunks/fd9d1056-d86d2c6625a622ef.js",
      "cache-control": "public,max-age=31536000,immutable",
      "x-vercel-id": "sin1::v4brp-1736123886878-c5dfa3637510",
      "last-modified": "Thu, 02 Jan 2025 20:09:36 GMT",
      "x-vercel-cache": "HIT",
      "content-disposition": "inline; filename=\"fd9d1056-d86d2c6625a622ef.js\"",
      "content-encoding": "br",
      "date": "Mon, 06 Jan 2025 00:38:06 GMT"
    },
    "content_length": 172834
  }
}
{
  "timestamp": "2025-01-06T07:38:23.962622555+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/image?url=%2Flogos%2FSOC2-Logo.png&w=96&q=75",
    "tag": "img",
    "attribute": "srcset",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:38:24.060093148+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/image?url=%2Flogos%2FSOC2-Logo.png&w=256&q=75",
    "tag": "img",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:38:24.118261693+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fjason-haddix.6a67637d.jpg&w=48&q=75",
    "tag": "img",
    "attribute": "srcset",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:38:24.555177327+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fjason-haddix.6a67637d.jpg&w=96&q=75",
    "tag": "img",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:38:24.973908771+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fdaniel-miessler.0f7f353f.jpg&w=48&q=75",
    "tag": "img",
    "attribute": "srcset",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:38:25.218483378+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fdaniel-miessler.0f7f353f.jpg&w=96&q=75",
    "tag": "img",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:38:25.75189708+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fstok.4f1ecdc0.jpg&w=48&q=75",
    "tag": "img",
    "attribute": "srcset",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:38:25.811332325+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fstok.4f1ecdc0.jpg&w=96&q=75",
    "tag": "img",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:38:25.847970235+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fonsecurity.6496c709.jpg&w=48&q=75",
    "tag": "img",
    "attribute": "srcset",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:38:25.930970199+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fonsecurity.6496c709.jpg&w=96&q=75",
    "tag": "img",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:38:34.077915048+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/image?url=%2F_next%2Fstatic%2Fmedia%2FForta.7241ea0d.png&w=640&q=75",
    "tag": "img",
    "attribute": "srcset",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:38:34.137574808+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/image?url=%2F_next%2Fstatic%2Fmedia%2FForta.7241ea0d.png&w=1080&q=75",
    "tag": "img",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:38:34.572564114+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Ftemplate_example.96ce236f.png&w=1080&q=75",
    "tag": "img",
    "attribute": "srcset",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:38:34.991657415+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Ftemplate_example.96ce236f.png&w=2048&q=75",
    "tag": "img",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:38:35.070493436+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/site.webmanifest",
    "tag": "link",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "x-matched-path": "/site.webmanifest",
      "strict-transport-security": "max-age=63072000",
      "access-control-allow-origin": "*",
      "last-modified": "Thu, 02 Jan 2025 20:39:16 GMT",
      "accept-ranges": "bytes",
      "cache-control": "public, max-age=0, must-revalidate",
      "age": "273557",
      "server": "Vercel",
      "x-vercel-id": "sin1::k8rpc-1736123914108-ed1c1ff88205",
      "content-disposition": "inline; filename=\"site.webmanifest\"",
      "x-vercel-cache": "HIT",
      "date": "Mon, 06 Jan 2025 00:38:34 GMT",
      "content-length": "454",
      "content-type": "application/manifest+json; charset=utf-8",
      "etag": "\"457a61471543cf35e88657373cbebb54\""
    },
    "content_length": 454
  }
}
{
  "timestamp": "2025-01-06T07:38:35.239658962+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fasset_results.3527121b.png&w=1080&q=75",
    "tag": "img",
    "attribute": "srcset",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:38:35.794513571+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fasset_results.3527121b.png&w=2048&q=75",
    "tag": "img",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:38:35.829850439+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fscan_results.6fef92e7.png&w=1080&q=75",
    "tag": "img",
    "attribute": "srcset",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:38:35.879239554+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fscan_results.6fef92e7.png&w=2048&q=75",
    "tag": "img",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:38:35.916468346+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io",
    "tag": "link",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "server": "Vercel",
      "x-vercel-cache": "HIT",
      "x-vercel-id": "sin1::mch24-1736123914007-73c2bb0559da",
      "access-control-allow-origin": "*",
      "x-matched-path": "/",
      "cache-control": "public, max-age=0, must-revalidate",
      "content-type": "text/html; charset=utf-8",
      "date": "Mon, 06 Jan 2025 00:38:34 GMT",
      "content-disposition": "inline",
      "vary": "RSC, Next-Router-State-Tree, Next-Router-Prefetch",
      "age": "275507",
      "content-encoding": "br",
      "etag": "W/\"db3fb89ab19b47b1db7e80220eb7e752\""
    },
    "content_length": 90075
  }
}
{
  "timestamp": "2025-01-06T07:38:35.955982101+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/image?url=%2F_next%2Fstatic%2Fmedia%2FMountainGrid%402x.f033a5f3.png&w=3840&q=75",
    "tag": "img",
    "attribute": "src",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:38:36.555677926+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/css/1cd4a43168e1afdd.css",
    "tag": "link",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "x-matched-path": "/_next/static/css/1cd4a43168e1afdd.css",
      "x-vercel-cache": "HIT",
      "server": "Vercel",
      "x-vercel-id": "sin1::nfhh9-1736123886873-5705b38e2ff8",
      "content-type": "text/css; charset=utf-8",
      "date": "Mon, 06 Jan 2025 00:38:06 GMT",
      "age": "275311",
      "cache-control": "public,max-age=31536000,immutable",
      "etag": "W/\"bb3235b3ef69e1856c51ed019dba0f6c\"",
      "content-disposition": "inline; filename=\"1cd4a43168e1afdd.css\"",
      "access-control-allow-origin": "*",
      "content-encoding": "br",
      "last-modified": "Thu, 02 Jan 2025 20:09:35 GMT"
    },
    "content_length": 1381
  }
}
{
  "timestamp": "2025-01-06T07:38:36.585580373+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/chunks/webpack-482bb8a383ea40c7.js",
    "tag": "link",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "server": "Vercel",
      "content-type": "application/javascript; charset=utf-8",
      "content-disposition": "inline; filename=\"webpack-482bb8a383ea40c7.js\"",
      "x-vercel-id": "sin1::vncqk-1736123886877-d99aba5118fa",
      "cache-control": "public,max-age=31536000,immutable",
      "x-matched-path": "/_next/static/chunks/webpack-482bb8a383ea40c7.js",
      "access-control-allow-origin": "*",
      "age": "275311",
      "date": "Mon, 06 Jan 2025 00:38:06 GMT",
      "content-encoding": "br",
      "x-vercel-cache": "HIT",
      "last-modified": "Thu, 02 Jan 2025 20:09:35 GMT",
      "etag": "W/\"0582d45e9cbe84d15f1fdb3693e2e399\""
    },
    "content_length": 4104
  }
}
{
  "timestamp": "2025-01-06T07:38:36.599183899+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/css/c63b1b320141aae6.css",
    "tag": "link",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "x-matched-path": "/_next/static/css/c63b1b320141aae6.css",
      "etag": "\"593920ce1b9f0decb49e94ec4f3bd1cd\"",
      "x-vercel-cache": "HIT",
      "server": "Vercel",
      "accept-ranges": "bytes",
      "content-disposition": "inline; filename=\"c63b1b320141aae6.css\"",
      "content-length": "475",
      "cache-control": "public,max-age=31536000,immutable",
      "access-control-allow-origin": "*",
      "last-modified": "Thu, 02 Jan 2025 20:09:35 GMT",
      "date": "Mon, 06 Jan 2025 00:38:06 GMT",
      "content-type": "text/css; charset=utf-8",
      "age": "275311",
      "x-vercel-id": "sin1::79pcp-1736123886873-b3e46ed66e61"
    },
    "content_length": 475
  }
}
{
  "timestamp": "2025-01-06T07:38:36.608330014+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/_next/static/css/2029a8e8fe1a0aeb.css",
    "tag": "link",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "content-type": "text/css; charset=utf-8",
      "content-encoding": "br",
      "x-matched-path": "/_next/static/css/2029a8e8fe1a0aeb.css",
      "access-control-allow-origin": "*",
      "date": "Mon, 06 Jan 2025 00:38:06 GMT",
      "etag": "W/\"0003efc7a1465a4e73a94277cb37c421\"",
      "server": "Vercel",
      "x-vercel-id": "sin1::vncqk-1736123886873-d96cda32b28e",
      "last-modified": "Thu, 02 Jan 2025 20:09:35 GMT",
      "content-disposition": "inline; filename=\"2029a8e8fe1a0aeb.css\"",
      "x-vercel-cache": "HIT",
      "age": "275311",
      "cache-control": "public,max-age=31536000,immutable"
    },
    "content_length": 75721
  }
}
{
  "timestamp": "2025-01-06T07:38:36.640099683+07:00",
  "request": {
    "method": "GET",
    "endpoint": "mailto:[email protected]",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] navigation failed: net::ERR_ABORTED <- could not navigate target"
}
{
  "timestamp": "2025-01-06T07:38:44.197227103+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/terms",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "x-vercel-cache": "HIT",
      "cache-control": "public, max-age=0, must-revalidate",
      "age": "270979",
      "vary": "RSC, Next-Router-State-Tree, Next-Router-Prefetch",
      "content-disposition": "inline",
      "content-encoding": "br",
      "strict-transport-security": "max-age=63072000",
      "content-type": "text/html; charset=utf-8",
      "date": "Mon, 06 Jan 2025 00:38:36 GMT",
      "x-vercel-id": "sin1::cwlbr-1736123916042-6d185d7bcd8d",
      "etag": "W/\"46025a2b9b3e1a3bdb3f9174ec8b8dd3\"",
      "server": "Vercel",
      "access-control-allow-origin": "*",
      "x-matched-path": "/terms"
    },
    "content_length": 14699
  }
}
{
  "timestamp": "2025-01-06T07:38:46.398537527+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/contact",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:38:46.432227002+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/privacy",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "content-disposition": "inline",
      "x-matched-path": "/privacy",
      "server": "Vercel",
      "content-type": "text/html; charset=utf-8",
      "age": "266685",
      "cache-control": "public, max-age=0, must-revalidate",
      "x-vercel-cache": "HIT",
      "x-vercel-id": "sin1::rrvvn-1736123916604-65a99e08e72e",
      "date": "Mon, 06 Jan 2025 00:38:37 GMT",
      "access-control-allow-origin": "*",
      "vary": "RSC, Next-Router-State-Tree, Next-Router-Prefetch",
      "content-encoding": "br",
      "etag": "W/\"e39dd6c01acaecff33fa12c8edd005d6\"",
      "strict-transport-security": "max-age=63072000"
    },
    "content_length": 18467
  }
}
{
  "timestamp": "2025-01-06T07:38:46.439974995+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/pioneers",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "x-matched-path": "/pioneers",
      "vary": "RSC, Next-Router-State-Tree, Next-Router-Prefetch",
      "age": "263520",
      "date": "Mon, 06 Jan 2025 00:38:36 GMT",
      "cache-control": "public, max-age=0, must-revalidate",
      "x-vercel-cache": "HIT",
      "access-control-allow-origin": "*",
      "content-disposition": "inline",
      "content-type": "text/html; charset=utf-8",
      "content-encoding": "br",
      "strict-transport-security": "max-age=63072000",
      "etag": "W/\"c1efdd84cd0cefba9f737191f134b286\"",
      "x-vercel-id": "sin1::vncl4-1736123916643-5838312ba44a",
      "server": "Vercel"
    },
    "content_length": 18467
  }
}
{
  "timestamp": "2025-01-06T07:38:46.454402398+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/about-us",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "x-vercel-cache": "HIT",
      "age": "271025",
      "strict-transport-security": "max-age=63072000",
      "content-type": "text/html; charset=utf-8",
      "content-encoding": "br",
      "x-matched-path": "/about-us",
      "vary": "RSC, Next-Router-State-Tree, Next-Router-Prefetch",
      "content-disposition": "inline",
      "access-control-allow-origin": "*",
      "x-vercel-id": "sin1::wds74-1736123916634-97eb5891718e",
      "date": "Mon, 06 Jan 2025 00:38:36 GMT",
      "cache-control": "public, max-age=0, must-revalidate",
      "server": "Vercel",
      "etag": "W/\"29e08b858b4f95882c74fc0207a8d56a\""
    },
    "content_length": 5772
  }
}
{
  "timestamp": "2025-01-06T07:38:46.594895075+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/blog",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "x-vercel-id": "sin1::cwlbr-1736123916681-b1bb8aa73309",
      "x-matched-path": "/blog",
      "age": "275408",
      "content-type": "text/html; charset=utf-8",
      "content-encoding": "br",
      "server": "Vercel",
      "vary": "RSC, Next-Router-State-Tree, Next-Router-Prefetch",
      "access-control-allow-origin": "*",
      "cache-control": "public, max-age=0, must-revalidate",
      "content-disposition": "inline",
      "x-vercel-cache": "HIT",
      "strict-transport-security": "max-age=63072000",
      "etag": "W/\"9277b9eb020f2982be7e5a07b2459376\"",
      "date": "Mon, 06 Jan 2025 00:38:36 GMT"
    },
    "content_length": 178
  }
}
{
  "timestamp": "2025-01-06T07:38:47.744038844+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://security.projectdiscovery.io/",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:38:47.75855583+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/community",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:38:53.086993457+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://docs.projectdiscovery.io/api-reference/introduction",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "date": "Thu, 02 Jan 2025 22:31:37 GMT",
      "strict-transport-security": "max-age=63072000",
      "etag": "W/\"rjj8qoejsu2yby\"",
      "x-powered-by": "Next.js",
      "age": "266829",
      "x-frame-options": "DENY",
      "content-type": "text/html; charset=utf-8",
      "server": "Vercel",
      "content-encoding": "br",
      "cache-control": "public, max-age=0, must-revalidate",
      "x-vercel-cache": "HIT",
      "x-vercel-id": "sin1::iad1::gv9lh-1736123927795-61b4531efa6b",
      "x-matched-path": "/_sites/[subdomain]/[[...slug]]"
    },
    "content_length": 24
  }
}
{
  "timestamp": "2025-01-06T07:38:56.562639451+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://docs.projectdiscovery.io/introduction",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:38:56.63078098+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/open-source",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get html"
}
{
  "timestamp": "2025-01-06T07:38:56.723440749+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://cloud.projectdiscovery.io/templates",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:38:56.800509098+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/nuclei",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:39:01.403544258+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://feedback.projectdiscovery.io/changelog",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:39:01.419699978+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://cloud.projectdiscovery.io/",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:39:01.575278717+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://cloud.projectdiscovery.io/public/CVE-2024-27199",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:39:01.635011211+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://docs.projectdiscovery.io/cloud/examples/connectjira",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "server": "Vercel",
      "date": "Thu, 02 Jan 2025 22:51:35 GMT",
      "age": "265632",
      "strict-transport-security": "max-age=63072000",
      "x-powered-by": "Next.js",
      "content-type": "text/html; charset=utf-8",
      "x-frame-options": "DENY",
      "x-vercel-cache": "HIT",
      "x-vercel-id": "sin1::iad1::ptrb5-1736123927844-f63dd650cc8c",
      "etag": "W/\"3w6mdm0mtd3ws0\"",
      "x-matched-path": "/_sites/[subdomain]/[[...slug]]",
      "cache-control": "public, max-age=0, must-revalidate",
      "content-encoding": "br"
    },
    "content_length": 387338
  }
}
{
  "timestamp": "2025-01-06T07:39:01.725866154+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://cloud.projectdiscovery.io/public/CVE-2024-0204",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:39:05.36898659+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://docs.projectdiscovery.io/cloud/examples/slackalert",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "error": "[hybrid:RUNTIME] context deadline exceeded <- could not get dom"
}
{
  "timestamp": "2025-01-06T07:39:05.488646792+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/request-demo",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "access-control-allow-origin": "*",
      "content-type": "text/html; charset=utf-8",
      "age": "262818",
      "x-vercel-cache": "HIT",
      "vary": "RSC, Next-Router-State-Tree, Next-Router-Prefetch",
      "cache-control": "public, max-age=0, must-revalidate",
      "etag": "W/\"93a92252717830b6bb09161b682a2b56\"",
      "content-disposition": "inline",
      "content-encoding": "br",
      "server": "Vercel",
      "x-matched-path": "/request-demo",
      "x-vercel-id": "sin1::ptrb5-1736123941424-1844dd4058c8",
      "strict-transport-security": "max-age=63072000",
      "date": "Mon, 06 Jan 2025 00:39:01 GMT"
    },
    "content_length": 24
  }
}
{
  "timestamp": "2025-01-06T07:39:05.660399089+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/pricing",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "server": "Vercel",
      "content-type": "text/html; charset=utf-8",
      "x-matched-path": "/pricing",
      "etag": "W/\"596f5ae163b351bcda63cd35b804279b\"",
      "x-vercel-id": "sin1::c669c-1736123941620-7b900ae736e9",
      "access-control-allow-origin": "*",
      "content-disposition": "inline",
      "cache-control": "public, max-age=0, must-revalidate",
      "strict-transport-security": "max-age=63072000",
      "age": "273439",
      "x-vercel-cache": "HIT",
      "vary": "RSC, Next-Router-State-Tree, Next-Router-Prefetch",
      "date": "Mon, 06 Jan 2025 00:39:01 GMT",
      "content-encoding": "br"
    },
    "content_length": 24
  }
}
{
  "timestamp": "2025-01-06T07:39:06.622979612+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://docs.projectdiscovery.io/cloud/introduction",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "date": "Thu, 02 Jan 2025 22:31:37 GMT",
      "x-matched-path": "/_sites/[subdomain]/[[...slug]]",
      "x-vercel-cache": "HIT",
      "x-vercel-id": "sin1::iad1::n5dj2-1736123941652-a611310882f6",
      "cache-control": "public, max-age=0, must-revalidate",
      "strict-transport-security": "max-age=63072000",
      "age": "266843",
      "server": "Vercel",
      "content-encoding": "br",
      "x-powered-by": "Next.js",
      "content-type": "text/html; charset=utf-8",
      "etag": "W/\"16cuycxw7wa31l7\"",
      "x-frame-options": "DENY"
    },
    "content_length": 131
  }
}
{
  "timestamp": "2025-01-06T07:39:06.941133659+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://projectdiscovery.io/",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "cache-control": "public, max-age=0, must-revalidate",
      "date": "Mon, 06 Jan 2025 00:39:01 GMT",
      "access-control-allow-origin": "*",
      "x-vercel-cache": "HIT",
      "content-disposition": "inline",
      "x-matched-path": "/",
      "content-encoding": "br",
      "content-type": "text/html; charset=utf-8",
      "vary": "RSC, Next-Router-State-Tree, Next-Router-Prefetch",
      "server": "Vercel",
      "etag": "W/\"db3fb89ab19b47b1db7e80220eb7e752\"",
      "x-vercel-id": "sin1::n5dj2-1736123941798-67632c771429",
      "age": "275507"
    },
    "content_length": 14699
  }
}
{
  "timestamp": "2025-01-06T07:39:07.02637875+07:00",
  "request": {
    "method": "GET",
    "endpoint": "https://cloud.projectdiscovery.io/sign-in",
    "tag": "a",
    "attribute": "href",
    "source": "https://projectdiscovery.io/"
  },
  "response": {
    "status_code": 200,
    "headers": {
      "age": "0",
      "x-powered-by": "Next.js",
      "x-matched-path": "/sign-in/[[...sign-in]]",
      "cache-control": "private, no-cache, no-store, max-age=0, must-revalidate",
      "x-clerk-auth-status": "signed-out",
      "vary": "RSC, Next-Router-State-Tree, Next-Router-Prefetch",
      "strict-transport-security": "max-age=63072000",
      "x-clerk-auth-reason": "session-token-and-uat-missing",
      "content-encoding": "br",
      "server": "Vercel",
      "content-type": "text/html; charset=utf-8",
      "x-vercel-cache": "MISS",
      "date": "Mon, 06 Jan 2025 00:39:01 GMT",
      "x-vercel-id": "sin1::iad1::cmph7-1736123941600-488630ee0823",
      "link": "</_next/static/media/66f30814ff6d7cdf.p.woff2>; rel=preload; as=\"font\"; crossorigin=\"\"; type=\"font/woff2\", </_next/static/media/e11418ac562b8ac1-s.p.woff2>; rel=preload; as=\"font\"; crossorigin=\"\"; type=\"font/woff2\""
    },
    "content_length": 41
  }
}

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

No branches or pull requests

5 participants