|
1 | 1 | class Nuclei < Formula
|
2 | 2 | desc "HTTP/DNS scanner configurable via YAML templates"
|
3 | 3 | homepage "https://docs.projectdiscovery.io/tools/nuclei/overview"
|
4 |
| - url "https://github.com/projectdiscovery/nuclei/archive/refs/tags/v3.3.8.tar.gz" |
5 |
| - sha256 "e03e36778ff9736882e52c43c19da8888443c9130cafd30a3305e42cbfb86467" |
| 4 | + url "https://github.com/projectdiscovery/nuclei/archive/refs/tags/v3.3.9.tar.gz" |
| 5 | + sha256 "2eedcb04b82e8ce973eced74a2e900ab778ddb67c8f7e970b79003271a3db0c0" |
6 | 6 | license "MIT"
|
7 | 7 | head "https://github.com/projectdiscovery/nuclei.git", branch: "master"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2d3e01d93ef9ed36c9dd72e983e7ae04fb81acb306e33293cfcddd257f8f9856" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a3b50ba311850b56646a220b9097d1c499a8b911925fcb99fd03f56f2676d3f" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "1e71078a57eeb7ae1cb39a51b5472fbae5e99088c29ecb30add0a10e6d871f25" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "2221f8e6fc68e0f25c85bdbd3235730c5e80cbb5c0e889ea3554489f6068b0b5" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "7d385af24386c9466c5b97d4c8da53902f2dfe2c5ceea1764bff2953251f9930" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "f6d86f83a39b60b0e1d1acc1060b722f9d8028462d4335685fceef8686cfdcff" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "50af5bdc870cf0e00ff137d6d03854011b7744a74e18f6322aec6b70b6cca002" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "15529e294de392646bbf0d8f38b8ed793c45b7a743d4a9cf5cd0c758cf271cb8" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "c0fd4af54c44f291500882acf77e44cbc8f2f526da643dd45c1d0c02bdf71b5c" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "fefff501cca7e5b099a6867b00f127940b3a1c3b26d8c10f001ac0f9f2b98934" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "7e3787c98ef6a43e218f5e97da7a9da26a917fa4da1bb0b53f7246ac9970f0d4" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "c46ab40cf44f322a521e8bdbb1fa81f09e99388828c55e9f801feef300b10dd3" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments