This repository has been archived by the owner on Sep 16, 2023. It is now read-only.
Releases: shogunlab/shuriken
Releases · shogunlab/shuriken
v1.2.0
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