-
Notifications
You must be signed in to change notification settings - Fork 0
/
My-nuclei-config.yaml
167 lines (149 loc) · 4.78 KB
/
My-nuclei-config.yaml
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
# 参考文档
# https://docs.projectdiscovery.io/tools/nuclei/running#nuclei-config
# https://github.com/projectdiscovery/nuclei/issues/472
#proxy: http://127.0.0.1:8080
# 所有 HTTP 请求中要包含的标头
# header:
# - 'X-BugBounty-Hacker: h1/geekboy'
# 基于目录的模板执行
# templates:
# - cves/
# - vulnerabilities/
# - misconfiguration/
# 基于标签的模板执行
# tags: exposures,cve
# 模板过滤器
# tags: exposures,cve
# author: geeknik,pikpikcu,dhiyaneshdk
# severity: critical,high,medium
# 模板允许列表
include-tags:
- fuzz
- devops
- cloud
- default-login
include-templates: # Template based inclusion (allows overwriting nuclei-ignore list)
- dns/spf-record-detect.yaml
- http/default-logins/
- network/default-login/
- javascript/default-logins/
- ssl/ssl-dns-names.yaml
- dns/dns-waf-detect.yaml
- http/technologies/waf-detect.yaml
- http/technologies/springboot-actuator.yaml
- http/misconfiguration/springboot/springboot-heapdump.yaml
- http/misconfiguration/jolokia/jolokia-list.yaml
- http/misconfiguration/springboot/spring-eureka.yaml
- http/technologies/nacos-version.yaml
- http/cves/2021/CVE-2021-29441.yaml
- http/cves/2021/CVE-2021-29442.yaml
- http/misconfiguration/nacos-authentication-bypass.yaml
- http/misconfiguration/unauthenticated-nacos-access.yaml
- http/exposures/apis/swagger-api.yaml
- http/exposures/configs/git-config.yaml
- http/misconfiguration/druid-monitor.yaml
- http/technologies/shiro-detect.yaml
- http/cves/2021/CVE-2021-31805.yaml
- http/technologies/weblogic-detect.yaml
- http/cves/2014/CVE-2014-4210.yaml
- http/cves/2017/CVE-2017-10271.yaml
- http/cves/2017/CVE-2017-3506.yaml
- http/cves/2018/CVE-2018-2894.yaml
- http/cves/2019/CVE-2019-2725.yaml
- http/cves/2019/CVE-2019-2729.yaml
- http/cves/2020/CVE-2020-14750.yaml
- http/cves/2020/CVE-2020-14882.yaml
- http/cves/2020/CVE-2020-14883.yaml
- http/cves/2020/CVE-2020-2551.yaml
- http/cves/2020/CVE-2020-2733.yaml
- http/cves/2022/CVE-2022-21371.yaml
- http/default-logins/weblogic/weblogic-weak-login.yaml
- http/exposed-panels/weblogic-uddiexplorer.yaml
- network/cves/2018/CVE-2018-2628.yaml
- network/cves/2018/CVE-2018-2893.yaml
- network/detection/weblogic-iiop-detect.yaml
- network/detection/weblogic-t3-detect.yaml
- network/exposed-zookeeper.yaml
- network/detection/samba-detect.yaml
- network/detection/rdp-detect.yaml
- http/exposures/backups/zip-backup-files.yaml
# 模板拒绝列表
exclude-tags:
- xss
- ssh
- dos
- osint
- c2
- malware
- bokbot
- trojan
- creds-stuffing
- token-spray
- local
- wordpress
- dvwa
exclude-templates: # Template based exclusion
- config
- file
- profiles
- dns/caa-fingerprint.yaml
- dns/nameserver-fingerprint.yaml
- http/miscellaneous/external-service-interaction.yaml
- http/miscellaneous/google-floc-disabled.yaml
- http/miscellaneous/old-copyright.yaml
- http/miscellaneous/rdap-whois.yaml
- http/misconfiguration/http-missing-security-headers.yaml
- http/misconfiguration/http-missing-security-headers.yaml
- http/misconfiguration/httponly-cookie-detect.yaml
- http/technologies/spring-detect.yaml
- http/technologies/tech-detect.yaml
- http/vulnerabilities/generic/request-based-interaction.yaml
- javascript/detection/ssh-auth-methods.yaml
- javascript/enumeration/ssh-cbc-mode-ciphers.yaml
- javascript/enumeration/ssh-diffie-hellman-logjam.yaml
- javascript/enumeration/ssh-password-auth.yaml
- javascript/enumeration/ssh-server-enumeration.yaml
- javascript/enumeration/ssh-sha1-hmac-algo.yaml
- javascript/enumeration/ssh-weak-algo-supported.yaml
- javascript/enumeration/ssh-weak-mac-algo.yaml
- javascript/enumeration/ssh-weakkey-exchange-algo.yaml
- ssl/deprecated-tls.yaml
- ssl/detect-ssl-issuer.yaml
- ssl/tls-version.yaml
# 速率限制配置
## 每个模板最大并行检测数(默认:25)
bulk-size: 50
## 并行执行的最大模板数量(默认:25)
concurrency: 50
## 每秒最大请求量(默认:150)
rate-limit: 500
# Gihub actions config
# concurrency: 150
# rate-limit: 2000
# retries: 1
# timeout: 2
# Nuclei CLI flags
# include-rr: false
# json: false
# no-meta: false
# update-directory: $HOME/
update-templates: false
# 禁用nuclei程序与模板更新
disable-update-check: true
# 禁用反连检测平台,同时排除基于反连检测的模板
## 反连检测的误报率相对较高,并且内网环境下不适用,可按需启用
no-interactsh: true
silent: true
# 显示扫描进度统计情况
stats: true
# 关闭云上传
cloud-upload: false
no-max-host-error: true
timeout: 5
markdown-export: markdown-export
report-db: report-db
# UNCOVER引擎:
# uncover: false
# uncover-query: 'app=nacos'
# uncover-engine: fofa
# uncover-limit: 10000