Skip to content

Sit inline between a TCP client and server, printing out all data flow to stdout as it goes by. Think Unix 'tee'.

License

Notifications You must be signed in to change notification settings

UW-APL-EIS/tcptee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tcptee

Sit inline between a TCP client and server, printing out all data flow to stdout as it goes by. Think Unix 'tee'. Example

Firefox -> google.com:80 -> Google

becomes

Firefox -> localhost:8080 -> TCPTee 8080 google.com 80 -> Google

About

Sit inline between a TCP client and server, printing out all data flow to stdout as it goes by. Think Unix 'tee'.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published