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

Releases: shogunlab/shuriken

v1.2.0

01 Sep 15:16
Compare
Choose a tag to compare

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

v1.1.0

26 May 23:07
Compare
Choose a tag to compare
  • Time delay option added with -t flag
  • More comments and better organized source code

1.0.0

16 May 21:32
Compare
Choose a tag to compare

Initial release of Shuriken with the following features:

  • Save screenshots
  • Log results
  • Specify payload lists on command line
  • Inject payloads in URL through {xss} string