Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process line by line #34

Closed
a1300 opened this issue Dec 11, 2022 · 3 comments
Closed

Process line by line #34

a1300 opened this issue Dec 11, 2022 · 3 comments

Comments

@a1300
Copy link

a1300 commented Dec 11, 2022

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
Copy link
Member

joohoi commented Apr 21, 2023

This was fixed in #33

@joohoi joohoi closed this as completed Apr 21, 2023
@a1300
Copy link
Author

a1300 commented Apr 22, 2023

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

@joohoi
Copy link
Member

joohoi commented Apr 22, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants