You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Thanks for this wonderful library!
I want to pipe a whole text file line-by-line through
pencode
and then toffuf
.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
The text was updated successfully, but these errors were encountered: