mirror of
https://github.com/chainreactors/spray.git
synced 2025-11-05 10:27:38 +00:00
update README.md
This commit is contained in:
parent
ec3ee45b89
commit
3da923b2a8
15
README.md
15
README.md
@ -14,10 +14,9 @@
|
||||
* 超强的性能, 在本地测试极限性能的场景下, 能超过ffuf与feroxbruster的性能50%以上. 实际情况受到网络的影响, 感受没有这么明确. 但在多目标下可以感受到明显的区别.
|
||||
* 基于掩码的字典生成
|
||||
* 基于规则的字典生成
|
||||
* 动态智能过滤
|
||||
* 全量[gogo](https://github.com/chainreactors/gogo)的指纹识别, 全量的[fingerprinthub](https://github.com/0x727/FingerprintHub)指纹
|
||||
* 自定义信息提取, 如ip,js, title, hash以及自定义的正则表达式
|
||||
* 自定义过滤策略
|
||||
* 动态智能过滤, 自定义过滤策略
|
||||
* 全量[gogo](https://github.com/chainreactors/gogo)的指纹识别, 全量的[fingerprinthub](https://github.com/0x727/FingerprintHub),[wappalyzer](https://github.com/projectdiscovery/wappalyzergo)指纹
|
||||
* 自定义信息提取, 内置敏感信息提取规则
|
||||
* 自定义输出格式与内容
|
||||
* *nix的命令行设计, 轻松与其他工具联动
|
||||
* 多角度的自动被ban,被waf判断
|
||||
@ -84,14 +83,16 @@ go build .
|
||||
1. [x] 模糊对比
|
||||
2. [x] 断点续传
|
||||
3. [x] 简易爬虫
|
||||
4. [ ] 支持http2
|
||||
4. [x] 支持http2
|
||||
5. [ ] auto-tune, 自动调整并发数量
|
||||
6. [x] 可自定义的递归配置
|
||||
7. [x] 参考[feroxbuster](https://github.com/epi052/feroxbuster)的`--collect-backups`, 自动爆破有效目录的备份
|
||||
8. [ ] 支持socks/http代理, 不建议使用, 优先级较低. 代理的keep-alive会带来严重的性能下降
|
||||
8. [x] 支持socks/http代理, 不建议使用, 优先级较低. 代理的keep-alive会带来严重的性能下降
|
||||
9. [ ] 云函数化, chainreactors工具链的通用分布式解决方案.
|
||||
|
||||
## Thanks
|
||||
|
||||
* [fuzzuli](https://github.com/musana/fuzzuli) 提供了一个备份文件字典生成思路
|
||||
* [fingerprinthub](https://github.com/0x727/FingerprintHub) 作为指纹库的补充
|
||||
* [fingerprinthub](https://github.com/0x727/FingerprintHub) 作为指纹库的补充
|
||||
* [wappalyzer](https://github.com/projectdiscovery/wappalyzergo) 作为指纹库补充
|
||||
* [dirsearch](https://github.com/maurosoria/dirsearch) 提供了默认字典
|
||||
Loading…
x
Reference in New Issue
Block a user