{"id":42333198,"url":"https://github.com/ostorlab/agent_whatweb","last_synced_at":"2026-02-25T14:18:09.576Z","repository":{"id":40426128,"uuid":"464401569","full_name":"Ostorlab/agent_whatweb","owner":"Ostorlab","description":"Agent responsible for fingerprinting websites.","archived":false,"fork":false,"pushed_at":"2025-11-27T17:49:02.000Z","size":732,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-11-29T16:16:48.499Z","etag":null,"topics":["ostorlab","scanner","security"],"latest_commit_sha":null,"homepage":"https://ostorlab.co","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ostorlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-02-28T08:40:52.000Z","updated_at":"2025-11-27T17:48:49.000Z","dependencies_parsed_at":"2023-02-13T23:00:19.413Z","dependency_job_id":"2f665a09-c0bb-45da-ad9b-ffb08d49dab4","html_url":"https://github.com/Ostorlab/agent_whatweb","commit_stats":null,"previous_names":[],"tags_count":101,"template":false,"template_full_name":"Ostorlab/template_agent","purl":"pkg:github/Ostorlab/agent_whatweb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ostorlab%2Fagent_whatweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ostorlab%2Fagent_whatweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ostorlab%2Fagent_whatweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ostorlab%2Fagent_whatweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ostorlab","download_url":"https://codeload.github.com/Ostorlab/agent_whatweb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ostorlab%2Fagent_whatweb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28814294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ostorlab","scanner","security"],"created_at":"2026-01-27T14:01:11.662Z","updated_at":"2026-01-27T14:01:51.007Z","avatar_url":"https://github.com/Ostorlab.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eAgent Whatweb\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/License-Apache_2.0-brightgreen.svg\"\u003e\n\u003cimg src=\"https://img.shields.io/github/languages/top/ostorlab/agent_whatweb\"\u003e\n\u003cimg src=\"https://img.shields.io/github/stars/ostorlab/agent_whatweb\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg\"\u003e\n\u003c/p\u003e\n\n_Whatweb is a web technology fingerprinter capable of detecting CMS, blogging platform, analytics packages, JS libraries, web servier and embedded devices._\n\n---\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://github.com/Ostorlab/agent_whatweb/blob/main/images/logo.png\" alt=\"agent-whatweb\" /\u003e\n\u003c/p\u003e\n\nThis repository is an implementation of [OXO Agent](https://pypi.org/project/ostorlab/) for the [Whatweb Fingerprinter](https://github.com/urbanadventurer/WhatWeb.git).\n\n## Getting Started\nTo perform your first scan, simply run the following command.\n```shell\noxo scan run --install --agent agent/ostorlab/whatweb domain-name tesla.com\n```\n\nThis command will download and install `agent/ostorlab/whatweb`.\nFor more information, please refer to the [OXO Documentation](https://oxo.ostorlab.co/docs)\n\n\n## Usage\n\nAgent Whatweb can be installed directly from the oxo agent store or built from this repository.\n\n ### Install directly from oxo agent store\n\n ```shell\n oxo agent install agent/ostorlab/whatweb\n ```\n\nYou can then run the agent with the following command:\n\n```shell\noxo scan run --agent agent/ostorlab/whatweb domain-name tesla.com\n```\n\n\n### Build directly from the repository\n\n 1. To build the whatweb agent you need to have [oxo](https://pypi.org/project/ostorlab/) installed in your machine. If you have already installed oxo, you can skip this step.\n\n```shell\npip3 install ostorlab\n```\n\n 2. Clone this repository.\n\n```shell\ngit clone https://github.com/Ostorlab/agent_whatweb.git \u0026\u0026 cd agent_whatweb\n```\n\n 3. Build the agent image using oxo cli.\n\n ```shell\n oxo agent build --file=ostorlab.yaml\n ```\n You can pass the optional flag `--organization` to specify your organisation. The organization is empty by default.\n\n 1. Run the agent using on of the following commands:\n\t * If you did not specify an organization when building the image:\n\t  ```shell\n\t  oxo scan run --agent agent//whatweb domain-name tesla.com\n\t  ```\n\t * If you specified an organization when building the image:\n\t  ```shell\n\t  oxo scan run --agent agent/[ORGANIZATION]/whatweb domain-name tesla.com\n\t  ```\n\n\n## License\n[Apache-2](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fostorlab%2Fagent_whatweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fostorlab%2Fagent_whatweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fostorlab%2Fagent_whatweb/lists"}