Skip to content

Releases: owasp-amass/amass

v5.1.1

Choose a tag to compare

@github-actions github-actions released this 07 Apr 02:08

Uses the new Asset Database that includes schema changes impacting performance

Changelog

  • c2a6afa upgraded to Go version 1.26
  • 706f0a3 upgraded the asset-db package to v0.24.4
  • 79299dc updated to v5.1.1
  • 6fa86d9 updated the framework to the new asset db Repository interface
  • 829ffeb updated copyright dates
  • fb8bea8 updated HTTP probe transport
  • bc08e31 the new engine REST API server package
  • 73a15f5 performance improvements
  • bf7f495 improvements to the location matching
  • bdac2d7 enhanced the dynamic scope expansion rules
  • a72ffe4 dispatcher now has a durable backlog + bounded in-memory work queue
  • cea0fa0 completed the first version of the engine REST API

v5.0.1

Choose a tag to compare

@github-actions github-actions released this 04 Sep 20:54

Changelog

  • 86aa846 updated dependencies
  • 2835cad bug fix related to the assoc -tf flag

v5.0.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 15:31

Changelog

Read more

v4.2.0

Choose a tag to compare

@caffix caffix released this 10 Sep 20:52

Incorporates the new performance enhancements implemented within Asset DB increasing query speed.

Changelog

  • 87f73be updates to the collection function
  • 9fdfaf0 updated docs to be consistent with Asset DB
  • 8c6361c removed the db subcommand now found in oam_subs

v4.1.0

Choose a tag to compare

@caffix caffix released this 29 Jul 02:37

Changelog

  • a659a21 v4.1.0 release
  • 6753f82 updated the OAM and asset-db
  • f4d50bc fixed summary output
  • e867ac7 domain apex to node relationships are now stored

v4.0.4

Choose a tag to compare

@caffix caffix released this 25 Jul 19:36

Changelog

  • 0210058 fixed the db subcommand -ip output
  • f37b796 added a corporate supporters section

v4.0.3

Choose a tag to compare

@caffix caffix released this 24 Jul 04:47

Changelog

v4.0.2

Choose a tag to compare

@caffix caffix released this 20 Jul 21:01

Changelog

  • d14393f v4.0.2 release
  • b488859 updates related to integration with PostgreSQL
  • f61b485 cleaned up the output generation code
  • c909cc9 added PostgreSQL initialization instructions to the user guide
  • 3620700 Update user_guide.md

v4.0.1

Choose a tag to compare

@caffix caffix released this 20 Jul 01:16

Introducing the Open Asset Model and Asset Database

The Open Asset Model (OAM) enhances the way we define and understand assets exposed on the internet. Traditionally, asset specifications have been confined to technical, infrastructure-specific details. However, this narrow approach limits organizations' ability to grasp the full scope of their attack surface. The OAM breaks these barriers, enabling users to encompass both digital and physical assets, empowering organizations to see the bigger picture.

At the core of the OAM lies its ability to capture intricate relationships among different asset types, mirroring the real-world interconnectedness that exists between assets. This approach allows security professionals to identify critical attack vectors that might otherwise remain hidden.

v3.23.3

Choose a tag to compare

@caffix caffix released this 20 Jun 22:10

Changelog

  • 4151628 v3.23.3 release
  • 236f039 v3.23.2 release
  • 8039ece updated to pipeline package v0.2.2
  • 73c0c6a updated timeouts for HTTP requests
  • fb8cbc3 updated dependencies
  • 60e573c temporarily removed Robtex from the data sources
  • 199e7c6 small changes to the data source loading
  • 117c1e9 reduced HTTP timeouts
  • 111af71 fixes to the recent issues with the scrape function
  • 2c8fe69 fixed #916 by addressing the failure to terminate
  • 4e99688 few input checks
  • cc2f09e enumerations use the in-memory graph database
  • bc4c126 data sources can now be checked for requests they support
  • f4ecceb attempts to reduce use of data sources for ASN information
  • 499265b additional fixes related to the timeout issue