Name: amass Version: 4.2.0 Release: 1.inari1 Summary: In-depth attack surface mapping and asset discovery Group: Security/osint-analysis License: ASL 2.0 URL: https://github.com/owasp-amass/amass Source0: https://github.com/owasp-amass/amass/archive/refs/tags/v4.2.0.tar.gz BuildRequires: git golang >= 1.16 %description The OWASP Amass Project performs network mapping of attack surfaces and external asset discovery using open source information gathering and active reconnaissance techniques. %prep %setup -q -n %{name}-%{version} %build go build -o bin/%{name} ./cmd/%{name} %install install -d -m 0755 %{buildroot}%{_bindir}/%{name} install -m 0755 bin/%{name} %{buildroot}%{_bindir}/%{name} %files %license LICENSE %doc README.md %{_bindir}/%{name} %changelog * Fri Dec 20 2024 Ghost <0x7ccghost@gmail.com> - 4.2.0-1.inari1 - Initial release amass for inari-linux 1 "kogitsune"