Skip to content

Update to 2.0.0

Compare
Choose a tag to compare
@d-Rickyy-b d-Rickyy-b released this 15 Aug 22:51
· 18 commits to master since this release
5ee2507

[2.0.0] - 2021-07-13

Fixed

  • Better protocol check in urlanalyzer (a377aee)
  • Use sys.exit() instead of exit() (2d6cb67)
  • Add missing parameter 'unique_matches' for match function (c9a2e99)

Added

  • Implemented ExactWordAnalyzer to match words exactly rather than partially (08ebdbc)
  • Implemented BasicAnalyzer.unique(), which can be used to filter out duplicate matches from BasicAnalyzer.match()
  • Ability to enforce IP version for the connection to pastepwn (3483566)

Changed

  • BREAKING: Dropped support for Python < 3.6