tehmoon / cryptocli

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

Pwn module #29

Closed tehmoon closed 4 years ago

tehmoon commented 5 years ago

The idea of this module is to use https://github.com/robertkrimen/otto and provide some helpers to transform the data. Those helpers are going to be like create a pipeline, but also the expect feature to parse input. For example, you could have waitLine() or sendLine like pwntools. You could also have interactive() which will create the stdout -- stdin pipeline to give the user control.

One example of usage would be pwn -- tcp --addr 192.168.1.1:12345

tehmoon commented 4 years ago

67 merged