notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
amass In-depth DNS enumeration
5.0.1_4 dns on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 5.0.1_1Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
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.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/amass
  2. /usr/local/share/licenses/amass-5.0.1_4/catalog.mk
  3. /usr/local/share/licenses/amass-5.0.1_4/LICENSE
  4. /usr/local/share/licenses/amass-5.0.1_4/APACHE20
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • amass>0:dns/amass
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

Expand this list (2 items)

Collapse this list.

SHA256 (go/dns_amass/amass-v5.0.1/v5.0.1.zip) = a53635de92a8f49501004bffdfd12cccd51d5699568edce64ae84878aadd2241 SIZE (go/dns_amass/amass-v5.0.1/v5.0.1.zip) = 431180

Collapse this list.


Packages (timestamps in pop-ups are UTC):
amass
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest5.0.1_25.0.1_3---n/an/an/a
FreeBSD:13:quarterly5.0.15.0.1_1-4.2.0_12-n/an/an/a
FreeBSD:14:latest5.0.1_25.0.1_4------
FreeBSD:14:quarterly5.0.1_15.0.1_1-4.2.0_12----
FreeBSD:15:latest5.0.1_35.0.1_4n/a-n/an/a--
FreeBSD:15:quarterly5.0.1_15.0.1_1n/a-n/an/a--
FreeBSD:16:latest5.0.1_35.0.1_3n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go124 : lang/go124
  2. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libpostal.so : misc/libpostal
Fetch dependencies:
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. https://proxy.golang.org/github.com/owasp-amass/amass/v5/@v/
Collapse this list.

Number of commits found: 138 (showing only 38 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.4.2_2
27 Dec 2019 21:43:33
Revision:521028Original commit files touched by this commit
dmgk search for other commits by this committer
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
Revision:519796Original commit files touched by this commit
dmgk search for other commits by this committer
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
Revision:519647Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 3.4.1 -> 3.4.2

Reported by:	portscout
3.4.1
04 Dec 2019 04:44:08
Revision:518987Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 3.4.0 -> 3.4.1

Reported by:	portscout
3.4.0
29 Nov 2019 07:25:57
Revision:518625Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 3.3.2 -> 3.4.0

Reported by:	portscout
3.3.2
23 Nov 2019 05:17:59
Revision:518180Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 3.3.1 -> 3.3.2

Reported by:	portscout
3.3.1_1
16 Nov 2019 12:52:40
Revision:517745Original commit files touched by this commit
dmgk search for other commits by this committer
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
Revision:517318Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 3.3.0 -> 3.3.1

Reported by:	portscout
3.3.0
11 Nov 2019 04:39:06
Revision:517242Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 3.2.3 -> 3.3.0
3.2.3
27 Oct 2019 06:18:06
Revision:515752Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 3.1.10 -> 3.2.3

Reported by:	portscout
3.1.10
05 Oct 2019 22:23:06
Revision:513852Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 3.1.6 -> 3.1.10

Reported by:	portscout
3.1.6
21 Sep 2019 15:44:07
Revision:512519Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 3.0.27 -> 3.1.6

Reported by:	portscout
3.0.27
02 Aug 2019 06:18:29
Revision:507848Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 3.0.25 -> 3.0.27

Reported by:	portscout
3.0.25
30 Jul 2019 06:34:26
Revision:507626Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 3.0.18 -> 3.0.25

Reported by:	repology
3.0.18
08 Jul 2019 08:25:37
Revision:506206Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 3.0.17 -> 3.0.18

Reported by:	portscout
3.0.17
05 Jul 2019 06:33:33
Revision:505886Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 3.0.16 -> 3.0.17

Reported by:	portscout
3.0.16
01 Jul 2019 00:50:47
Revision:505532Original commit files touched by this commit
yuri search for other commits by this committer
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
Revision:505328Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 3.0.15 -> 3.0.16

Reported by:	portscout
3.0.15
29 Jun 2019 03:51:14
Revision:505321Original commit files touched by this commit
tobik search for other commits by this committer
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
Revision:504840Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 3.0.9 -> 3.0.15
3.0.9
19 Jun 2019 08:00:56
Revision:504520Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 3.0.4 -> 3.0.9

Reported by:	portscout
3.0.4
13 Jun 2019 05:42:09
Revision:504057Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 3.0.3 -> 3.0.4

Reported by:	portscout
3.0.3
02 Jun 2019 08:31:17
Revision:503290Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 2.9.13 -> 3.0.3

Reported by:	portscout
2.9.13
26 May 2019 04:23:44
Revision:502679Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 2.9.12 -> 2.9.13
2.9.12
18 May 2019 15:54:58
Revision:501966Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 2.9.11 -> 2.9.12

Reported by:	portscout
2.9.11
12 May 2019 17:22:47
Revision:501433Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 2.9.10 -> 2.9.11

Reported by:	portscout
2.9.10
02 May 2019 07:58:24
Revision:500635Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 2.9.9 -> 2.9.10

Reported by:	portscout
2.9.9
17 Apr 2019 07:33:51
Revision:499150Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 2.9.4 -> 2.9.9

Reported by:	portscout
2.9.4
13 Mar 2019 06:34:28
Revision:495566Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 2.8.6 -> 2.9.4

Reported by:	portscout
2.8.6
14 Dec 2018 00:41:58
Revision:487399Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 2.8.5 -> 2.8.6

Reported by:	repology
2.8.5
08 Dec 2018 08:07:23
Revision:486917Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 2.8.4 -> 2.8.5

Reported by:	repology
2.8.4
06 Dec 2018 08:13:15
Revision:486743Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 2.8.3-4 -> 2.8.4

Reported by:	repology
2.8.3.4
19 Nov 2018 18:24:37
Revision:485351Original commit files touched by this commit
yuri search for other commits by this committer
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
Revision:482913Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 2.7.0-8 -> 2.8.0
2.7.0.8
25 Sep 2018 06:01:52
Revision:480638Original commit files touched by this commit
yuri search for other commits by this committer
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
Revision:480540Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Correction: the revious commit didn't really update the version
2.7.0
23 Sep 2018 22:14:26
Revision:480538Original commit files touched by this commit
yuri search for other commits by this committer
dns/amass: Update 2.6.0.11 -> 2.7.0

Reported by:	portscout
2.6.0.11
11 Sep 2018 20:55:38
Revision:479569Original commit files touched by this commit
yuri search for other commits by this committer
New port: dns/amass: In-depth DNS enumeration

Number of commits found: 138 (showing only 38 on this page)

«  1 | 2