Man page - sc_erosprober(1)
Packages contas this manual
- sc_ipiddump(1)
- sc_speedtrap(1)
- sc_pinger(1)
- sc_warts2pcap(1)
- sc_ally(1)
- sc_wartsfilter(1)
- sc_attach(1)
- sc_tbitpmtud(1)
- sc_prefixscan(1)
- sc_wartsdump(1)
- sc_remoted(1)
- sc_tracediff(1)
- sc_ttlexp(1)
- sc_erosprober(1)
- sc_bdrmap(1)
- sc_wartscat(1)
- sc_warts2text(1)
- sc_warts2json(1)
- scamper(1)
- sc_tbitblind(1)
- sc_filterpolicy(1)
- sc_analysis_dump(1)
- sc_radargun(1)
apt-get install scamper
Manual
| SC_EROSPROBER(1) | General Commands Manual | SC_EROSPROBER(1) |
NAME
sc_erosprober —
scamper driver to periodically probe addresses and rotate
output files.
SYNOPSIS
sc_erosprober |
[-a addrfile]
[-c command]
[-I interval]
[-l logfile]
[-o outfile]
[-O option]
[-p port]
[-R rotation]
[-U unix-scamper]
[-x unix-control] |
DESCRIPTION
The sc_erosprober utility provides the
ability to connect to a running scamper(1) instance and
use it to periodically probe a set of addresses at a defined interval, and
periodically rotate the output file at a defined interval. The supported
options to sc_erosprober are as follows:
-aaddrfile- specifies the name of the input file which consists of a sequence of IP addresses to probe, one address per line.
-ccommand- specifies the command to use with each address.
sc_erosprobersupports the trace and ping commands, and their options, in scamper. scamper(1) documents the options available in trace and ping. -Iinterval- specifies the probe interval, in seconds, between probing each address.
sc_erosproberwill spread the probing of the addresses across the interval. If there are 10 addresses to probe at an interval of 20 seconds, thensc_erosproberwill issue a command every two seconds. -llogfile- specifies the name of a file to log progress output from
sc_erosprobergenerated at run time. -ooutfile- specifies the prefix of the name of the output file to be written. The
output file will use the warts(5) format.
sc_erosproberwill create a sequence of files named using the prefix and a timestamp. -Ooptions- allows the behavior of
sc_erosproberto be further tailored. The current choices for this option are:- noshuffle: do not shuffle the order of addresses before probing starts.
- nooutfile: do not write to warts files, just do the probing.
-pport- specifies the port on the local host where scamper(1) is accepting control socket connections.
-Rrotation- specifies the rotation interval, in seconds, between rotating output files.
-Uunix-scamper- specifies the name of a unix domain socket where
scamper(1) is accepting control socket connections. This
socket is used by
sc_erosproberto send probing commands to scamper(1) -xunix-control- specifies the name of a unix domain socket where
sc_erosproberis accepting control socket connections. This socket can be used by a local process to adjust the probing list at run time.
EXAMPLES
Given a set of IPv4 and IPv6 addresses contained in a file named addrs and a scamper process listening at sock configured to probe at 100 packets per second started as follows:
scamper -U scamper-sock -p
100the following command will ping the addresses every two minutes using one packet, and create an output file every thirty seconds prefixed with foo:
sc_erosprober -U scamper-sock -a
addrs -o foo -I 120 -R 30 -c 'ping -c 1'The following command will traceroute towards the addresses every
15 minutes, creating an output file every minute, with an
sc_erosprober control socket:
sc_erosprober -U scamper-sock -x
erosprober-sock -a addrs -o foo -I 900 -R 60 -c 'trace'To add an address to the probeset at runtime, using netcat, use:
nc -U erosprober-sock+192.0.2.1To remove an address from the probeset at runtime, using netcat, use:
nc -U erosprober-sock-192.0.31.60SEE ALSO
scamper(1), sc_wartsdump(1), sc_warts2text(1), sc_warts2json(1), warts(5)
AUTHORS
sc_erosprober was written by Matthew
Luckie.
| September 8, 2019 | Debian |