| FLoP - 1.6.0: Fast Logging Project for Snort | ||
|---|---|---|
| Prev | Chapter 8. The program fpg, a false positive generator | Next |
fpg [-hve] [-cconfig ] [-Dcount] [-ncount] [-Mmaxpackets] [-Rmsec] [-Tmsec]-ssource-ddestination
The fpg options in detail
-c
configSpecifies which configuration file of snort should be used to generate the network packets. The default is snort.conf in the current directory.
-d destinationThis option is mandatory and specifies the destination address used in the network packets. So any destination addresses in the configuration file are ignored.
-D countInsert every
count packets a time delay, see
option -T. This feature
is disabled by default.
-eRun
fpg in an endless loop, after the configuration
file is worked through the program starts again at the beginning. The
option -M is still
valid. See also option -n.
-hPrint some help information and exit.
-M maxpacketsSpecifies
the maximum number of network packets to be generated and sent. See
also -e and -n.
-n countSend each build
network packet count times. See
also -M which is still
valid and option -e.
-R msecSpecifies a
random delay between two network packets of maximal msec milliseconds. This is useful to get a
more random like traffic and to limit the rate.
-s sourceThis option is mandatory and specifies the source address used in the network packets. So any source addresses in the configuration file are ignored.
-T msecSpecifies the
time delay between the number of network packets specified by the
-D option. This is
useful to avoid an overrun of the sending queue.
-vPrint version information and exit.