tcpliveplay(1) | User Commands | tcpliveplay(1) |
tcpliveplay - Replays network traffic stored in a pcap file on live networks using new TCP connections
tcpliveplay [-flags] [-flag [value]] [--option-name[[=| ]value]] <eth0/eth1> <file.pcap> <Destination IP [1.2.3.4]> <Destination mac [0a:1b:2c:3d:4e:5f]> <'random' dst port OR specify dport #>
This program, 'tcpliveplay' replays a captured set of packets using new TCP connections with the captured TCP payloads against a remote host in order to do comprehensive vulnerability testing.
The basic operation of tcpliveplay is it rewrites the given pcap file in a scheduled event format and responds with the appropriate packet if the remote host meets tcp protocal's SEQ/ACK expectation. Once expectations are met, then the local packets are sent with the same payload except with new tcp SEQ & ACK numbers meeting the response from the remote hose.
The input pcap file are rewritten to start at the first encounter of the SYN packet for correct operation making this packet be the first action in the event schedule of local host doing the replay.
For more details, please see the Tcpreplay Manual at: http://tcpreplay.appneta.com
in the range 0 through 5
If configured with --enable-debug, then you can specify a verbosity level for debugging output. Higher numbers increase verbosity.
Any option that is not marked as not presettable may be preset by loading values from configuration ("RC" or ".INI") file(s). The homerc file is "$$/", unless that is a directory. In that case, the file ".tcpliveplayrc" is searched for within that directory.
See OPTION PRESETS for configuration files.
One of the following exit values will be returned:
Copyright 2012 Yazan Siam For support please use the tcpreplay-users@lists.sourceforge.net mailing list. The latest version of this software is always available from: http://tcpreplay.appneta.com
Copyright (C) 2012 Yazan Siam all rights reserved. This program is released under the terms of the Modified Berkeley Software Distribution License.
This manual page was AutoGen-erated from the tcpliveplay option definitions.
01 Jan 2023 | tcpliveplay |