{"id":13475921,"url":"https://github.com/xmendez/wfuzz","last_synced_at":"2025-05-11T03:45:43.573Z","repository":{"id":22270910,"uuid":"25605151","full_name":"xmendez/wfuzz","owner":"xmendez","description":"Web application fuzzer","archived":false,"fork":false,"pushed_at":"2024-08-18T01:36:10.000Z","size":7212,"stargazers_count":6171,"open_issues_count":106,"forks_count":1386,"subscribers_count":170,"default_branch":"master","last_synced_at":"2025-05-11T03:45:14.073Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://wfuzz.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xmendez.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-10-22T21:23:49.000Z","updated_at":"2025-05-10T21:10:59.000Z","dependencies_parsed_at":"2023-01-13T21:55:55.673Z","dependency_job_id":"21e6cea8-a8e0-4c37-9196-92eb1a002d56","html_url":"https://github.com/xmendez/wfuzz","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmendez%2Fwfuzz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmendez%2Fwfuzz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmendez%2Fwfuzz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmendez%2Fwfuzz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xmendez","download_url":"https://codeload.github.com/xmendez/wfuzz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253514555,"owners_count":21920334,"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":[],"created_at":"2024-07-31T16:01:24.723Z","updated_at":"2025-05-11T03:45:43.551Z","avatar_url":"https://github.com/xmendez.png","language":"Python","funding_links":[],"categories":["Security Tools","Uncategorized","Tools","Fuzzing","\u003ca id=\"683b645c2162a1fce5f24ac2abfa1973\"\u003e\u003c/a\u003e漏洞\u0026\u0026漏洞管理\u0026\u0026漏洞发现/挖掘\u0026\u0026漏洞开发\u0026\u0026漏洞利用\u0026\u0026Fuzzing","Recon","Weapons","Python","Python (1887)","其他_安全与渗透","BUG BOUNTY / SECURITY RESEARCH","Development"],"sub_categories":["Uncategorized","Fuzzing","功能","Interfaces","Tools","网络服务_其他","Winetricks","Objective-C Tools, Libraries, and Frameworks","Mesh networks","Content Discovery \u0026 Fuzzing","Cybersecurity"],"readme":"\u003cimg src=\"https://github.com/xmendez/wfuzz/blob/master/docs/_static/logo/wfuzz_letters.svg\" width=\"500\"\u003e\n\n[![Build Status](https://travis-ci.org/xmendez/wfuzz.svg?branch=master)](https://travis-ci.org/xmendez/wfuzz)\n\u003ca href=\"https://pypi.python.org/pypi/wfuzz\"\u003e\u003cimg src=\"https://img.shields.io/pypi/v/wfuzz.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://pypi.python.org/pypi/wfuzz\"\u003e\u003cimg src=\"https://img.shields.io/pypi/dm/wfuzz\"\u003e\u003c/a\u003e\n\u003ca href=\"https://pypi.python.org/pypi/wfuzz\"\u003e\u003cimg src=\"https://img.shields.io/pypi/pyversions/wfuzz.svg\"\u003e\u003c/a\u003e\n\u003ca href=\"https://codecov.io/github/xmendez/wfuzz\"\u003e\u003cimg src=\"https://codecov.io/github/xmendez/wfuzz/coverage.svg?branch=master\"\u003e\u003c/a\u003e\n\n\n# Wfuzz - The Web Fuzzer\n\nWfuzz has been created to facilitate the task in web applications assessments and it is based on a simple concept: it replaces any reference to the FUZZ keyword by the value of a given payload.\n\nA payload in Wfuzz is a source of data.\n\nThis simple concept allows any input to be injected in any field of an HTTP request, allowing to perform complex web security attacks in different web application components such as: parameters, authentication, forms, directories/files, headers, etc.\n\nWfuzz is more than a web content scanner:\n\n* Wfuzz could help you to secure your web applications by finding and exploiting web application vulnerabilities. Wfuzz’s web application vulnerability scanner is supported by plugins.\n\n* Wfuzz is a completely modular framework and makes it easy for even the newest of Python developers to contribute. Building plugins is simple and takes little more than a few minutes.\n\n* Wfuzz exposes a simple language interface to the previous HTTP requests/responses performed using Wfuzz or other tools, such as Burp. This allows you to perform manual and semi-automatic tests with full context and understanding of your actions, without relying on a web application scanner underlying implementation.\n\n\nIt was created to facilitate the task in web applications assessments, it's a tool by pentesters for pentesters ;)\n\n## Installation \n\nTo install WFuzz, simply use pip:\n\n```\npip install wfuzz\n```\n\nTo run Wfuzz from a docker image, run:\n\n```\n$ docker run -v $(pwd)/wordlist:/wordlist/ -it ghcr.io/xmendez/wfuzz wfuzz\n```\n\n## Documentation\n\nDocumentation is available at http://wfuzz.readthedocs.io\n\n## Download \n\nCheck github releases. Latest is available at https://github.com/xmendez/wfuzz/releases/latest\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxmendez%2Fwfuzz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxmendez%2Fwfuzz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxmendez%2Fwfuzz/lists"}