
httpflow
List of commands for httpflow:
-
httpflow:tldr:547ea httpflow: Use a regular expression to filter requests by URLs.$ httpflow -u '${regular_expression}'try on your machineexplain this command
-
httpflow:tldr:656a6 httpflow: Capture traffic on all interfaces.$ httpflow -i ${any}try on your machineexplain this command
-
httpflow:tldr:a2b3b httpflow: Write the output to a directory.$ httpflow -w ${path-to-directory}try on your machineexplain this command
-
httpflow:tldr:a93ab httpflow: Use a bpf-style capture to filter the results.$ httpflow ${host httpbin-org or host baidu-com}try on your machineexplain this command
-
httpflow:tldr:e238a httpflow: Read packets from pcap format binary file.$ httpflow -r ${out-cap}try on your machineexplain this command