Pentest Tools

Published on February 7th, 2017 📆 | 2851 Views ⚑

0

Interactive CLI Tool for HTTP Inspection: Wuzz


iSpeech

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.

 

Installation and usage

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

 

Commands
Keybinding Description
Ctrl+R Send request.
Ret Send request from window URL only.
Ctrl+C Quit.
Ctrl+K, Shift+Tab Previous view.
Ctlr+J, Tab Next view.
Ctrl+H, 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.

Use links below to save image.





[adsense size='1']

 

 

https://github.com/asciimoo/wuzz



Comments are closed.