Httpry – HTTP logging and information retrieval tool
Sponsored Link
Install httpry on Ubuntu
Open the terminal and run the following commands
sudo apt-get install build-essential git libpcap0.8-dev
git clone https://github.com/jbittel/httpry.git
cd httpry
make
sudo make install
Using Httpry
httpry available options
By default httpry listens on port 80 and 8080. The BPF filter would be: ‘port (80 or 8080)’
The default output format is this:
timestamp,source-ip,dest-ip,direction,method,host,request-uri,http-version,status-code,reason-phrase
Httpry Example
httpry -i eth0 -n 3