├── GeoLite2-ASN.mmdb ├── GeoLite2-City.mmdb ├── LICENSE ├── README.md ├── ncrack ├── ncrack-services └── wih ├── Readme.md ├── rules.yml ├── sha256sum.txt ├── wih_amd64.exe ├── wih_darwin_amd64 ├── wih_darwin_arm64 ├── wih_linux_amd64 └── wih_linux_arm64 /GeoLite2-ASN.mmdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aabyss-Team/arl_files/fcacf93adba67ca094cd94c3b39c14abb158d516/GeoLite2-ASN.mmdb -------------------------------------------------------------------------------- /GeoLite2-City.mmdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aabyss-Team/arl_files/fcacf93adba67ca094cd94c3b39c14abb158d516/GeoLite2-City.mmdb -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2024 Aabyss-Team 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # arl_files 2 | 3 | **注:源开源项目被删除,所以建立了本开源项目留作备份,本项目所有内容均来自于[1c3z/arl_files](https://github.com/1c3z/arl_files)最新版本** 4 | -------------------------------------------------------------------------------- /ncrack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aabyss-Team/arl_files/fcacf93adba67ca094cd94c3b39c14abb158d516/ncrack -------------------------------------------------------------------------------- /ncrack-services: -------------------------------------------------------------------------------- 1 | # Ncrack available services 2 | # Use this file to add additional supported services in the format specified: 3 | # / 4 | # where protocol = either tcp or udp 5 | 6 | ftp 21/tcp 7 | ssh 22/tcp 8 | telnet 23/tcp 9 | http 80/tcp 10 | pop3 110/tcp 11 | imap 143/tcp 12 | netbios-ssn 445/tcp 13 | smb 445/tcp 14 | smb 139/tcp 15 | https 443/tcp 16 | owa 443/tcp 17 | sip 5060/tcp 18 | pop3s 995/tcp 19 | mssql 1443/tcp 20 | mysql 3306/tcp 21 | ms-wbt-server 3389/tcp 22 | rdp 3389/tcp 23 | psql 5432/tcp 24 | vnc 5801/tcp 25 | vnc 5900/tcp 26 | vnc 5901/tcp 27 | vnc 6001/tcp 28 | redis 6379/tcp 29 | winrm 5985/tcp 30 | winrm 5986/tcp 31 | cassandra 9160/tcp 32 | cassandra 9042/tcp 33 | mongodb 27017/tcp 34 | 35 | -------------------------------------------------------------------------------- /wih/Readme.md: -------------------------------------------------------------------------------- 1 | ## 介绍 2 | 3 | WebInfoHunter(简称 wih)工具是一款功能强大、易用性高、扩展性强的命令行工具。 4 | 5 | 可以快速地获取指定网页中的各种特定信息。采用 Golang 编写。 6 | 7 | 旨在快速批量地查找指定网页中 JS 中的各种特定信息,例如子域名、路径、URL、邮箱、IP、手机号、AK 和 SecretKey 等。 8 | 9 | wih 工具的规则非常灵活,可以根据自己的需求自定义规则,当前已经预设了 36 条规则。 10 | 11 | 此外,wih 工具还支持对 JWT Token 的有效期进行检验,以及对云 API 中的 AK 和 SK 进行有效性检验,节省验证时间。 12 | 13 | wih 工具支持多种输出格式,包括文本、JSON、CSV、HTML 和 Markdown 等,可以根据自己的需求选择合适的格式进行输出。 14 | 15 | 而且,wih 工具还支持自动根据站点URL保存输出结果,方便对结果来源进行查找,同时还可以将 AK 和 SK 检出结果单独保存,提高工作效率。 16 | 17 | 18 | 19 | ## 命令行 20 | 21 | ```shell 22 | Usage: 23 | WebInfoHunter(简称 wih) [flags] 24 | 25 | Flags: 26 | --ak-sk-output string AK/SK 单独保存的文件名 (default "ak_leak.txt") 27 | -a, --auto-save-name 根据站点自动生成保存的文件名 28 | -c, --concurrency int 并发数(针对站点) (default 2) 29 | -P, --concurrency-per-site int 每个站点的并发数 (default 3) 30 | --csv CSV 格式输出 31 | --dc 禁止检查 AK/SK 有效性 32 | --dial-timeout float Dial timeout (s) (default 5) 33 | --disable-ak-sk-output 禁止 AK/SK 单独保存 34 | --disable-check-ak-sk 禁止检查 AK/SK 有效性 35 | --disable-color disable log color 36 | -f, --follow-redirect 跟随重定向 37 | -G, --generate-rule 生成规则 38 | -H, --header strings Custom header (e.g. 'X-My-Header: value') 39 | -h, --help help for WebInfoHunter(简称 40 | --html HTML 格式输出 41 | --limit-reader-size int Maximum response size (in bytes) (default 10485760) 42 | --log-file string Path to log file (default "-") 43 | -v, --log-level string Log level (zero,debug,info,success,error) (default "info") 44 | -M, --max-collect int 用于表示所有收集类型的最大收集数量, 对于每个站点 (default 600) 45 | --md Markdown 格式输出 46 | -o, --output string 结果输出文件的名称(- 为标准输出) (default "-") 47 | -J, --output-json JSON 格式输出 48 | -x, --proxy string HTTP proxy (e.g. http://localhost:8080) 49 | -r, --rule-config string 规则配置文件 (default "rules.yml") 50 | --size int 设置表格分页大小 51 | -t, --target string 目标URL或者文件 52 | -T, --text 文本格式输出 53 | --timeout float Response timeout (s) (default 180) 54 | --version 显示版本 55 | 56 | ``` 57 | 58 | 59 | 60 | 61 | ## 例子 62 | 63 | 64 | 0. 生成规则 65 | 66 | ```shell 67 | ./wih -G 68 | ``` 69 | 70 | 71 | 2. 对单个URL进行信息提取 72 | 73 | ```shell 74 | ./wih -t https://www.baidu.com 75 | ``` 76 | 77 | 78 | 2. 批量对URL进行信息提取 79 | 80 | -a 参数表示根据站点自动生成保存文件名,方便对结果来源进行查找。 81 | 82 | ```shell 83 | ./wih -t urls.txt -a 84 | ``` 85 | 86 | 3. 第三方程序调用 87 | 88 | ```shell 89 | ./wih -t https://www.baidu.com -J -o result.json 90 | ``` 91 | 92 | 93 | ## 内置规则 94 | 95 | ```yaml 96 | rules: 97 | # 域名,内置规则 98 | - id: domain 99 | enabled: true 100 | # IP, 内置规则 101 | - id: ip 102 | enabled: true 103 | # 路径,内置规则 104 | - id: path 105 | enabled: true 106 | # URL主机部分为域名,内置规则 107 | - id: domain_url 108 | enabled: true 109 | # URL主机部分为IP,内置规则 110 | - id: ip_url 111 | enabled: true 112 | # 邮箱 113 | - id: email 114 | enabled: true 115 | pattern: \b[A-Za-z0-9._\-]+@[A-Za-z0-9.\-]+\.[A-Za-z]{2,61}\b 116 | # 二代身份证 117 | - id: id_card 118 | enabled: true 119 | pattern: \b([1-9]\d{5}(19|20)\d{2}((0[1-9])|(1[0-2]))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx])\b 120 | # 手机号 121 | - id: phone 122 | enabled: true 123 | pattern: \b1[3-9]\d{9}\b 124 | # jwt token (不要修改ID) 125 | - id: jwt_token 126 | enabled: true 127 | pattern: eyJ[A-Za-z0-9_/+\-]{10,}={0,2}\.[A-Za-z0-9_/+\-\\]{15,}={0,2}\.[A-Za-z0-9_/+\-\\]{10,}={0,2} 128 | # 阿里云 AccessKey ID (不要修改ID) 129 | - id: Aliyun_AK_ID 130 | enabled: true 131 | pattern: \bLTAI[A-Za-z\d]{12,30}\b 132 | # 腾讯云 AccessKey ID (不要修改ID) 133 | - id: QCloud_AK_ID 134 | enabled: true 135 | pattern: \bAKID[A-Za-z\d]{13,40}\b 136 | # 京东云 AccessKey ID (不要修改ID) 137 | - id: JDCloud_AK_ID 138 | enabled: true 139 | pattern: \bJDC_[0-9A-Z]{25,40}\b 140 | # 亚马逊 AccessKey ID 141 | - id: AWS_AK_ID 142 | enabled: true 143 | pattern: '["''](?:A3T[A-Z0-9]|AKIA|AGPA|AIDA|AROA|AIPA|ANPA|ANVA|ASIA)[A-Z0-9]{16}["'']' 144 | # 火山引擎 AccessKey ID 145 | - id: VolcanoEngine_AK_ID 146 | enabled: true 147 | pattern: \b(?:AKLT|AKTP)[a-zA-Z0-9]{35,50}\b 148 | # 金山云 AccessKey ID 149 | - id: Kingsoft_AK_ID 150 | enabled: true 151 | pattern: \bAKLT[a-zA-Z0-9-_]{16,28}\b 152 | # 谷歌云 AccessKey ID 153 | - id: GCP_AK_ID 154 | enabled: true 155 | pattern: \bAIza[0-9A-Za-z_\-]{35}\b 156 | # 提取 SecretKey, 内置规则 157 | - id: secret_key 158 | enabled: true 159 | # Bearer Token 160 | - id: bearer_token 161 | enabled: true 162 | pattern: \b[Bb]earer\s+[a-zA-Z0-9\-=._+/\\]{20,500}\b 163 | # Basic Token 164 | - id: basic_token 165 | enabled: true 166 | pattern: \b[Bb]asic\s+[A-Za-z0-9+/]{18,}={0,2}\b 167 | # Auth Token 168 | - id: auth_token 169 | enabled: true 170 | pattern: '["''\[]*[Aa]uthorization["''\]]*\s*[:=]\s*[''"]?\b(?:[Tt]oken\s+)?[a-zA-Z0-9\-_+/]{20,500}[''"]?' 171 | # PRIVATE KEY 172 | - id: private_key 173 | enabled: true 174 | pattern: -----\s*?BEGIN[ A-Z0-9_-]*?PRIVATE KEY\s*?-----[a-zA-Z0-9\/\n\r=+]*-----\s*?END[ A-Z0-9_-]*? PRIVATE KEY\s*?----- 175 | #Gitlab V2 Token 176 | - id: gitlab_v2_token 177 | enabled: true 178 | pattern: \b(glpat-[a-zA-Z0-9\-=_]{20,22})\b 179 | #Github Token 180 | - id: github_token 181 | enabled: true 182 | pattern: \b((?:ghp|gho|ghu|ghs|ghr|github_pat)_[a-zA-Z0-9_]{36,255})\b 183 | #腾讯云 API网关 APPKEY 184 | - id: qcloud_api_gateway_appkey 185 | enabled: true 186 | pattern: \bAPID[a-zA-Z0-9]{32,42}\b 187 | #微信 公众号/小程序 APPID 188 | - id: wechat_appid 189 | enabled: true 190 | pattern: '["''](wx[a-z0-9]{15,18})["'']' 191 | #企业微信 corpid 192 | - id: wechat_corpid 193 | enabled: true 194 | pattern: '["''](ww[a-z0-9]{15,18})["'']' 195 | #微信公众号 196 | - id: wechat_id 197 | enabled: true 198 | pattern: '["''](gh_[a-z0-9]{11,13})["'']' 199 | # 密码 200 | - id: password 201 | enabled: true 202 | pattern: (?i)(?:admin_?pass|password|[a-z]{3,15}_?password|user_?pass|user_?pwd|admin_?pwd)\\?['"]*\s*[:=]\s*\\?['"][a-z0-9!@#$%&*]{5,20}\\?['"] 203 | # 企业微信 webhook 204 | - id: wechat_webhookurl 205 | enabled: true 206 | pattern: \bhttps://qyapi.weixin.qq.com/cgi-bin/webhook/send\?key=[a-zA-Z0-9\-]{25,50}\b 207 | # 钉钉 webhook 208 | - id: dingtalk_webhookurl 209 | enabled: true 210 | pattern: \bhttps://oapi.dingtalk.com/robot/send\?access_token=[a-z0-9]{50,80}\b 211 | # 飞书 webhook 212 | - id: feishu_webhookurl 213 | enabled: true 214 | pattern: \bhttps://open.feishu.cn/open-apis/bot/v2/hook/[a-z0-9\-]{25,50}\b 215 | # slack webhook 216 | - id: slack_webhookurl 217 | enabled: true 218 | pattern: \bhttps://hooks.slack.com/services/[a-zA-Z0-9\-_]{6,12}/[a-zA-Z0-9\-_]{6,12}/[a-zA-Z0-9\-_]{15,24}\b 219 | # grafana api key 220 | - id: grafana_api_key 221 | enabled: true 222 | pattern: \beyJrIjoi[a-zA-Z0-9\-_+/]{50,100}={0,2}\b 223 | # grafana cloud api token 224 | - id: grafana_cloud_api_token 225 | enabled: true 226 | pattern: \bglc_[A-Za-z0-9\-_+/]{32,200}={0,2}\b 227 | # grafana service account token 228 | - id: grafana_service_account_token 229 | enabled: true 230 | pattern: \bglsa_[A-Za-z0-9]{32}_[A-Fa-f0-9]{8}\b 231 | - id: app_key 232 | enabled: true 233 | pattern: \b(?:VUE|APP|REACT)_[A-Z_0-9]{1,15}_(?:KEY|PASS|PASSWORD|TOKEN|APIKEY)['"]*[:=]"(?:[A-Za-z0-9_\-]{15,50}|[a-z0-9/+]{50,100}==?)" 234 | 235 | # 排除规则, 支持字段 id, content, target , source 逻辑为 and ,如果是正则匹配,需要使用 regex: 开头 236 | # source 包括 page(网站首页), js (js 文件), system (系统生成) 237 | exclude_rules: 238 | # 排除站点 https://cc.163.com 中 类型为 secret_key 的内容 239 | - name: "不收集 cc.163.com 的 secret_key" # 排除规则名称,无实际意义 240 | id: secret_key 241 | target: regex:cc\.163\.com 242 | enabled: true 243 | 244 | - name: "不收集 open.work.weixin.qq.com 的 bearer_token" 245 | id: bearer_token 246 | target: https://open.work.weixin.qq.com 247 | content: regex:Bearer\s+ 248 | enabled: true 249 | 250 | - name: "过滤来自首页的内容" 251 | source_tag: page 252 | enabled: false 253 | 254 | ``` 255 | 256 | 257 | 258 | ## 更新日志 259 | 260 | ### 2023-12(v1.5.4-beta) 261 | 262 | - 新增:根据来源(source_tag)进行排除 263 | - 新增:命令行参数 --disable-check-ak-sk ,用于禁用 sk 有效性检测 264 | - 新增:规则 1 条 265 | - 修复:检验AK有效性时,如果不联网标记为(Network Error) 266 | - 修复:检验腾讯云 SK 有效时,正确输出 AppId 267 | 268 | ## 已经集成到 ARL 269 | 270 | 271 | https://tophanttechnology.github.io/ARL-doc/function_desc/web_info_hunter/ 272 | 273 | -------------------------------------------------------------------------------- /wih/rules.yml: -------------------------------------------------------------------------------- 1 | rules: 2 | # 域名,内置规则 3 | - id: domain 4 | enabled: true 5 | # IP, 内置规则 6 | - id: ip 7 | enabled: true 8 | # 路径,内置规则 9 | - id: path 10 | enabled: true 11 | # URL主机部分为域名,内置规则 12 | - id: domain_url 13 | enabled: true 14 | # URL主机部分为IP,内置规则 15 | - id: ip_url 16 | enabled: true 17 | # 邮箱 18 | - id: email 19 | enabled: true 20 | pattern: \b[A-Za-z0-9._\-]+@[A-Za-z0-9.\-]+\.[A-Za-z]{2,61}\b 21 | # 二代身份证 22 | - id: id_card 23 | enabled: true 24 | pattern: \b([1-9]\d{5}(19|20)\d{2}((0[1-9])|(1[0-2]))(([0-2][1-9])|10|20|30|31)\d{3}[0-9Xx])\b 25 | # 手机号 26 | - id: phone 27 | enabled: true 28 | pattern: \b1[3-9]\d{9}\b 29 | # jwt token (不要修改ID) 30 | - id: jwt_token 31 | enabled: true 32 | pattern: eyJ[A-Za-z0-9_/+\-]{10,}={0,2}\.[A-Za-z0-9_/+\-\\]{15,}={0,2}\.[A-Za-z0-9_/+\-\\]{10,}={0,2} 33 | # 阿里云 AccessKey ID (不要修改ID) 34 | - id: Aliyun_AK_ID 35 | enabled: true 36 | pattern: \bLTAI[A-Za-z\d]{12,30}\b 37 | # 腾讯云 AccessKey ID (不要修改ID) 38 | - id: QCloud_AK_ID 39 | enabled: true 40 | pattern: \bAKID[A-Za-z\d]{13,40}\b 41 | # 京东云 AccessKey ID (不要修改ID) 42 | - id: JDCloud_AK_ID 43 | enabled: true 44 | pattern: \bJDC_[0-9A-Z]{25,40}\b 45 | # 亚马逊 AccessKey ID 46 | - id: AWS_AK_ID 47 | enabled: true 48 | pattern: '["''](?:A3T[A-Z0-9]|AKIA|AGPA|AIDA|AROA|AIPA|ANPA|ANVA|ASIA)[A-Z0-9]{16}["'']' 49 | # 火山引擎 AccessKey ID 50 | - id: VolcanoEngine_AK_ID 51 | enabled: true 52 | pattern: \b(?:AKLT|AKTP)[a-zA-Z0-9]{35,50}\b 53 | # 金山云 AccessKey ID 54 | - id: Kingsoft_AK_ID 55 | enabled: true 56 | pattern: \bAKLT[a-zA-Z0-9-_]{16,28}\b 57 | # 谷歌云 AccessKey ID 58 | - id: GCP_AK_ID 59 | enabled: true 60 | pattern: \bAIza[0-9A-Za-z_\-]{35}\b 61 | # 提取 SecretKey, 内置规则 62 | - id: secret_key 63 | enabled: true 64 | # Bearer Token 65 | - id: bearer_token 66 | enabled: true 67 | pattern: \b[Bb]earer\s+[a-zA-Z0-9\-=._+/\\]{20,500}\b 68 | # Basic Token 69 | - id: basic_token 70 | enabled: true 71 | pattern: \b[Bb]asic\s+[A-Za-z0-9+/]{18,}={0,2}\b 72 | # Auth Token 73 | - id: auth_token 74 | enabled: true 75 | pattern: '["''\[]*[Aa]uthorization["''\]]*\s*[:=]\s*[''"]?\b(?:[Tt]oken\s+)?[a-zA-Z0-9\-_+/]{20,500}[''"]?' 76 | # PRIVATE KEY 77 | - id: private_key 78 | enabled: true 79 | pattern: -----\s*?BEGIN[ A-Z0-9_-]*?PRIVATE KEY\s*?-----[a-zA-Z0-9\/\n\r=+]*-----\s*?END[ A-Z0-9_-]*? PRIVATE KEY\s*?----- 80 | #Gitlab V2 Token 81 | - id: gitlab_v2_token 82 | enabled: true 83 | pattern: \b(glpat-[a-zA-Z0-9\-=_]{20,22})\b 84 | #Github Token 85 | - id: github_token 86 | enabled: true 87 | pattern: \b((?:ghp|gho|ghu|ghs|ghr|github_pat)_[a-zA-Z0-9_]{36,255})\b 88 | #腾讯云 API网关 APPKEY 89 | - id: qcloud_api_gateway_appkey 90 | enabled: true 91 | pattern: \bAPID[a-zA-Z0-9]{32,42}\b 92 | #微信 公众号/小程序 APPID 93 | - id: wechat_appid 94 | enabled: true 95 | pattern: '["''](wx[a-z0-9]{15,18})["'']' 96 | #企业微信 corpid 97 | - id: wechat_corpid 98 | enabled: true 99 | pattern: '["''](ww[a-z0-9]{15,18})["'']' 100 | #微信公众号 101 | - id: wechat_id 102 | enabled: true 103 | pattern: '["''](gh_[a-z0-9]{11,13})["'']' 104 | # 密码 105 | - id: password 106 | enabled: true 107 | pattern: (?i)(?:admin_?pass|password|[a-z]{3,15}_?password|user_?pass|user_?pwd|admin_?pwd)\\?['"]*\s*[:=]\s*\\?['"][a-z0-9!@#$%&*]{5,20}\\?['"] 108 | # 企业微信 webhook 109 | - id: wechat_webhookurl 110 | enabled: true 111 | pattern: \bhttps://qyapi.weixin.qq.com/cgi-bin/webhook/send\?key=[a-zA-Z0-9\-]{25,50}\b 112 | # 钉钉 webhook 113 | - id: dingtalk_webhookurl 114 | enabled: true 115 | pattern: \bhttps://oapi.dingtalk.com/robot/send\?access_token=[a-z0-9]{50,80}\b 116 | # 飞书 webhook 117 | - id: feishu_webhookurl 118 | enabled: true 119 | pattern: \bhttps://open.feishu.cn/open-apis/bot/v2/hook/[a-z0-9\-]{25,50}\b 120 | # slack webhook 121 | - id: slack_webhookurl 122 | enabled: true 123 | pattern: \bhttps://hooks.slack.com/services/[a-zA-Z0-9\-_]{6,12}/[a-zA-Z0-9\-_]{6,12}/[a-zA-Z0-9\-_]{15,24}\b 124 | # grafana api key 125 | - id: grafana_api_key 126 | enabled: true 127 | pattern: \beyJrIjoi[a-zA-Z0-9\-_+/]{50,100}={0,2}\b 128 | # grafana cloud api token 129 | - id: grafana_cloud_api_token 130 | enabled: true 131 | pattern: \bglc_[A-Za-z0-9\-_+/]{32,200}={0,2}\b 132 | # grafana service account token 133 | - id: grafana_service_account_token 134 | enabled: true 135 | pattern: \bglsa_[A-Za-z0-9]{32}_[A-Fa-f0-9]{8}\b 136 | - id: app_key 137 | enabled: true 138 | pattern: \b(?:VUE|APP|REACT)_[A-Z_0-9]{1,15}_(?:KEY|PASS|PASSWORD|TOKEN|APIKEY)['"]*[:=]"(?:[A-Za-z0-9_\-]{15,50}|[a-z0-9/+]{50,100}==?)" 139 | 140 | # 排除规则, 支持字段 id, content, target , source 逻辑为 and ,如果是正则匹配,需要使用 regex: 开头 141 | exclude_rules: 142 | # 排除站点 https://cc.163.com 中 类型为 secret_key 的内容 143 | - name: "不收集 cc.163.com 的 secret_key" # 排除规则名称,无实际意义 144 | id: secret_key 145 | target: regex:cc\.163\.com 146 | enabled: true 147 | 148 | - name: "不收集 open.work.weixin.qq.com 的 bearer_token" 149 | id: bearer_token 150 | target: https://open.work.weixin.qq.com 151 | content: regex:Bearer\s+ 152 | enabled: true 153 | 154 | - name: "过滤来自首页的内容" 155 | source_tag: page 156 | enabled: false 157 | -------------------------------------------------------------------------------- /wih/sha256sum.txt: -------------------------------------------------------------------------------- 1 | 948714491047d55282078d741df143e936b00222eec9f96d223e31ada71f5721 *wih_amd64.exe 2 | c0cc2541f2f5fd837ef67116424a30ae18e2062e027d7fe4ecbdcb9d0615c93f *wih_darwin_amd64 3 | 888d8cbdcfcc3f5ca6dd8bea341a1943555c0394d678889fc86f2b398bff1e01 *wih_darwin_arm64 4 | a1c1c8cf0506369c52c7f06563285e0cad475c2934a0ecb41f43d7a73bb9513b *wih_linux_amd64 5 | 92b31cc60ee9223bead4b74dd4ecc2c7179c0ed9333689558c7cbc86325b540b *wih_linux_arm64 6 | -------------------------------------------------------------------------------- /wih/wih_amd64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aabyss-Team/arl_files/fcacf93adba67ca094cd94c3b39c14abb158d516/wih/wih_amd64.exe -------------------------------------------------------------------------------- /wih/wih_darwin_amd64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aabyss-Team/arl_files/fcacf93adba67ca094cd94c3b39c14abb158d516/wih/wih_darwin_amd64 -------------------------------------------------------------------------------- /wih/wih_darwin_arm64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aabyss-Team/arl_files/fcacf93adba67ca094cd94c3b39c14abb158d516/wih/wih_darwin_arm64 -------------------------------------------------------------------------------- /wih/wih_linux_amd64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aabyss-Team/arl_files/fcacf93adba67ca094cd94c3b39c14abb158d516/wih/wih_linux_amd64 -------------------------------------------------------------------------------- /wih/wih_linux_arm64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aabyss-Team/arl_files/fcacf93adba67ca094cd94c3b39c14abb158d516/wih/wih_linux_arm64 --------------------------------------------------------------------------------