|
1 | 1 | class Nuclei < Formula
|
2 | 2 | desc "HTTP/DNS scanner configurable via YAML templates"
|
3 | 3 | homepage "https://nuclei.projectdiscovery.io/"
|
4 |
| - url "https://github.com/projectdiscovery/nuclei/archive/refs/tags/v3.3.5.tar.gz" |
5 |
| - sha256 "aafdfd00a65c72bf1414934cc932b262316f167838835e619b7c079db825b569" |
| 4 | + url "https://github.com/projectdiscovery/nuclei/archive/refs/tags/v3.3.6.tar.gz" |
| 5 | + sha256 "7fb42cf5c9c4fa8800d40a997466dbfeac9954e1cae8d98a7af25c19801eb113" |
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: "03059d453a8806eed3ccd6b024ffdcc0d7e9970a6681e330bed8a5b107c9b567" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "27856237769ec57db669925a7d55f7fbf5f448f94bb65d0769f1c3bf8151d49b" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "a47312817cbb44e2d585837822a314705a4b88b14213db4599659f2af8001226" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "5548a3a87be18a653320073ae69a520dc95edf6ce554b91cb429043391075065" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "ab84c5f7d1261c4b8dfd7e6f58cb402a4ade469b12985293f7bdcc3685bbd063" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "a46e011e0711006ad425b94d4cf4252f5688071b1bb979b4bab6e14c2880aab1" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1600bbd80d7ae1fdd980022008d4b214c84553acc09ba5c375f4d7312f9e8765" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "31b8247e96b04a3e1ceac6d2510acb98c8e6440526f2cdfdfdc174807854ced9" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "c083b0c0a474983ab925cd337e689dca59938fa58bc36c85e7e596ca69ce4c5f" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "898ac62856f9bc6374fe26e1b0b5218e604f0c67e9988c075a0dc695de7423cc" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "fc2d69cf5842a8fe07500fc46acf09787b44c17304c6080da3e2ab1c5cf70fac" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "b6daaee6f6ec205a28d080ba4795df06223fa12795b1edf83f8cada7295973ef" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments