mitmd

mitm TCP connections
Log | Files | Refs | README

commit 56fdf498c632d0e4abb2643ef7c8ff09e9062ba4
parent 460d9f75e27caaaf8b06a85dcda5833c022913c6
Author: hhvn <dev@hhvn.uk>
Date:   Wed, 16 Jun 2021 20:52:44 +0100

README: add

Diffstat:
AREADME | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -0,0 +1,7 @@ +This is a simple little tool-daemon, it aims to replace the following one liner: + + mkfifo f; nc -l 9999 < f | tee /dev/stderr | nc server port | tee f + +However, it has some improvements: + - each line is marked with it's direction, and client/remote FDs + - it can handle multiple connexions (but only to the same remote)