#httpcap
A simple network analyzer that captures http network traffic.
- support Windows/MacOS/Linux/OpenWrt(x64)
- https only capture
clienthello
- colorful output

#Usage
NAME:
httpcap - A new cli application
USAGE:
A simple network analyzer that capture http network traffic. [global options] command [command options] [arguments...]
VERSION:
unknown
COMMANDS:
list show all interfaces
run run capture
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
#Example
httpcap run # capture all interface (not support Windows)
httpcap run -i eth0 -p 80 # capture [eth0] interface with port 80
httpcap run -i 192.168.1.1 -p 80 # capture [192.168.1.1] interface with port 80