Skip to content

0.0.6

Latest
Compare
Choose a tag to compare
@noraj noraj released this 17 May 14:39
· 7 commits to master since this release

image

Features

  • Prepare a XSS payload for HTML escape bypass (HTML escape followed by NFKC / NFKD normalization)
    • Rename CLI command normalize into normalize all
    • Add a new method replace_bypass in the class Unisec::Normalization
    • Add a new CLI command normalize replace (using the new replace_bypass method)