Skip to content

joaomarcosth9/url-encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

URL Encoder

Used to encode all possible characters of a URL.

Example:

Insert a URL: https://www.google.com/search?q=github
%77%77%77.%67%6F%6F%67%6C%65.%63%6F%6D/%73%65%61%72%63%68?%71=%67%69%74%68%75%62

When pasted into the browser URL field, it's automatically decoded back to the original URL.

It can be used in XSS or Open Redirect payloads, to hide the real content of the link.

About

Encode unicode characters to hex used in URLs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages