Skip to content

Tool based in python to url encode and decode string.

License

Notifications You must be signed in to change notification settings

kratintiwari/EncDec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

071717f · May 24, 2021

History

5 Commits
May 24, 2021
May 24, 2021
May 24, 2021

Repository files navigation

EncDec

Tool based in python to url encode and decode string.


INSTALLATION AND USAGE

Requires python 3.7 or higher

Install with git: git clone https://github.com/kratintiwari/EncDec.git

Go to folder

Run with python3 command : python3 encdec.py -options

OPTIONS

  • -h : help option (encdec.py -e 'string to URLencode' / encdec.py -d 'string to URLdecode' )
  • -e : encode option ( -e 'string to urlencode' )
  • -d : decode option ( -d 'encode string to decode into plain text' )

EXAMPLES

python3 encdec.py -e 'https//xyz.com/?go_to=javascript:alert('1')'

RESULT

-------------------
https%2F%2Fxyz.com%2F%3Fgo_to%3Djavascript%3Aalert%281%29
-------------------

python3 encdec.py -d 'https%2F%2Fxyz.com%2F%3Fgo_to%3Djavascript%3Aalert%281%29'

RESULT

-------------------
https//xyz.com/?go_to=javascript:alert('1')
-------------------

LICENSE

Copyright (c) Kratin Tiwari [email protected]
Licencse : GNU General Public License


About

Tool based in python to url encode and decode string.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages