httpcap

command module
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 11, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

README

#httpcap A simple network analyzer that captures http network traffic.

  • support Windows/MacOS/Linux
  • https only capture clienthello
  • colorful output

screenshot

#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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
tls

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL