a6thmfsin / URL-Encoder

URL encodes every line in a file skipping new lines so output file is not all one long string.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL-Encoder

URL encodes every line in a file taking new lines in count so you dont end up with one long string in output file. Useful for URL encoding payloads like i did in the example picture. For recursive encoding just cat the output.txt file and copy it to the input.txt file and run the script again. Or make a function that iterates it for you.

alt text

About

URL encodes every line in a file skipping new lines so output file is not all one long string.


Languages

Language:Python 100.0%