| Port details |
- amass In-depth DNS enumeration
- 5.0.1_4 dns
=2 5.0.1_1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2018-09-11 20:58:16
- Last Update: 2025-12-03 18:24:45
- Commit Hash: b24429e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://owasp.org/www-project-amass/
- https://github.com/owasp-amass/amass
- Description:
- The OWASP Amass project is focused on DNS enumeration and network infrastructure
mapping techniques. These techniques include: obtaining subdomain names by
scraping web pages, accessing web APIs, recursive brute forcing, crawling web
archives, permuting/altering names, reverse DNS sweeping, and querying ASNs and
netblocks associated with IP addresses. The information collected during an
enumeration is used to build a network map of an organization's presence on the
Internet.
Amass reaches out to over 30 passive data sources to learn about the DNS
namespace of a target domain. By default, Amass validates all the names by
performing DNS queries across a pool of resolver servers, which spreads out the
activity generated by the enumeration. For all IP addresses collected during
this process, Amass queries for associated netblocks and ASNs. As additional
data sources become available to provide visibility of the Internet,
implementations can quickly be developed within Amass due to the simple
interfaces worked into the design.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/dns/amass/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/amass
- pkg install amass
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: amass
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1757057821
SHA256 (go/dns_amass/amass-v5.0.1/v5.0.1.mod) = 9754d732e871f8f1071d161f72a05622a4cd83ad61262e57e1500af2878978b8
SIZE (go/dns_amass/amass-v5.0.1/v5.0.1.mod) = 5046
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go124 : lang/go124
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libpostal.so : misc/libpostal
- Fetch dependencies:
-
- go124 : lang/go124
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- dns_amass
- USES:
- go:1.24,modules pkgconfig zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
3.4.2_2 27 Dec 2019 21:43:33
  |
dmgk  |
dns/amass: Really unbreak on aarch64
http://thunderx1.nyi.freebsd.org/data/head-arm64-default/p520537_s355573/logs/errors/amass-3.4.2_1.log
# golang.org/x/net/ipv4
vendor/golang.org/x/net/ipv4/sys_asmreq.go:47:31: undefined: ipMreq
vendor/golang.org/x/net/ipv4/sys_freebsd.go:20:18: undefined: sysIP_RECVTTL
vendor/golang.org/x/net/ipv4/sys_freebsd.go:21:18: undefined: sysIP_RECVDSTADDR
vendor/golang.org/x/net/ipv4/sys_freebsd.go:22:18: undefined: sysIP_RECVIF
vendor/golang.org/x/net/ipv4/sys_freebsd.go:26:79: undefined: sysIP_TOS
vendor/golang.org/x/net/ipv4/sys_freebsd.go:27:79: undefined: sysIP_TTL
vendor/golang.org/x/net/ipv4/sys_freebsd.go:28:79: undefined:
sysIP_MULTICAST_TTL
vendor/golang.org/x/net/ipv4/sys_freebsd.go:29:79: undefined: sysIP_MULTICAST_IF
vendor/golang.org/x/net/ipv4/sys_freebsd.go:60:11: undefined: groupReq
vendor/golang.org/x/net/ipv4/sys_freebsd.go:67:12: undefined: groupSourceReq
- golang.org/x/net also needs to be updated to at least 83d349e8ac1a
Approved by: yuri (maintainer) |
3.4.2_1 11 Dec 2019 12:23:06
  |
dmgk  |
dns/amass: Unbreak on aarch64
===> Building amass from ./cmd/amass
# golang.org/x/sys/unix
vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go:400:12: undefined: uint128
http://thunderx1.nyi.freebsd.org/data/head-arm64-default/p518685_s355218/logs/errors/amass-3.4.0.log
Unbreak by updating golang.org/x/sys to 33540a1f6037 which adds support for
freebsd/arm64.
PR: 242555
Approved by: yuri (maintainer) |
3.4.2 10 Dec 2019 06:55:44
  |
yuri  |
dns/amass: Update 3.4.1 -> 3.4.2
Reported by: portscout |
3.4.1 04 Dec 2019 04:44:08
  |
yuri  |
dns/amass: Update 3.4.0 -> 3.4.1
Reported by: portscout |
3.4.0 29 Nov 2019 07:25:57
  |
yuri  |
dns/amass: Update 3.3.2 -> 3.4.0
Reported by: portscout |
3.3.2 23 Nov 2019 05:17:59
  |
yuri  |
dns/amass: Update 3.3.1 -> 3.3.2
Reported by: portscout |
3.3.1_1 16 Nov 2019 12:52:40
  |
dmgk  |
Bump PORTREVISION after r517743 to force relinking.
Approved by: araujo (mentor)
Differential Revision: https://reviews.freebsd.org/D21854 |
3.3.1 12 Nov 2019 08:54:10
  |
yuri  |
dns/amass: Update 3.3.0 -> 3.3.1
Reported by: portscout |
3.3.0 11 Nov 2019 04:39:06
  |
yuri  |
dns/amass: Update 3.2.3 -> 3.3.0 |
3.2.3 27 Oct 2019 06:18:06
  |
yuri  |
dns/amass: Update 3.1.10 -> 3.2.3
Reported by: portscout |
3.1.10 05 Oct 2019 22:23:06
  |
yuri  |
dns/amass: Update 3.1.6 -> 3.1.10
Reported by: portscout |
3.1.6 21 Sep 2019 15:44:07
  |
yuri  |
dns/amass: Update 3.0.27 -> 3.1.6
Reported by: portscout |
3.0.27 02 Aug 2019 06:18:29
  |
yuri  |
dns/amass: Update 3.0.25 -> 3.0.27
Reported by: portscout |
3.0.25 30 Jul 2019 06:34:26
  |
yuri  |
dns/amass: Update 3.0.18 -> 3.0.25
Reported by: repology |
3.0.18 08 Jul 2019 08:25:37
  |
yuri  |
dns/amass: Update 3.0.17 -> 3.0.18
Reported by: portscout |
3.0.17 05 Jul 2019 06:33:33
  |
yuri  |
dns/amass: Update 3.0.16 -> 3.0.17
Reported by: portscout |
3.0.16 01 Jul 2019 00:50:47
  |
yuri  |
dns/amass: Switch to USES=go:modules, fix build with go1.13beta1
PR: 238903
Submitted by: Dmitri Goutnik <dg@syrec.org> |
3.0.16 29 Jun 2019 08:29:42
  |
yuri  |
dns/amass: Update 3.0.15 -> 3.0.16
Reported by: portscout |
3.0.15 29 Jun 2019 03:51:14
  |
tobik  |
Convert all Go ports to USES=go
This allows for port testing with lang/go-devel via GO_PORT, setting
up the Go build environment in a single place, and is step one in
simplifying Go ports that often define too complicated do-build
targets themselves.
USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and
'no_targets' for ports with composite builds that call 'go' themselves
and do not need the do-build/do-install targets of USES=go.
PR: 238849
Submitted by: dg@syrec.org (also D20745)
Reviewed by: mat, tobik
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20746 |
3.0.15 22 Jun 2019 02:48:22
  |
yuri  |
dns/amass: Update 3.0.9 -> 3.0.15 |
3.0.9 19 Jun 2019 08:00:56
  |
yuri  |
dns/amass: Update 3.0.4 -> 3.0.9
Reported by: portscout |
3.0.4 13 Jun 2019 05:42:09
  |
yuri  |
dns/amass: Update 3.0.3 -> 3.0.4
Reported by: portscout |
3.0.3 02 Jun 2019 08:31:17
  |
yuri  |
dns/amass: Update 2.9.13 -> 3.0.3
Reported by: portscout |
2.9.13 26 May 2019 04:23:44
  |
yuri  |
dns/amass: Update 2.9.12 -> 2.9.13 |
2.9.12 18 May 2019 15:54:58
  |
yuri  |
dns/amass: Update 2.9.11 -> 2.9.12
Reported by: portscout |
2.9.11 12 May 2019 17:22:47
  |
yuri  |
dns/amass: Update 2.9.10 -> 2.9.11
Reported by: portscout |
2.9.10 02 May 2019 07:58:24
  |
yuri  |
dns/amass: Update 2.9.9 -> 2.9.10
Reported by: portscout |
2.9.9 17 Apr 2019 07:33:51
  |
yuri  |
dns/amass: Update 2.9.4 -> 2.9.9
Reported by: portscout |
2.9.4 13 Mar 2019 06:34:28
  |
yuri  |
dns/amass: Update 2.8.6 -> 2.9.4
Reported by: portscout |
2.8.6 14 Dec 2018 00:41:58
  |
yuri  |
dns/amass: Update 2.8.5 -> 2.8.6
Reported by: repology |
2.8.5 08 Dec 2018 08:07:23
  |
yuri  |
dns/amass: Update 2.8.4 -> 2.8.5
Reported by: repology |
2.8.4 06 Dec 2018 08:13:15
  |
yuri  |
dns/amass: Update 2.8.3-4 -> 2.8.4
Reported by: repology |
2.8.3.4 19 Nov 2018 18:24:37
  |
yuri  |
dns/amass: Update 2.8.0 -> 2.8.3-4
Reported by: upstream heads-up (portscout fails to see the update) |
2.8.0 24 Oct 2018 17:07:29
  |
yuri  |
dns/amass: Update 2.7.0-8 -> 2.8.0 |
2.7.0.8 25 Sep 2018 06:01:52
  |
yuri  |
dns/amass: Update 2.7.0 -> 2.7.0-8
Fix of the regression that I reported to them. |
2.7.0_1 23 Sep 2018 22:22:41
  |
yuri  |
dns/amass: Correction: the revious commit didn't really update the version |
2.7.0 23 Sep 2018 22:14:26
  |
yuri  |
dns/amass: Update 2.6.0.11 -> 2.7.0
Reported by: portscout |
2.6.0.11 11 Sep 2018 20:55:38
  |
yuri  |
New port: dns/amass: In-depth DNS enumeration |