aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--nuclei/nuclei.SlackBuild2
-rw-r--r--nuclei/nuclei.info6
3 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index ddee5da..dfc8b04 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ This list is ever growing, if you want to ask for a package to be prioritized, j
| exploitdb | ✅ | [exploit-db.com](https://www.exploit-db.com/) | 2026-04-30 |
| cadaver | ✅ | [notroj/cadaver](https://notroj.github.io/cadaver/) | 0.28 |
| powershell | ✅ | [microsoft.com](https://www.microsoft.com/powershell/) | 7.6.0 |
-| nuclei | ✅ | [projectdiscovery/nuclei](https://github.com/projectdiscovery/nuclei) | 3.7.1 |
+| nuclei | ✅ | [projectdiscovery/nuclei](https://github.com/projectdiscovery/nuclei) | 3.8.0 |
| windows binaries | ❎ | [kali.org](https://www.kali.org/tools/windows-binaries/) | 0.6.10 |
| webshells | ❎ | [kali.org](https://www.kali.org/tools/webshells/) | 1.1 |
| metasploit framework | ❎ | [metasploit.com](https://www.metasploit.com/) | 6.4.131 |
diff --git a/nuclei/nuclei.SlackBuild b/nuclei/nuclei.SlackBuild
index fa5706e..d7fe16c 100644
--- a/nuclei/nuclei.SlackBuild
+++ b/nuclei/nuclei.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nuclei
-VERSION=${VERSION:-3.7.1}
+VERSION=${VERSION:-3.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/nuclei/nuclei.info b/nuclei/nuclei.info
index 60404bf..99bc7c0 100644
--- a/nuclei/nuclei.info
+++ b/nuclei/nuclei.info
@@ -1,8 +1,8 @@
PRGNAM="nuclei"
-VERSION="3.7.1"
+VERSION="3.8.0"
HOMEPAGE="https://github.com/projectdiscovery/nuclei"
-DOWNLOAD="https://github.com/projectdiscovery/nuclei/archive/v3.7.1/nuclei-3.7.1.tar.gz"
-MD5SUM="e3a70d60628881fee69d57536c411938"
+DOWNLOAD="https://github.com/projectdiscovery/nuclei/archive/v3.8.0/nuclei-3.8.0.tar.gz"
+MD5SUM="88e06a8f118b1ddf5a193bb59904b0d8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="google-go-lang"