forked from Miagz/XrayFofa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscan_config.yaml
41 lines (29 loc) · 1.06 KB
/
scan_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
#xray配置
xray:
#扫描结果存储路径
file_path:
#xray文件位置,不填则为XrayFofa根目录,例如:/路径/xray_***_amd64
xray_file_path:
#xray 结果输出方式默认是 html|xray输入出方式仅有html,json,text
input_file_type:
#自定义xray的plugins 默认为:xss,dirscan,xxe,upload,jsonp,brute-force,cmd-injection,crlf-injection,phantasm,sqldet
xray_plugins:
#fofa配置
fofa:
#fofa cookie
Fofa_Cookie:
#fofa登录邮箱
Fofa_email:
#fofa key值
Fofa_key:
#fofa搜索语法,可直接在后面添加
fofaQuerysyntax:
- status_code=200
#全局配置
global:
#是否开启fofa爬虫模式,开启后需填写Fofa_Cookie和fofaQuery(开启后将不会使用fofaAPI,fofa普通会员以及fofa高级会员勿用)
fofareptile: no
#是否只扫描域名,如果需要请修改为yes
scan_domain_name: no
#多线程数量
threads: 5