WooYun is a local knowledge base system that reconstructs historical vulnerability reports, white hat profiles, vendor info, Drops articles, community posts, and security team data from the defunct WooYun platform for offline browsing and full-text search.

Stars

8

7-day growth

No data

Forks

1

Open issues

0

License

No data

Last updated

2026-06-26

AI repository intelligence
FR-AI / ANALYSIS

Why it is worth attention

It preserves the complete WooYun ecosystem as a self-contained offline application, requiring no external databases or network access, and provides a searchable archive of Chinese security vulnerability history.

Who it is for

  • Chinese security researchers and penetration testers
  • Cybersecurity students learning vulnerability cases
  • Historians of Chinese infosec community
  • Enterprise security teams looking for historical vendor vulnerability data

Use cases

  • Offline study of past vulnerability reports and exploit techniques
  • Searching for specific vendors or white hat hackers by name
  • Reviewing WooYun Drops articles and community discussions without internet
  • Building local security knowledge base for training or research

Strengths

  • Completely offline and self-contained: no login, no external dependencies
  • Rich dataset covering reports, white hats, vendors, community, and knowledge base
  • Full-text site-wide search implemented via simple API endpoints
  • Easy to run on any machine with Node.js 18+ and can be exposed to LAN/public internet

Considerations

  • Requires separate download of large data and image archives from cloud drives
  • Data is historical and not updated with new vulnerabilities or activities
  • Designed primarily for local use; exposing to public networks requires manual configuration and may pose security risks

README quick start

WooYun

WooYun 是一个基于 WooYun 历史数据重构的本地知识库系统,用于浏览和检索历史漏洞报告、白帽子、相关厂商、WooYun Drops 文章、WooYun 社区帖子和安全团队信息。

项目默认面向本机离线访问,数据从项目目录内的 data/img/ 读取,不需要账号密码登录,也不依赖外部数据库。

页面展示

概览

漏洞报告详情

全站检索

厂商页面

白帽子主页

知识库

WooYun 社区

安全团队

关于

运行环境

  • Node.js 18+

数据说明

data/ 目录和 img/ 目录需要先解压到项目根目录后才能完整使用。

下载地址:

百度网盘:

通过网盘分享的文件:woyun重构版文件
链接: https://pan.baidu.com/s/1XYnTuvGEqVhT_TrE8CfGNA?pwd=zmqv
提取码: zmqv
--来自百度网盘超级会员v6的分享

夸克网盘:

我用夸克网盘给你分享了「wooyun文件」,点击链接或复制整段内容,打开「夸克APP」即可获取。
/~0c083ZF0fv~:/
链接:https://pan.quark.cn/s/742073c243a2?pwd=ERDJ
提取码:ERDJ

解压后目录结构示例:

woyun/
  css/
  data/
  img/
  imgimg/
  js/
  index.html
  package.json
  server.js

运行方法

在项目根目录执行:

npm start

然后访问:

http://127.0.0.1:8765/

局域网或公网访问

本机访问默认最安全。如果需要局域网访问,或放到公网反代后面访问,可以显式设置监听地址和端口。

Windows PowerShell:

$env:HOST="0.0.0.0"
$env:PORT="8765"
npm start

Linux/macOS:

HOST=0.0.0.0 PORT=8765 npm start

常用接口

/api/health   健康检查
/api/stats    统计数据
/api/search   全站搜索

说明

本项目为 WooYun 纪念版。

Description

v0.1

Related repositories

Similar projects matched by category, topics, and programming language.

react
Featured
react GitHub avatar

react

React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.

Web DevelopmentFrontend Frameworks
246,741
tandpfun
Featured
tandpfun GitHub avatar

wardrobe

A GPT‑image powered app that extracts individual garment cutouts from photos, organizes them into a digital wardrobe, and generates modeled outfit previews.

JavaScript
1,570
mshumer
Featured
mshumer GitHub avatar

Claude-of-Duty

A browser-based first-person shooter built entirely with procedural generation and orchestrated AI agents, featuring 55k lines of Three.js/WebGL2 code and no art assets.

AI & Machine LearningAI Agents
1,234