ffuf / pencode

Complex payload encoder
MIT License
209 stars 25 forks source link

Process line by line #34

Closed a1300 closed 1 year ago

a1300 commented 1 year ago

Thanks for this wonderful library!

I want to pipe a whole text file line-by-line through pencode and then to ffuf. It seems that pencode is encoding/decoding the whole file and not line-by-line.

cat special.txt
&
=

When I pipe this to pencode the newline vanishes.

cat special.txt | pencode urlencode
%26%3D

Am I missing something? If this is the intended way would it be possible to add a switch that makes pencode process stdin line-by-line?

@joohoi

joohoi commented 1 year ago

This was fixed in #33

a1300 commented 1 year ago

Thanks :+1: Will there be a new release in the near future?

joohoi commented 1 year ago

Yeah, there will. If not during this weekend, it will be done next week.

On Sat 22. Apr 2023 at 3.05, a1300 @.***> wrote:

Thanks 👍 Will there be a new release in the near future?

— Reply to this email directly, view it on GitHub https://github.com/ffuf/pencode/issues/34#issuecomment-1518434559, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABH6DJL4CZ243BJSCDMPXDDXCMOFXANCNFSM6AAAAAAS3HUXKM . You are receiving this because you modified the open/close state.Message ID: @.***>