README (516B)
1 This is a simple little tool-daemon, it aims to replace the following one liner: 2 3 mkfifo f; nc -l 9999 < f | tee /dev/stderr | nc server port | tee f 4 5 However, it has some improvements: 6 - each line is marked with it's direction, and client/remote FDs 7 - it can handle multiple connexions (but only to the same remote) 8 9 This is not a hacking/cracking tool! It's just for inspecting things to see how 10 they work, eg: 11 12 (terminal 1) ./mitmd irc.hlirc.net 6667 13 (terminal 2) irssi -h irc.hlirc.net -p 6667 -n test123