for URL forced FULL encoding & decoding
Project description
forced_url
for URL forced FULL encoding & decoding
by dh kim
usage
from forced_url_modifier import URL_Modifier um = URL_Modifier() payload = '<script>alert("XSS")</script>'encoded_payload = um.forced_url_encoding(payload) print("Encoded payload: ", encoded_payload)
payload = '%3Cscript%3Ealert%28%22XSS%22%29%3C%2Fscript%3E' decoded_payload = um.forced_url_decoding(payload) print("Decoded payload: ", decoded_payload)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file forced_url_modifier-0.0.7.tar.gz.
File metadata
- Download URL: forced_url_modifier-0.0.7.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a47a2851720969f89f4f873abba59999b3b00c877dbace54e03ac8d83927681a
|
|
| MD5 |
58584374b33c107e03c1f5189c6957e2
|
|
| BLAKE2b-256 |
d19f8496af55147e7e7b8a897687bd00b3ac6aea809fd6b9e7b1fe1cedcd1cf1
|
File details
Details for the file forced_url_modifier-0.0.7-py3-none-any.whl.
File metadata
- Download URL: forced_url_modifier-0.0.7-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc4c8b170c325fa2f4b4595c2979a17e2d47a25b517e499824255fa3f6db8539
|
|
| MD5 |
22b36d016b4bc9b195cc9118c92435e9
|
|
| BLAKE2b-256 |
d9ecaaf9c0f5e67d85e69494481adc4d32f1fdd6cb4f4c8618aa2fe760a3e372
|