sensepost / dwn

d(ockerp)wn - a docker pwn tool manager
https://sensepost.com/blog/2021/dwn-a-docker-pwn-tool-manager-experiment/
GNU General Public License v3.0
158 stars 22 forks source link

how to pipe with dwn? #6

Open st3rven opened 3 years ago

st3rven commented 3 years ago

Hello, I find your project very interesting, so thanks in advance.

I have a question, how could I make use of "pipe" to pass data between tools using dwn?

considering that one of the plans is gau, regularly with gau we could do this: printf example.com | gau or even concatenate with multiple tools that they will be gradually integrated and support STDIN with pipe.. so, I think that this is currently a limitation of the project or maybe I just don't know how to make it possible with dwn.

leonjza commented 3 years ago

Yeah i think std{in,out} redirection won't work great yet. Will have to fiddle with the dockerpy options to get that right. I don't think it's impossible though.

st3rven commented 3 years ago

cool, hope you can provide a solution to this. Thanks @leonjza