tehmoon / cryptocli

The ultimate tool for data transfer, manipulation and proxy.
MIT License
16 stars 2 forks source link

Add global flags to pipe function in pwn module #68

Closed tehmoon closed 4 years ago

tehmoon commented 4 years ago

Add a third argument to the pipe function in the pwn module that will create a new set of global flags. It is a little bit tricky because this callback function can be executed multiple times at the same time due to the --multi-streams flag.

tehmoon commented 4 years ago

The is a PoC here https://github.com/tehmoon/cryptocli/tree/poc_flags_pwn but wasn't able to make it work because it kind of does not make a lot of sense right yet. Closing for now.