Skip to main content

Gor Grep Middleware.

Project description

gorep - Gor Grep Middleware.

Gor Middleware, 过滤掉不符合 PATTERN 的 Request/Response。

安装

pip install gorep

使用

$gorep --help

Usage: gorep [OPTIONS] PATTERN

  仅输出匹配 PATTERN 的消息。

  默认情况下搜索 Request  Response。如果需要仅搜索其中一个,则需要明确指定(-Q, -S)。

  默认情况下搜素 HTTP Headers  Body 字段。如果需要搜索其他字段,则需要明确指定,比如 -mphb 表示搜索 Method,
  Path, Headers, Body。

  典型用法:

  gor --input-raw-track-response --input-raw :80 --output-stdout
  --middleware "gorep something"

Options:
  -Q, --request      搜索 HTTP Request.
  -S, --response     搜索 HTTP Response.
  -m, --method       搜索 HTTP Method.
  -p, --path         搜索 HTTP Path.
  -v, --version      搜索 HTTP Version.
  -c, --status-code  搜索 HTTP Status Code.
  -t, --status-text  搜索 HTTP Status Text.
  -h, --headers      搜索 HTTP Headers.
  -b, --body         搜索 HTTP Body.
  --help             Show this message and exit.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gorep-0.1.1.tar.gz (3.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page