Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
wuzz — Interactive cli tool for HTTP inspection | Kitploit
Tools/GitHubGitHub/asciimoo/wuzz
General Purpose UtilitiesWeb Proxies & InterceptionScripting & Automation
GitHubasciimoo/wuzz

wuzz

Interactive cli tool for HTTP inspection

View Repository
10.7k41016 days agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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

root@kitploit:~
$ go get github.com/asciimoo/wuzz
$ "$GOPATH/bin/wuzz" --help

Note: golang >= 1.10 required.

Binary releases are also available.

Apt

root@kitploit:~
$ apt install wuzz

Apk

root@kitploit:~
$ apk add wuzz

Scoop

root@kitploit:~
$ scoop bucket add main
$ scoop install main/wuzz

X-CMD

root@kitploit:~
$ x env use wuzz

Nix

root@kitploit:~
$ nix-shell -p wuzz

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

Context specific search

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 formatQuery syntax
HTMLhttps://github.com/PuerkitoBio/goquery
JSONhttps://github.com/tidwall/gjson

TODO

  • Better navigation
  • Autocompletion
  • Tests

Bugs / Suggestions

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

Download Tool
KeybindingDescription
F1Display help
Ctrl+RSend request
RetSend request (only from URL view)
Ctrl+SSave response
Ctrl+ESave request
Ctrl+FLoad request
Ctrl+CQuit
Ctrl+K, Shift+TabPrevious view
Ctlr+J, TabNext view
Ctlr+TToggle context specific search
Ctrl+LClear all tabs to default
Alt+HToggle history
DownMove down one view line
UpMove up one view line
Page downMove down one view page
Page upMove up one view page
F2Jump to URL
F3Jump to query parameters
F4Jump to HTTP method
F5Jump to request body
F6Jump to headers
F7Jump to search
F8Jump to response headers
F9Jump to response body
F11Redirects Restriction Mode