项目作者: kozakana

项目描述 :
http server for investigating
高级语言: Go
项目地址: git://github.com/kozakana/invs.git
创建时间: 2019-05-05T04:51:17Z
项目社区:https://github.com/kozakana/invs

开源协议:

下载


invs

Installation

  1. go get github.com/kozakana/invs

Usage

  1. $ invs <options>

Options

  • -p: Port number to listen on. Defaults to 8080.
  • --filter-url: Output only URLs that contain the string.
  • --exclude-url: Exclude output URLs that contain the string.
  • --proxy-host: Proxy to the option value.(ex. localhost:9999)

Build

  1. go build invs.go