Search Criteria
Package Details: amass 3.20.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/amass.git (read-only, click to copy) |
---|---|
Package Base: | amass |
Description: | In-depth Attack Surface Mapping and Asset Discovery |
Upstream URL: | https://github.com/OWASP/Amass |
Licenses: | Apache |
Submitter: | architekton |
Maintainer: | CodingKoala |
Last Packager: | CodingKoala |
Votes: | 5 |
Popularity: | 0.085144 |
First Submitted: | 2018-09-10 11:30 (UTC) |
Last Updated: | 2022-10-01 13:36 (UTC) |
Dependencies (2)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- go (go-git, go-go2go-git, go-beta, gcc-go-git, gcc-go) (make)
Latest Comments
1 2 Next › Last »
architekton commented on 2020-08-19 10:43 (UTC)
@freb You are correct. The examples folder some time ago only used to contain files. Updated to set sub-directories to 755 and files to 644. Also bumped to latest version.
freb commented on 2020-08-18 23:42 (UTC)
I think the directories under
/usr/share/amass/examples
have the wrong permissions. Seems like read access to the files under that path and execute permissions on the directories should be permitted by all users. There are wordlists stored there which can currently only be accessed by root.architekton commented on 2020-03-21 03:32 (UTC)
@lawnmower_man yep, updated.
lawnmower_man commented on 2020-03-20 20:18 (UTC)
Is it fixed in 3.5.1 released 3 days ago?
lawnmower_man commented on 2020-03-05 12:59 (UTC)
Thanks for your fast reply
architekton commented on 2020-03-05 10:27 (UTC)
@lawnmower_man The %w verb isn't allowed in format strings that don't wrap errors anymore such as Printf or Sprintf in go 1.13+. It simply doesn't make sense anymore see: https://play.golang.org/p/-kQ6HtIIMG7 which runs go1.13.7 to see why. This is an upstream problem, they should replace %w with %v. If they don't soon I'll patch it and submit a PR. As a workaround you could downgrade to go1.12.
lawnmower_man commented on 2020-03-04 21:26 (UTC) (edited on 2020-03-04 21:32 (UTC) by lawnmower_man)
I get this error when trying to install on artix arch - any ideas? TY.
wknapik commented on 2019-12-26 16:30 (UTC)
@architekton thanks, now we can install amass without removing go.
The problem was not about the dependency being compile-time, or run-time. The problem was that the go and go-pie packages cannot co-exist on the same system. So anyone with go installed was forced to remove it in favor of go-pie, to build amass. Now, with the dependency on go-pie removed, that's no longer the case.
architekton commented on 2019-12-22 00:04 (UTC)
@wknapik Go or go-pie are only make dependencies and can be removed after building, however I changed it back to go for non-conflict convenience.
1 2 Next › Last »