wuzz

Interactive cli tool for HTTP inspection

  • 所有者: asciimoo/wuzz
  • 平台:
  • 許可證: GNU Affero General Public License v3.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

wuzz

Interactive cli tool for HTTP inspection.

Wuzz command line arguments are similar to cURL's arguments,
so it can be used to inspect/modify requests copied from the
browser's network inspector with the "copy as cURL" feature.

wuzz screencast

Installation and usage

$ go get github.com/asciimoo/wuzz
$ "$GOPATH/bin/wuzz" --help

Note: golang >= 1.10 required.

Binary releases are also available.

Configuration

It is possible to override default settings in a configuration file.
The default location is "$XDG_CONFIG_HOME/wuzz/config.toml"on linux
and ~/.wuzz/config.toml on other platforms.
-c/--config switches can be used to load config file from custom location.

See example configuration for more details.

Commands

Keybinding, Description
----------------------------------------, ---------------------------------------
F1, Display help
Ctrl+R, Send request
Ret, Send request (only from URL view)
Ctrl+S, Save response
Ctrl+E, Save request
Ctrl+F, Load request
Ctrl+C, Quit
Ctrl+K, Shift+Tab, Previous view
Ctlr+J, Tab, Next view
Ctlr+T, Toggle context specific search
Alt+H, Toggle history
Down, Move down one view line
Up, Move up one view line
Page down, Move down one view page
Page up, Move up one view page
F2, Jump to URL
F3, Jump to query parameters
F4, Jump to HTTP method
F5, Jump to request body
F6, Jump to headers
F7, Jump to search
F8, Jump to response headers
F9, Jump to response body
F11, Redirects Restriction Mode

Wuzz accepts regular expressions by default to filter response body.
Custom query syntax can be toggled by pressing Ctrl+T.
The following formats have context specific search syntax:

Response format, Query syntax
-----------------, ----------------------------------------
HTML, https://github.com/PuerkitoBio/goquery
JSON, https://github.com/tidwall/gjson

TODO

  • Better navigation
  • Autocompletion
  • Tests

Bugs / Suggestions

Bugs or suggestions? Visit the issue tracker
or join #wuzz on freenode

主要指標

概覽
名稱與所有者asciimoo/wuzz
主編程語言Go
編程語言Go (語言數: 3)
平台
許可證GNU Affero General Public License v3.0
所有者活动
創建於2017-01-30 21:22:00
推送於2025-04-02 11:33:21
最后一次提交2025-04-02 13:33:21
發布數5
最新版本名稱v0.5.0 (發布於 2021-01-19 13:50:40)
第一版名稱v0.1.0 (發布於 2017-02-11 02:19:35)
用户参与
星數10.6k
關注者數173
派生數413
提交數232
已啟用問題?
問題數75
打開的問題數30
拉請求數46
打開的拉請求數17
關閉的拉請求數16
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?