Assalam-O-Alaikum!
(Peace be upon you)
JUST DO IT is an encoder/decoder that currently supports automatic+manual HTML and URL encoding/decoding but I will try to add other types of encodings that will help bug-hunters/hackers(and ofc anybody) to quickly encode/decode their payloads or whatever they want to for security testing or maybe something different.
The main features of this tool are given below:
It means you only need to enter a value and it will automatically detect and decode, encoded string and vice versa
This program now supports automatic URL encoding it means you only need to enter a value and if it is already encoded it will decode it and vice versa.
If you don't like automatic encoder then no worry, it also gives you the ability to manually encode/decode a string
It also supports manual URL encoding if you want to double,triple encode a string
- First download the program by running the command below:
git clone https://github.com/muslimfrompk/JUST-DO-IT-encoder-decoder.git
-
Change the current directory to
JUST-DO-IT-encoder-decoder
using this command:cd JUST-DO-IT-encoder-decoder
-
You need to run the following command first to use the program properly:
pip install -r requirments
-
Now you are ready to use the program just run the command below and enjoy:
python3 just-do-it.py
or if you has python3 installed it is recommended to run the following command for better experience.
`python3 just-do-it.py`
If you encounter any issues using this program or have ideas to improve it, please open an issue, and we will respond as soon as possible OR if you want to contribute to its development by adding new features/improvements, feel free to open a pull request. We can discuss it and hopefully merge it. Lastly, if you'd like to contribute to this project but cannot assist with the above, sharing this tool with your colleagues, friends, and family would also be a significant contribution, helping make this tool more useful.