← 返回命令列表

Linux command

httpry 命令

安全

权限或系统影响较大,执行前请核对目标。

常用示例

Capture HTTP traffic

sudo httpry -i [eth0]

Filter by port

sudo httpry -i [eth0] 'port 8080'

Log to file

sudo httpry -i [eth0] -o [http.log]

Read from pcap

httpry -r [capture.pcap]

Custom output format

sudo httpry -i [eth0] -f [method,host,request-uri]

说明

httpry is a specialized HTTP packet sniffer. It captures and logs HTTP request and response metadata for analysis. The tool focuses on HTTP header parsing with customizable output. It's designed for HTTP-specific traffic analysis and logging.

参数

-i _INTERFACE_
Network interface.
-r _FILE_
Read from pcap.
-o _FILE_
Output file.
-f _FIELDS_
Output fields.
-d
Daemon mode.
--help
Display help information.

FAQ

What is the httpry command used for?

httpry is a specialized HTTP packet sniffer. It captures and logs HTTP request and response metadata for analysis. The tool focuses on HTTP header parsing with customizable output. It's designed for HTTP-specific traffic analysis and logging.

How do I run a basic httpry example?

Run `sudo httpry -i [eth0]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -i _INTERFACE_ do in httpry?

Network interface.