4ESTSEC / wxvl
自动抓取微信公众号安全漏洞文章,转换为Markdown格式并建立本地知识库,每日持续更新。本项目基于 [原版wxvl](https://github.com/20142995/wxvl) 进行扩展。
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing 4ESTSEC/wxvl in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler view微信公众号安全漏洞文章归档 本项目基于 原版wxvl 进行扩展,新增了2022年4月至2025年4月期间的安全漏洞文章。 ✨ 项目功能 自动抓取微信公众号安全漏洞文章,转换为Markdown格式并建立本地知识库,每日持续更新。 📰 数据来源 数据来自以下渠道的公众号文章: • chainreactors/picker 每日归档 • BruceFeIix/picker 每日归档 • Doonsec RSS订阅源 • 从GitHub Issues中提取的公众号链接 🔍 内容筛选规则 系统会自动识别包含以下关键词的文章: 复现|漏洞|CVE-\d+|CNVD-\d+|CNNVD-\d+|XVE-\d+|QVD-\d+|POC|EXP|0day|1day|nday|RCE|代码执行|命令执行 🛠️ 技术实现 • 使用 wechatmp2markdown 将公众号文章转为Markdown格式 • 智能处理特殊字符,生成合规文件名 • 按年月分类存储: • 通过 记录已处理链接,避免重复 ⚙️ 使用方法 自动运行 • GitHub Actions 每4小时自动执行 手动运行 `bash 抓取当日新文章 python run.py today 抓取历史文章(更改脚本后使用) python run_history.py history