Skip to content

A tool that allows bug hunters and hackers to encode/decode in HTML and URL encodings automatically or manually

Notifications You must be signed in to change notification settings

muslimfrompk/JUST-DO-IT-encoder-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Screenshot_2023-07-17_15-48-59

JUST-DO-IT-encoder-decoder

Introduction:

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.

Features

The main features of this tool are given below:

  1. Automatic HTML encoding/decoding

It means you only need to enter a value and it will automatically detect and decode, encoded string and vice versa

  1. Automatic UTL Encoding/Decoding

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.

  1. Manual HTML Encoding/Decoding

If you don't like automatic encoder then no worry, it also gives you the ability to manually encode/decode a string

  1. Manual URL Encoding/Decoding

It also supports manual URL encoding if you want to double,triple encode a string

Usage and Installation

  1. First download the program by running the command below:

git clone https://github.com/muslimfrompk/JUST-DO-IT-encoder-decoder.git

  1. Change the current directory to JUST-DO-IT-encoder-decoder using this command:

    cd JUST-DO-IT-encoder-decoder

  2. You need to run the following command first to use the program properly:

    pip install -r requirments

  3. 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`

Contributions

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.