cryptocli
cryptocli copied to clipboard
The ultimate tool for data transfer, manipulation and proxy.
After the #30 rewrite, it could be good to add ways to read from http wire format instead of just the body. - in `http-server`, add a `--wire` flag that...
This module will simply understand the proxy protocol that is the `CONNECT` verb.
The socks module starts a socks server. It will work like the `tcp` module, creating a new connection for every new channel.
The `dump` module will output messages received and sent in its own format.
It would be useful if metadata could be passed to other modules. It would enable a module to take decision based on more than one module before it.
Awesome idea is to create a new channel every message split in the byte module. Should be easy to do.
Just add the same logic as for `tcp-server`.
It would be easier to debug if we could see stderr too.
As part of #17 I should redesign the documentation to include a lot of examples with #31