Skip to content

Releases: daxAKAhackerman/XSS-Catcher

v2.2.0

14 Dec 02:09
a90ba6d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

10 Dec 22:07
ee5da11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

v2.0.1

10 Dec 01:59
41e7117
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

09 Dec 23:28
ecb2aab
Compare
Choose a tag to compare

Important

This release is a breaking change. To provide more stability and performance, the local SQLite database in the backend container is no longer supported, and was replaced by a PostgreSQL database container. Once you run make update, you will be prompted with a warning message informing you that the content of the database will be reset. The content of the SQLite database will be backed up to database-backup.db. You can either proceed with the update, or hit CTRL-C to cancel.

Please refer to the README for some help on migrating the data to the new database.

What's Changed

Full Changelog: v1.8.1...v2.0.0

v1.8.1

27 Feb 14:51
caffe46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.0...v1.8.1

v1.8.0

30 Dec 20:38
58e38be
Compare
Choose a tag to compare

Important

  • This release removes the legacy code that migrated the hardcoded database passwords to the new auto-generated passwords. This means that you cannot upgrade to this version directly from v1.0.0. You will have to go through v1.1.0 first.

What's Changed

Full Changelog: v1.7.0...v1.8.0

v1.7.0

18 Dec 21:48
9da12cc
Compare
Choose a tag to compare

Important

  • This release introduces a new way of generating some payloads (the ones that load an external JavaScript file). While this allows for smaller payloads, it is NOT compatible with the payloads generated in previous versions of XSS-Catcher. This means that if you update to this version, the payloads that you sent before updating won't work if they use an external JavaScript file. While retro-compatibility would have been possible, it would have meant even more legacy code, which I do not want to maintain anymore.

What's Changed

Full Changelog: v1.6.1...v1.7.0

v1.6.1

26 May 01:27
d159771
Compare
Choose a tag to compare
  • Fix password_hash size limit bug
  • Bump versions

v1.6.0

02 Apr 23:30
a0c1115
Compare
Choose a tag to compare
  • Support global and per-client webhooks (using Slack format)
  • Support global mail alert recipient

v1.5.0

27 Mar 20:44
b5969c6
Compare
Choose a tag to compare
  • Payload generator improvement
  • Tags support