Skip to content

jason3e7/utf8overlongEncode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

utf8 overlong encode

usage: utf8encode.py [-h] [-b NUM] string

positional arguments:
  string      string to be encoded

optional arguments:
  -h, --help  show this help message and exit
  -b NUM      Number of bytes

example

  • utf8encode.py -b 1 "../"
    • %2e%2e%2f
  • utf8encode.py "../"
    • %c0%ae%c0%ae%c0%af

About

utf8 overlong encode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages