wuzz
Tool to interactively inspect HTTP requests and responses. More information: <https://github.com/asciimoo/wuzz>.
Install
- All systems
-
curl cmd.cat/wuzz.sh
- Debian
-
apt-get install wuzz
- Ubuntu
-
apt-get install wuzz
- Kali Linux
-
apt-get install wuzz
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install wuzz
- Dockerfile
- dockerfile.run/wuzz
Tool to interactively inspect HTTP requests and responses. More information: <https://github.com/asciimoo/wuzz>.
-
Start `wuzz`:
wuzz
-
Display help information:
F1
-
Send an HTTP request:
<Ctrl> + R
-
Switch to the next view:
<Ctrl> + J, <Tab>
-
Switch to the previous view:
<Ctrl> + K, <Shift> + <Tab>
© tl;dr; authors and contributors