blob: 63802356f37c03d564e4e4bce73739006ef6124a (
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
|
[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"
|