EnglishFrenchSpanish

OnWorks favicon

httpry - Online in the Cloud

Run httpry in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command httpry that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


httpry - HTTP logging and information retrieval tool

SYNOPSIS


httpry [ -dFpq ] [ -b file ] [ -f format ] [ -i device ] [ -m methods ] [ -n count ] [ -o
file ] [ -P file ] [ -r file ] [ -t seconds] [ -u user ] [ 'expression' ]
httpry -h

DESCRIPTION


httpry is a tool designed for displaying and logging HTTP traffic. It is not designed to
perform analysis itself, but instead to capture, parse and log the traffic for later
analysis. It can be run in real-time displaying the live traffic on the wire, or as a
daemon process that logs to an output file.

OPTIONS


-b file
Write all processed HTTP packets to a binary pcap dump file. Useful for further
analysis of logged data.

-d Run the program as a daemon process. All program status output will be sent to
syslog. A pid file is created for the process in /var/run/httpry.pid by default.
Requires an output file specified with -o.

-f format
Provide a comma-delimited string specifying the parsed HTTP data to output. See
the doc/format-string file for further information regarding available options and
syntax.

-F Disable all output buffering. This may be helpful when piping httpry output into
another program.

-h Display a brief description of these options.

-i device
Specify an ethernet interface for the program to listen on. If not specified, the
program will poll the system for a list of interfaces and select the first one
found.

-l threshold
Specify a requests per second rate threshold value when running in rate statistics
mode (-s). Only hosts with a rps value greater than or equal to this number will be
displayed. Defaults to 1.

-m methods
Provide a comma-delimited string that specifies the request methods to parse. The
program defaults to parsing all of the standard RFC2616 method strings if this
option is not set. See the doc/method-string file for more information.

-n count
Parse this number of HTTP packets and then exit. Defaults to 0, which means loop
forever.

-o file
Specify an output file for writing parsed packet data.

-p Do not put the NIC in promiscuous mode on startup. Note that the NIC could already
be in that mode for another reason.

-P file
Specify a path and filename for creating the PID file in daemon mode.

-q Suppress non-critical output (startup banner, statistics, etc.).

-r file
Provide an input capture file to read from instead of performing a live capture.
This option does not require root privileges.

-s Run httpry in an HTTP request per second display mode. This periodically displays
the rate per active host and total rate at a specified interval.

-t seconds
Specify the host statistics display interval in seconds when running in rate
statistics mode (-s). Defaults to 5 seconds.

-u user
Specify an alternate user to take ownership of the process and any output files.
You will need root privileges to do this; it will switch to the new user after
initialization.

'expression'
Specify a bpf-style capture filter, overriding the default. Here are a few basic
examples starting with the default filter:

'tcp port 80 or 8080'
'tcp dst port 80'
'tcp dst port 80 and src host 192.168.1.1'

These filters will capture all web traffic both directions on two common ports,
capture only requests made to port 80, and capture requests to port 80 by a
particular host, respectively. See 'man tcpdump' for further information on the
syntax and available primitives.

Use httpry online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Phaser
    Phaser
    Phaser is a fast, free, and fun open
    source HTML5 game framework that offers
    WebGL and Canvas rendering across
    desktop and mobile web browsers. Games
    can be co...
    Download Phaser
  • 2
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 3
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 4
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 5
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 6
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • More »

Linux commands

Ad