aboutsummaryrefslogtreecommitdiffstats
path: root/.extras/nvchecker.toml
blob: 9afeb41f9f549cf2c707ebe8c33537a27d2c4858 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[r8125]
source = "jq"
url = "https://www.realtek.com/Download/ListAllDownloadItem?cate_id=584"
filter = '.Data.DownloadItems["Unix (Linux)"][] | select(.Name | startswith("r8125")) | .Version'

[UrbanTerror]
source = "regex"
url = "https://www.urbanterror.info/downloads/"
regex = "UrbanTerror(\\d+)_full\\.zip"
from_pattern = "(\\d)(\\d)(\\d)"
to_pattern = "\\1.\\2.\\3"

[SecLists]
source = "github"
github = "danielmiessler/SecLists"
use_latest_release = "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_release = "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"

[nuclei]
source = "github"
github = "projectdiscovery/nuclei"
use_latest_release = "true"
prefix = "v"

[feroxbuster]
source = "github"
github = "epi052/feroxbuster"
use_latest_release = "true"
prefix = "v"

[metasploit-framework-bin]
source = "regex"
url = "https://apt.metasploit.com/"
regex = "metasploit-framework_([A-Za-z0-9._-]+)~.*_amd64.deb"

# Tracked from the codeberg tags, matching DOWNLOAD: the PyPI sdist omits
# telethon_generator/ and cannot be built from source. Codeberg is Forgejo,
# so the gitea source works against it with a host override.
[python3-telethon]
source = "gitea"
gitea = "Lonami/Telethon"
host = "codeberg.org"
use_max_tag = true
prefix = "v"