-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml.copy
49 lines (43 loc) · 1011 Bytes
/
config.toml.copy
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
# Github token
github_token = 'ghp_xxxx'
# atom file path
atom_file_path = 'releases.atom'
# 企微 webhook
webhook = 'https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=xxxxxxxxxx'
# 红队工具监控列表
tools_list = [
'BeichenDream/Godzilla',
'rebeyond/Behinder',
'AntSwordProject/antSword',
'j1anFen/shiro_attack',
'yhy0/github-cve-monitor',
'gentilkiwi/mimikatz',
'ehang-io/nps',
'chaitin/xray',
'FunnyWolf/pystinger',
'L-codes/Neo-reGeorg',
'shadow1ng/fscan',
'SafeGroceryStore/MDUT',
'lxflxfcl/monitor'
]
# Github CVE 监控中高频率更新漏洞仓库的用户或组织列表
cve_high_freq_user_org_list = [
'Live-Hack-CVE'
]
# 关键词监控列表
keyword_list = [
'sql注入',
'cnvd',
'未授权'
]
# 用户监控列表
user_list = [
'yhy0',
'su18',
'BeichenDream',
'phith0n',
'zhzyker',
'lijiejie',
'projectdiscovery',
'HavocFramework',
]