logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pspdr - Internet Path Transparency Measurement Tool

Description

       PATHspider  is  a  free-software  extensible  path  transparency  measurement  tool  for  performing path
       transparency measurements using real network stacks or packet forging.

Filter Usage

       pspdr filter [-h] [--csv-input] [--dp DP]

   optionalarguments:-h, --help
              show this help message and exit

       --csv-input
              Indicate CSV format.

       --dp DP
              A destination port to add to the targets.

Measurement Usage

       pspdr measure [-h] [-i INTERFACE] [-w WORKERS] [--input INPUTFILE]

       [--csv-input] [--output OUTPUTFILE] [--output-flows]
              PLUGIN ...

   optionalarguments:-h, --help
              show this help message and exit

       -i INTERFACE, --interface INTERFACE
              The interface to use for the observer. (Default: eth0)

       -w WORKERS, --workers WORKERS
              Number of workers to use. (Default: 20)

       --input INPUTFILE
              A file containing a list of PATHspider jobs. Defaults to standard input.

       --csv-input
              Indicate CSV format.

       --output OUTPUTFILE
              The file to output results data to. Defaults to standard output.

       --output-flows
              Include flow results in output.

   Plugins:
              The following plugins are available for use:

       dscp   Differentiated Services Codepoints

       h2     HTTP/2

       evilbit
              Evil bit connectivity testing

       mss    TCP Maximum Segment Size

       dnsresolv
              Simple Input List DNS Resolver

       ecn    Explicit Congestion Notification

       udpzero
              UDP Zero Checksum

Name

       pspdr - Internet Path Transparency Measurement Tool

Observe Usage

       pspdr observe [-h] [--list-chains] [-i INTERFACE] [--output OUTPUTFILE]

              [chains [chains ...]]

   positionalarguments:
       chains Observer chains to use

   optionalarguments:-h, --help
              show this help message and exit

       --list-chains
              Prints a list of available chains

       -i INTERFACE, --interface INTERFACE
              The interface to use for the observer. If this argument ends with '.pcap' then it will instead  be
              treated as a PCAP file for offline analysis. (Default: eth0)

       --output OUTPUTFILE
              The file to output results data to. Defaults to standard output.

Reporting Bugs

       Bugs  relating  to  the  operation  of  PATHspider  should  be filed against the pathspider package using
       reportbug(1).

See Also

       PATHspider provides HTML documentation  that  explains  usage  of  PATHspider  for  measurement  and  the
       development of PATHspider plugins. This is installed with the pathspider package and can be found at:

         /usr/share/doc/pathspider/html/index.html

       The PATHspider website can be found at https://pathspider.net/.

pspdr 2.0.1                                       January 2018                                          PSPDR(1)

Test Usage

       pspdr test [-h]

   optionalarguments:-h, --help
              show this help message and exit

Usage Overview

       pspdr [-h] [--verbose] COMMAND ...

       PATHspider will spider the paths.

   optionalarguments:-h, --help
              show this help message and exit

       --verbose
              Enable verbose logging

   Commands:
       filter Pre-process a target list

       measure
              Perform a PATHspider measurement

       observe
              Passively observe network traffic

       test   Run the built in test suite

See Also