name: HTTP抓包 category: debug desc: |- - 部分请求不允许 mitm, 启用抓包会导致网络错误 icon: https://raw.githubusercontent.com/qsoyq/shell/main/assets/icon/debug.png http: mitm: # ChatGPT App - "-ios.chat.openai.com" - "-ws.chatgpt.com" - "-ab.chatgpt.com" # 米家 - "-*api.mijia.tech" # Apple - "-*.itunes.apple.com" - "-*.iadsdk.apple.com" - "-*.apple.com" - "-*.mzstatic.com" - "-*.icloud-content.com" - "-*.icloud.com" - "-gspe1-ssl.ls.apple.com" # 抖音 - "-*.douyinvod.com" - "-*.douyinpic.com" - "-*.amemv.com" # 番茄小说 - "-*api5-normal-sinfonlineb.fqnovel.com" - "-*fqnovelpic.com" # ? - "-wxapp.tc.qq.com" # Tiktok - "-*.tiktokv.*" - "-*.tiktokcdn-*.com" # include - "*.com" - "*.by" - "*.app" - "*.xyz" - "*.net" - "*.org" - "*.ai" - "*.ua" - "*.me" - "*.top" - "*.md" - "*.ws" - "*.tv" - "*.cc" - "*.sb" - "*.mobi" - "*.info" - "*.biz" - "*.xyz" - "*.online" - "*.site" - "*.tech" - "*.store" - "*.cn" - "*.us" - "*.uk" - "*.de" - "*.jp" - "*.fr" - "*.in" - "*.au" - "*.br" - "*.ru" script: - match: ^https?://.* name: http-capture-all type: response require-body: true timeout: 10 argument: "" binary-mode: false max-size: 2097152 # 2MB debug: false script-providers: http-capture-all: url: https://raw.githubusercontent.com/qsoyq/stash/main/script/debug/http-capture.js interval: 86400