How to Install wuzz in Ubuntu 18.04



Install wuzz by entering the following commands in the terminal:

sudo apt update
sudo apt install wuzz

Description:

Interactive console tool for HTTP inspection

Wuzz is an interactive tool for generating and sending HTTP requests, as well as viewing the responses. Instead of having to specify the HTTP headers, parameters, body etc. on the command-line, a simple and intuitive CUI (console user interface) can be used. Wuzz's command line arguments are similar to cURL's, so it can be used to inspect and modify requests copied from a browser's network inspector with the "copy as cURL" feature.

Homepage: https://github.com/asciimoo/wuzz

Version: 0.3.0-1

Section: universe/devel