Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

v1.2.0

Latest
Compare
Choose a tag to compare
@shogunlab shogunlab released this 01 Sep 15:16
· 6 commits to master since this release

Fuzzy detection option added [-f or --fuzzy]

  • Added -f or --fuzzy flag to enable fuzzy detection of partial XSS reflections in HTML source code.
  • Uses the FuzzyWuzzy Python library for this feature.
  • Additional changes include a new detect_xss() method to allow easier improvements to this feature in the future.
  • Flag is optional, so users who are not interested in this feature should not be impacted by these changes.

Documentation and more comments

  • Docstrings were added to methods and more comments were included to explain the fuzzy detection additions