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
562 stars 116 forks source link

被动扫描参数怎么设置,-t参数是必须的嘛? #10

Closed V-Godkey closed 10 months ago

V-Godkey commented 1 year ago

jie sudo ./Jie-Darwin-x64 webscan --listen 127.0.0.1:6000

 ██╗██╗███████╗
 ██║██║██╔════╝
 ██║██║█████╗

██ ██║██║██╔══╝ ╚█████╔╝██║███████╗ ╚════╝ ╚═╝╚══════╝

    v0.3.1
https://github.com/yhy0/Jie

Use with caution. You are responsible for your actions. Developers assume no liability and are not responsible for any misuse or damage.

Error: required flag(s) "target" not set Usage: Jie webscan [flags]

Flags: -h, --help help for webscan --listen string use proxy resource collector, value is proxy addr, (example: 127.0.0.1:1111) -p, --plugin strings Vulnerable Plugin, (example: --plugin xss,csrf,sql,bbscan ...) (default [XSS,SQL,CMD,XXE,SSRF,BRUTE,JSONP,CRLF,BBSCAN]) --poc strings specify the nuclei poc to run, separated by ','(example: test.yml,./test/*) --show specifies whether the show the browser in headless mode

Global Flags: --debug debug --proxy string proxy, (example: --proxy http://127.0.0.1:8080) -t, --target string target

required flag(s) "target" not set

yhy0 commented 1 year ago

不是,我写的有点问题,你随便指定一个吧,还有就是这个被动可能存在问题,还在开发中,最新版我没推上来,还在测试。 等我测试完