{"id":13393931,"url":"https://github.com/asciimoo/wuzz","last_synced_at":"2025-05-13T15:01:56.915Z","repository":{"id":43050181,"uuid":"80465011","full_name":"asciimoo/wuzz","owner":"asciimoo","description":"Interactive cli tool for HTTP inspection","archived":false,"fork":false,"pushed_at":"2025-04-02T11:33:21.000Z","size":1165,"stargazers_count":10652,"open_issues_count":47,"forks_count":413,"subscribers_count":173,"default_branch":"master","last_synced_at":"2025-05-05T22:14:41.510Z","etag":null,"topics":["cli","curl","go","golang","http","http-inspection","inspector"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asciimoo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2017-01-30T21:22:00.000Z","updated_at":"2025-05-01T11:34:48.000Z","dependencies_parsed_at":"2025-04-22T21:44:18.211Z","dependency_job_id":null,"html_url":"https://github.com/asciimoo/wuzz","commit_stats":{"total_commits":183,"total_committers":32,"mean_commits":5.71875,"dds":"0.43715846994535523","last_synced_commit":"66176b6ef86c4879975d4075d784135d56ee3e82"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asciimoo%2Fwuzz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asciimoo%2Fwuzz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asciimoo%2Fwuzz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asciimoo%2Fwuzz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asciimoo","download_url":"https://codeload.github.com/asciimoo/wuzz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253967861,"owners_count":21992251,"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":["cli","curl","go","golang","http","http-inspection","inspector"],"created_at":"2024-07-30T17:01:02.856Z","updated_at":"2025-05-13T15:01:56.824Z","avatar_url":"https://github.com/asciimoo.png","language":"Go","readme":"# wuzz\n\nInteractive cli tool for HTTP inspection.\n\nWuzz command line arguments are similar to cURL's arguments,\nso it can be used to inspect/modify requests copied from the\nbrowser's network inspector with the \"copy as cURL\" feature.\n\n![wuzz screencast](docs/images/screencast.gif)\n\n\n## Installation and usage\n\n### GO\n\n```\n$ go get github.com/asciimoo/wuzz\n$ \"$GOPATH/bin/wuzz\" --help\n```\n\nNote: golang \u003e= 1.10 required.\n\n[Binary releases](https://github.com/asciimoo/wuzz/releases) are also available.\n\n### Apt\n\n```\n$ apt install wuzz\n```\n\n### Apk\n\n```\n$ apk add wuzz\n```\n\n### Scoop\n\n```\n$ scoop bucket add main\n$ scoop install main/wuzz\n```\n\n### X-CMD\n\n```\n$ x env use wuzz\n```\n\n### Nix\n\n```\n$ nix-shell -p wuzz\n```\n\n\n### Configuration\n\nIt is possible to override default settings in a configuration file.\nThe default location is `\"$XDG_CONFIG_HOME/wuzz/config.toml\"`on linux\nand `~/.wuzz/config.toml` on other platforms.\n`-c`/`--config` switches can be used to load config file from custom location.\n\nSee [example configuration](sample-config.toml) for more details.\n\n\n### Commands\n\nKeybinding                              | Description\n----------------------------------------|---------------------------------------\n\u003ckbd\u003eF1\u003c/kbd\u003e                           | Display help\n\u003ckbd\u003eCtrl+R\u003c/kbd\u003e                       | Send request\n\u003ckbd\u003eRet\u003c/kbd\u003e                          | Send request (only from URL view)\n\u003ckbd\u003eCtrl+S\u003c/kbd\u003e                       | Save response\n\u003ckbd\u003eCtrl+E\u003c/kbd\u003e                       | Save request\n\u003ckbd\u003eCtrl+F\u003c/kbd\u003e                       | Load request\n\u003ckbd\u003eCtrl+C\u003c/kbd\u003e                       | Quit\n\u003ckbd\u003eCtrl+K\u003c/kbd\u003e, \u003ckbd\u003eShift+Tab\u003c/kbd\u003e | Previous view\n\u003ckbd\u003eCtlr+J\u003c/kbd\u003e, \u003ckbd\u003eTab\u003c/kbd\u003e       | Next view\n\u003ckbd\u003eCtlr+T\u003c/kbd\u003e                       | Toggle context specific search\n\u003ckbd\u003eAlt+H\u003c/kbd\u003e                        | Toggle history\n\u003ckbd\u003eDown\u003c/kbd\u003e                         | Move down one view line\n\u003ckbd\u003eUp\u003c/kbd\u003e                           | Move up one view line\n\u003ckbd\u003ePage down\u003c/kbd\u003e                    | Move down one view page\n\u003ckbd\u003ePage up\u003c/kbd\u003e                      | Move up one view page\n\u003ckbd\u003eF2\u003c/kbd\u003e                           | Jump to URL\n\u003ckbd\u003eF3\u003c/kbd\u003e                           | Jump to query parameters\n\u003ckbd\u003eF4\u003c/kbd\u003e                           | Jump to HTTP method\n\u003ckbd\u003eF5\u003c/kbd\u003e                           | Jump to request body\n\u003ckbd\u003eF6\u003c/kbd\u003e                           | Jump to headers\n\u003ckbd\u003eF7\u003c/kbd\u003e                           | Jump to search\n\u003ckbd\u003eF8\u003c/kbd\u003e                           | Jump to response headers\n\u003ckbd\u003eF9\u003c/kbd\u003e                           | Jump to response body\n\u003ckbd\u003eF11\u003c/kbd\u003e                          | Redirects Restriction Mode\n\n\n### Context specific search\n\nWuzz accepts regular expressions by default to filter response body.\nCustom query syntax can be toggled by pressing \u003ckbd\u003eCtrl+T\u003c/kbd\u003e.\nThe following formats have context specific search syntax:\n\nResponse format  | Query syntax\n-----------------|----------------------------------------\nHTML             | https://github.com/PuerkitoBio/goquery\nJSON             | https://github.com/tidwall/gjson\n\n\n## TODO\n\n* Better navigation\n* Autocompletion\n* Tests\n\n\n## Bugs / Suggestions\n\nBugs or suggestions? Visit the [issue tracker](https://github.com/asciimoo/wuzz/issues)\nor join `#wuzz` on freenode\n","funding_links":[],"categories":["Popular","工具库","Web Application Testing","Go","Utilities","Networking Tools \u0026 Concepts","\u003ca name=\"http\"\u003e\u003c/a\u003ehttp","HTTP/HTTPS/gRPC","Weapons","公用事业公司","Go (531)","网络服务","OSS CLIs","Programming Languages","CLI Tools","Http/Https/Grpc Dev\u0026Ops工具与服务","tools","\u003ca name=\"networking\"\u003e\u003c/a\u003eNetworking","实用工具","Repositories","實用工具","工具库`可以提升效率的通用代码库和工具`","Utility","Networking"],"sub_categories":["查询语","Utility/Miscellaneous","Configure WDT service","Enable Proton in Steam","Request \u0026 Inspection","Tools","实用程序/Miscellaneous","网络服务_其他","HTTP Clients","交流","Advanced Console UIs","Go","\u003cspan id=\"高级控制台用户界面-advanced-console-uis\"\u003e高级控制台用户界面 Advanced Console UIs\u003c/span\u003e","34. [Wuzz](https://github.com/asciimoo/wuzz)","viii. Linear Regression","JavaScript Libraries for Machine Learning","高级控制台界面","Fail injection","高級控制台界面"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasciimoo%2Fwuzz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasciimoo%2Fwuzz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasciimoo%2Fwuzz/lists"}