← 返回命令列表

Linux command

httpflow 命令

安全

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

常用示例

Capture HTTP traffic on interface

sudo httpflow -i [eth0]

Filter by port

sudo httpflow -i [eth0] 'port 80'

Save to file

sudo httpflow -i [eth0] -w [output]

Read from pcap

httpflow -r [capture.pcap]

说明

httpflow captures and displays HTTP traffic in real-time. It reconstructs HTTP requests and responses from network packets. The tool is useful for debugging, monitoring, and analyzing web traffic. It displays headers, bodies, and request/response pairs.

参数

-i _INTERFACE_
Network interface.
-r _FILE_
Read from pcap file.
-w _DIR_
Write output directory.
-u _URL_
Filter by URL pattern.
-d
Print debug info.
--help
Display help information.

FAQ

What is the httpflow command used for?

httpflow captures and displays HTTP traffic in real-time. It reconstructs HTTP requests and responses from network packets. The tool is useful for debugging, monitoring, and analyzing web traffic. It displays headers, bodies, and request/response pairs.

How do I run a basic httpflow example?

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

What does -i _INTERFACE_ do in httpflow?

Network interface.