Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/n/nuclei.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Nuclei < Formula
desc "HTTP/DNS scanner configurable via YAML templates"
homepage "https://nuclei.projectdiscovery.io/"
url "https://github.com/projectdiscovery/nuclei/archive/refs/tags/v3.3.5.tar.gz"
sha256 "aafdfd00a65c72bf1414934cc932b262316f167838835e619b7c079db825b569"
url "https://github.com/projectdiscovery/nuclei/archive/refs/tags/v3.3.6.tar.gz"
sha256 "7fb42cf5c9c4fa8800d40a997466dbfeac9954e1cae8d98a7af25c19801eb113"
license "MIT"
head "https://github.com/projectdiscovery/nuclei.git", branch: "master"

Expand Down
Loading