yhy0 / Jie

Jie stands out as a comprehensive security assessment and exploitation tool meticulously crafted for web applications. Its robust suite of features encompasses vulnerability scanning, information gathering, and exploitation, elevating it to an indispensable toolkit for both security professionals and penetration testers. 挖洞辅助工具(漏洞扫描、信息收集)
https://jie.fireline.fun/
GNU Affero General Public License v3.0
561 stars 116 forks source link

请问只进行指纹扫描 #13

Closed zglaozhu closed 10 months ago

zglaozhu commented 10 months ago

请问只进行指纹扫描,不进行漏洞扫描的话,被动扫描参数怎么设置?

yhy0 commented 10 months ago
  1. 启动时指定 --np 禁用所有扫描插件
  2. 修改 Jie_config.yaml 中的所有插件开关为 false
  3. 通过 web 的配置页面关闭所有插件
zglaozhu commented 10 months ago
  1. 启动时指定 --np 禁用所有扫描插件
  2. 修改 Jie_config.yaml 中的所有插件开关为 false
  3. 通过 web 的配置页面关闭所有插件

谢谢,请问什么参数可以指定扫描速度呢?

yhy0 commented 10 months ago

配置文件中的 parallel 和 maxQps 参数,更加细化的没写。建议看看配置文件,都有注释

zglaozhu commented 10 months ago

配置文件中的 parallel 和 maxQps 参数,更加细化的没写。建议看看配置文件,都有注释

好的,谢谢啦 我去试试