mirror of
https://abf.rosa.ru/djam/nuclei.git
synced 2025-02-23 15:52:52 +00:00
3.3.6
This commit is contained in:
parent
9d1c2ea5f7
commit
b2cd1682dd
1 changed files with 3 additions and 2 deletions
|
@ -11,6 +11,7 @@ Group: Development/Other
|
||||||
BuildRequires: go >= 1.11
|
BuildRequires: go >= 1.11
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
BuildRequires: upx
|
BuildRequires: upx
|
||||||
|
BuildRequires: pkgconfig(openssl3.3)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Nuclei is used to send requests across targets based on a
|
Nuclei is used to send requests across targets based on a
|
||||||
|
@ -26,10 +27,10 @@ security checks can be modelled with Nuclei
|
||||||
%build
|
%build
|
||||||
export GOPROXY=https://proxy.golang.org/cached-only
|
export GOPROXY=https://proxy.golang.org/cached-only
|
||||||
%make
|
%make
|
||||||
upx %{name}
|
upx bin/%{name}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -Dm0755 %{name} %{buildroot}%{_bindir}/%{name}
|
install -Dm0755 bin/%{name} %{buildroot}%{_bindir}/%{name}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README*.md LICENSE.md
|
%doc README*.md LICENSE.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue