Forrest logo
back to context overview

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 machine
    explain this command
  • httpflow:tldr:656a6 httpflow: Capture traffic on all interfaces.
    $ httpflow -i ${any}
    try on your machine
    explain this command
  • httpflow:tldr:a2b3b httpflow: Write the output to a directory.
    $ httpflow -w ${path-to-directory}
    try on your machine
    explain 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 machine
    explain this command
  • httpflow:tldr:e238a httpflow: Read packets from pcap format binary file.
    $ httpflow -r ${out-cap}
    try on your machine
    explain this command
back to context overview