Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Miagz authored Mar 16, 2021
1 parent 365999a commit 6a8429f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,25 @@ xray:
#xray 结果输出方式默认是 html|xray输入出方式仅有html,json,text
input_file_type:

#自定义xray的plugins 默认为:phantasm,brute_force,sqldet,cmd_injection
xray_plugins:

#fofa配置
fofa:
#fofa cookie
Fofa_Cookie:

#fofa登录邮箱
Fofa_email:
Fofa_email:

#fofa key值
Fofa_key:
Fofa_key:

#fofa搜索语法,可直接在后面添加
fofaQuerysyntax:
- status_code=200



#全局配置
global:
#是否开启fofa爬虫模式,开启后需填写Fofa_Cookie和fofaQuery(开启后将不会使用fofaAPI,fofa普通会员以及fofa高级会员勿用)
Expand All @@ -59,6 +61,8 @@ global:

#多线程数量
threads: 5


~~~
### xray配置 ✔
> input_file_type
Expand All @@ -70,6 +74,9 @@ global:
> xray_file_path
<p>xray所在的路径(包含xray文件名) 为空则默认xray在当前目录下</p>
> xray_plugins
<p>自定义xray的plugins 默认为:phantasm,brute_force,sqldet,cmd_injection</p>
### fofa配置 ✔
> Fofa_Cookie
<p>fofa用户cookie,fofareptile启动后才会调用,留空后则爬虫爬取时每次只爬取一页</p>
Expand Down

0 comments on commit 6a8429f

Please sign in to comment.