{"id":17262425,"url":"https://github.com/anouarbensaad/wsvuls","last_synced_at":"2025-06-17T09:07:22.525Z","repository":{"id":37816665,"uuid":"464298833","full_name":"anouarbensaad/wsvuls","owner":"anouarbensaad","description":"wsvuls - website vulnerability scanner detect issues [ outdated server software and insecure HTTP headers.]","archived":false,"fork":false,"pushed_at":"2022-03-26T11:45:51.000Z","size":111,"stargazers_count":54,"open_issues_count":1,"forks_count":12,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-14T07:43:59.711Z","etag":null,"topics":["detection","issues-tracker","scanner","tracker","vulnerability","vulnerability-scanners","webscraper"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anouarbensaad.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":null,"security":null,"support":null}},"created_at":"2022-02-28T01:21:33.000Z","updated_at":"2025-04-07T15:29:04.000Z","dependencies_parsed_at":"2022-08-18T21:22:32.402Z","dependency_job_id":null,"html_url":"https://github.com/anouarbensaad/wsvuls","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/anouarbensaad/wsvuls","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anouarbensaad%2Fwsvuls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anouarbensaad%2Fwsvuls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anouarbensaad%2Fwsvuls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anouarbensaad%2Fwsvuls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anouarbensaad","download_url":"https://codeload.github.com/anouarbensaad/wsvuls/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anouarbensaad%2Fwsvuls/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260326700,"owners_count":22992383,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["detection","issues-tracker","scanner","tracker","vulnerability","vulnerability-scanners","webscraper"],"created_at":"2024-10-15T07:53:48.842Z","updated_at":"2025-06-17T09:07:22.498Z","avatar_url":"https://github.com/anouarbensaad.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://github.com/anouarbensaad/wsvuls\"\u003e\u003cimg src=\"https://i.ibb.co/mBBymCT/WSV.png\" alt=\"WSVuls\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n  WSVuls\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eWebsite vulnerability scanner detect issues [ outdated server software and insecure HTTP headers.]\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/anouarbensaad/wsvuls/issues\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/issues/anouarbensaad/wsvuls\"\n         alt=\"issues\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/anouarbensaad/wsvuls/blob/main/LICENSE\"\u003e\n      \u003cimg src=\"https://img.shields.io/github/license/anouarbensaad/wsvuls\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n### What's WSVuls?\n\nWSVuls is a simple and powerful command line tool for Linux, Windows and macOS. It's designed for developers/testers and for those workers in IT who want to test vulnerabilities and analyses website from a single command.\nIt detects issues outdated software version, insecures HTTP headers, the long and useless requests\n\n### Why WSVuls ?\n\nWSVuls can extract the following data while crawling: \n##### Cloudflare :\n- IP Address\n- Ports\n- Hex Headers\n- Protocol Version\n##### Stats :\n- First Byte\n- Start Render\n- FCP\n- Speed Index\n- LCP \n- CLS\n- TBT\n- DC Time\n- DC Requests\n- DC Bytes\n- Time\n- Requests\n- Total Bytes\n\n##### Mapper :\n- Resource\n- Request Start\n- Content Type\n- DNS Lookup\n- SSL Negotiation\n- Error/Status Code\n\n### Docker\nWSVuls can be launched using docker\n\n##### Build Image\n```BASH\n$ git clone https://github.com/anouarbensaad/wsvuls\n$ cd wsvuls\n$ docker build -t wsvuls:latest .\n```\n##### Run a WSVuls container with interactive mode\n```BASH\n$ docker run -it --name wsvuls wsvuls:latest -u facebook.com\n```\n\n### Usage\n\n```text\nScan, Detect and get stats for a specific url\n\nExamples:\n\nTo get stats from target url:\n$ wsvuls stats -u facebook.com\n\nTo get map all requests:\n$ wsvuls stats -u facebook.com --mapper\n\nTo detect a right ip address from cloudflare firewall:\n$ wsvuls cloud -d facebook.com\n\nby default use-proxy to bypass the limit rate.\n\nAvailable Commands: \n  stats      Get statistics of target website.\n  cloud      Get the right data from cloudflare.\n  \nFlags:\n  -h, --help      help for wsvuls\n```\n\n### Screenshot\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/23563528/155910876-cc6f1f4c-7f64-4646-bbef-d95aeb91a928.png\" /\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanouarbensaad%2Fwsvuls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanouarbensaad%2Fwsvuls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanouarbensaad%2Fwsvuls/lists"}