From 71634aa03915a56da6783e8bc484dbdeb50cfcbe Mon Sep 17 00:00:00 2001 From: sandeep Date: Mon, 12 Jul 2021 19:24:04 +0530 Subject: [PATCH 1/2] Minor release fix --- v2/.goreleaser.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/v2/.goreleaser.yml b/v2/.goreleaser.yml index 48ca17be..e97cfc12 100644 --- a/v2/.goreleaser.yml +++ b/v2/.goreleaser.yml @@ -18,6 +18,8 @@ builds: ignore: - goos: darwin goarch: '386' + - goos: windows + goarch: 'arm' binary: '{{ .ProjectName }}' main: cmd/nuclei/main.go From d3f1d1d111b89bac3f1a39025aabe4ae84fee9bd Mon Sep 17 00:00:00 2001 From: sandeep Date: Mon, 12 Jul 2021 21:12:43 +0530 Subject: [PATCH 2/2] example update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8413b5cf..83b85366 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ nuclei -u https://example.com Scanning target URLs with [community-curated](https://github.com/projectdiscovery/nuclei-templates) nuclei templates. ```sh -nuclei -u urls.txt +nuclei -list urls.txt ``` Example of `urls.txt`: