-g
xapp: &xapp concurrent: 100 workflow: - name: scan base: - util-target-split - util-get-env - detect-url - detect-website - list-enable - fingerprint - util-reminder output: [ "event.website" ] - name: output base: - util-result-printer input: [ "event.website" ] strategies: - <<: *xapp name: l1 description: 我的自定义命令 path: - g:///root/xray-plugins/group/test.list
xapp l1 -t https://xray.cool
xapp -g /root/xray-plugins/group/test.list -t https://xray.cool
xapp -r xxx.yml -t https://www.example.com echo https://www.example.com | xapp -r xxx.yml
xapp -r xxx.yml -t https://www.example.com -t https://www.example2.com xapp -r xxx.yml -i targets.txt cat targets.txt | xapp -r xxx.yml
xapp -r xxx.yml -r yyy.yml -t https://www.example.com xapp -r "./finger/web/*.yml" -t https://www.example.com xapp -r "./finger/**/*.yml" -t https://www.example.com
xapp -g web.list -t https://www.example.com
Was this page helpful?