diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-03 22:38:52 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-03 22:38:52 +0200 |
| commit | ff22ff3ffa55cc607aacc1bf4fa026e651466c9a (patch) | |
| tree | 6b0ebb98cf1bb666c2c7e513b43be481ce7c7b09 /nvchecker.toml | |
| parent | c393d0e98cd3fdf02305f7659afa1bb1e4a02a7e (diff) | |
| download | slackware-pentesting-suite-ff22ff3ffa55cc607aacc1bf4fa026e651466c9a.tar.gz slackware-pentesting-suite-ff22ff3ffa55cc607aacc1bf4fa026e651466c9a.zip | |
moved all packages to the root of the repository
Diffstat (limited to 'nvchecker.toml')
| -rw-r--r-- | nvchecker.toml | 86 |
1 files changed, 0 insertions, 86 deletions
diff --git a/nvchecker.toml b/nvchecker.toml deleted file mode 100644 index a7eaac9..0000000 --- a/nvchecker.toml +++ /dev/null @@ -1,86 +0,0 @@ -[SecLists] -source = "github" -github = "danielmiessler/SecLists" -use_latest_tag = "true" - -[gobuster] -source = "git" -git = "https://github.com/OJ/gobuster.git" -use_latest_tag = "true" -prefix = "v" - -[ffuf] -source = "github" -github = "ffuf/ffuf" -use_latest_tag = "true" -prefix = "v" - -[exploitdb] -source = "gitlab" -gitlab = "exploit-database/exploitdb" -use_max_tag = "true" - -[exploitdb-bin-sploits] -source = "gitlab" -gitlab = "exploit-database/exploitdb-bin-sploits" -use_max_tag = "true" - -[metasploit-framework] -source = "regex" -url = "https://apt.metasploit.com/" -regex = "metasploit-framework_([A-Za-z0-9._-]+)~.*_amd64.deb" - -[windows-binaries] -# source = "gitlab" -# gitlab = "kalilinux/packages/windows-binaries" -# branch = "kali/master" -# use_max_tag = "true" -# prefix = "kali/" -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" - -[hashcat] -source = "github" -github = "hashcat/hashcat" -use_latest_release = "true" -prefix = "v" - -[john] -source = "regex" -url = "https://www.openwall.com/john/" -regex = 'john-(\d+\.\d+\.\d+)\.tar\.xz' - -[hydra] -source = "github" -github = "vanhauser-thc/thc-hydra" -use_latest_release = "true" -prefix = "v" - -[webshells] -source = "regex" -url = "https://pkg.kali.org/pkg/webshells" -regex = "version:<.+>\n\\s+([A-Za-z0-9.-_]+)\\+kali8" - -[powershell] -source = "github" -github = "Powershell/Powershell" -use_latest_release = "true" -prefix = "v" - -[cadaver] -source = "github" -github = "notroj/cadaver" -use_latest_tag = "true" -prefix = "v" - -[Nessus] -source = "jq" -url = "https://www.tenable.com/downloads/api/v2/pages/nessus" -filter = ".releases.latest | keys[0] | split(\" - \")[1]" |
