Skip to content

Instantly share code, notes, and snippets.

@Fufu-btw
Fufu-btw / agressive-url-encode.md
Last active January 9, 2023 20:03 — forked from Paradoxis/agressive-url-encode.md
Agressive URL encode

Agressive URL encode

Python based CLI tool to agressively url-encode strings, rather than just encoding non-url characters this tool will encode every character in the URL.

Usage:

Firstly make a function in your .bash_profile to call the script

function url-encode()
{
 python ~//url_encode.py $@