Skip to content

Releases: CERT-Polska/Artemis

v2.9.1

12 May 18:45
6b20643
Compare
Choose a tag to compare

What's Changed

  • Minor bugfixes

Full Changelog: v2.9.0...2.9.1

2.9.0

09 May 09:47
128846d
Compare
Choose a tag to compare

What's Changed

  • Exporting human-readable reports from the UI
  • A module that automatically archives old scan results
  • Bugfixes, UI improvements
  • Dependency version bumps

Full Changelog: v2.8.0...v2.9.0

v.2.8.0

26 Apr 09:09
a6441f9
Compare
Choose a tag to compare

What's Changed

  • Better support for domains with non-ASCII characters
  • Possibility to provide scanning priority when initiating a scan
  • Possibility to use host:port syntax when initiating a scan
  • Brute-forcing of paths (such as /wp-config.php.bak) is faster
  • Bugfixes, dependency version bumps, Nuclei translations, fewer FPs, ...

New Contributors

Full Changelog: v2.7.0...v2.8.0

v2.7.0

26 Mar 13:33
08ee90f
Compare
Choose a tag to compare

What's Changed

  • Migrating Mongo to PostgreSQL. The migration should happen automatically.
  • New feature: stopping an analysis.
  • Improved and documented Artemis API - if you used the undocumented, old API, please familiarize yourself with the new schema.
  • Dependency version bumps, more Nuclei translations, minor bugfixes, documentation improvements.

New Contributors

Full Changelog: v2.6.0...v2.7.0

v2.6.0

21 Feb 16:09
7fb55de
Compare
Choose a tag to compare

What's Changed

  • Added WordPress plugin version check module
  • Finding selected Nuclei vulnerabilities (XSS, SQLi) also on crawled URLs
  • Checking known exploited vulnerabilities from https://github.com/Ostorlab/KEV/
  • Example module to make it easier to implement new ones
  • Building Docker images for linux/arm64 by @es1o
  • Fewer false positives, bugfixes, dependency version updates

New Contributors

  • @es1o made their first contribution in #749

Full Changelog: v2.5.0...v2.6.0

v2.5.0

19 Jan 12:49
fccf63f
Compare
Choose a tag to compare

What's Changed

  • Bug fixes, documentation and interface improvements, dependency version updates and decreasing the number of FPs.
  • New module: Humble security header scanner.

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

04 Jan 15:48
3743da3
Compare
Choose a tag to compare

What's Changed

  • New module: detecting scripts that are loaded from unregistered domains
  • New module: checking whether Drupal version is up-to-date
  • Better documentation
  • Bugfixes
  • Bumping up dependencies, more Nuclei translations and enabled templates

Full Changelog: v2.3.0...v2.4.0

v2.3.0

23 Nov 13:46
d886a9b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0

16 Oct 14:00
3669f77
Compare
Choose a tag to compare

What's Changed

  • Added the possibility to choose what scans to run
  • Added SSH password brute-force module
  • Improved SPF/DMARC check tool
  • Added XSS inside tags detection
  • Updated dependency versions, minor bugfixes, more Polish Nuclei translations, etc.

New Contributors

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

v2.1.0

22 Aug 12:15
6165081
Compare
Choose a tag to compare

What's Changed

  • More configurable blocklists (a feature to skip reporting a set of vulnerabilities if they are considered false positives): https://artemis-scanner.readthedocs.io/en/latest/generating-emails.html#blocklist
  • A feature to alert (during e-mail reports generation) if too many vulnerabilities were found by Nuclei for a single host - this will decrease the number of false positives
  • Prometheus metrics export (data such as number of processed or crashed tasks will be exported in Prometheus format on port 9000)
  • Speed improvements (Nuclei scans are executed in batches, fewer crt.sh and gau calls)
  • Bumping up dependency versions
  • Bug fixes

Full Changelog: v2.0.0...v2.1.0