You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like a great tool. Thanks!!!
Is it or would it be possible to have this tool run constantly as a daemon and read packets from a network interface (e.g. eth0) and write the decapsulated version of them to another interface (e.g. eth1)? If not, do you know of some tool that does?
Tnx,
Yuval
The text was updated successfully, but these errors were encountered:
Hi,
Unfortunately stripe doesn't have any code to handle interfaces so it can't be used "live" inline. In theory you could use something like tcpreplay to send stripe's output file onto a wire but it wouldn't be live.
I've had reasonable success in the past using scapy to capture from one interface, modify the frames then send them out of another interface, but you would need to write the code for whatever transformations you require.
Foeh
On 18 Jul 2019, at 11:05, iyuvalk ***@***.***> wrote:
Hi,
Looks like a great tool. Thanks!!!
Is it or would it be possible to have this tool run constantly as a daemon and read packets from a network interface (e.g. eth0) and write the decapsulated version of them to another interface (e.g. eth1)? If not, do you know of some tool that does?
Tnx,
Yuval
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Hi,
Looks like a great tool. Thanks!!!
Is it or would it be possible to have this tool run constantly as a daemon and read packets from a network interface (e.g. eth0) and write the decapsulated version of them to another interface (e.g. eth1)? If not, do you know of some tool that does?
Tnx,
Yuval
The text was updated successfully, but these errors were encountered: