| FLoP - 1.6.0: Fast Logging Project for Snort | ||
|---|---|---|
| Prev | Chapter 8. The program fpg, a false positive generator | Next |
Without any limitation and a fast machine the rate of generating
network packets is much faster as the network device is able to
generate. Therefore the options -D and -T were introduced
[1].
The -R option was
introduced to get a more realistic network traffic shape. This way it
is possible to study the behaviour of snort on a
more realistic scenario.
The -n option is the fastest way
to generate a lot of alert packets, but all are equal. If one packet is build
it is sent several times again. So all these packets look identical.
With the -e option the
configuration file is walked through several times and all network
packets are new build. Any unspecified values in the configuration
file are replaced by random values. So with this option the network
packets for the same rule look a bit different.
The destination address should be a valid one, there should exist a target with this address. Otherwise all packets will be blocked at the last hop with unsaturated arp requests for the destination address.
Be aware that nearly all packets will result in Reset
or ICMP packets sent back to the mentioned source
address (see option -s).
| [1] | The C function
|