diff options
| author | Danilo M. <danix@danix.xyz> | 2026-03-13 20:37:05 +0100 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-03-13 20:37:05 +0100 |
| commit | 42faf88d7e6c2889f51b4ad90c1f4ad8c13d323e (patch) | |
| tree | 25281c6cdd34f80f8e8a89a625d88df0e2e0e0d9 /nvchecker.toml | |
| parent | 6f9c5a1cded3baa3a70a4a5156b9748444ebdeba (diff) | |
| download | slackware-pentesting-suite-42faf88d7e6c2889f51b4ad90c1f4ad8c13d323e.tar.gz slackware-pentesting-suite-42faf88d7e6c2889f51b4ad90c1f4ad8c13d323e.zip | |
updated nvchecker.toml and added list of packages to README.
Diffstat (limited to 'nvchecker.toml')
| -rw-r--r-- | nvchecker.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nvchecker.toml b/nvchecker.toml index d47cf96..6380235 100644 --- a/nvchecker.toml +++ b/nvchecker.toml @@ -39,3 +39,9 @@ regex = "metasploit-framework_([A-Za-z0-9._-]+)~.*_amd64.deb" source = "regex" url = "https://pkg.kali.org/pkg/windows-binaries" regex = "version:<.+>\n\\s+([A-Za-z0-9.-_]+)" + +[nuclei] +source = "github" +github = "projectdiscovery/nuclei" +use_latest_release = "true" +prefix = "v" |
