KaijinLab/ogma-docs

GitHub: KaijinLab/ogma-docs

Ogma 轻量级 Web 安全测试代理平台的官方文档源码,涵盖功能说明、工作流指南、技术参考与插件开发等内容。

Stars: 0 | Forks: 0

Ogma

# Ogma 文档 ### [ogma.kaijinlab.com](https://ogma.kaijinlab.com) 的源码
[![Deploy](https://img.shields.io/github/actions/workflow/status/KaijinLab/ogma-docs/deploy.yml?style=for-the-badge&label=Deploy)](https://github.com/KaijinLab/ogma-docs/actions/workflows/deploy.yml) [![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-e8a44a?style=for-the-badge)](LICENSE)
[Ogma](https://ogma.kaijinlab.com) 的文档,本地优先的 Web 安全测试代理。 基于 [VitePress](https://vitepress.dev) 构建。 ## 开发 ``` # 安装依赖 pnpm install # 启动本地 dev server(热重载) pnpm dev # 为 production 构建 pnpm build # 预览 production 构建 pnpm preview ``` dev server 默认运行在 `http://localhost:5173`。 ## 结构 ``` . -- app/ -- Feature documentation (HTTP History, Replay, Automate, etc.) -- guide/ -- Workflow guides and tutorials -- reference/ -- Technical reference (HTTPQL, CLI, MCP tools) -- development/ -- Plugin and extension development -- plugins/ -- Plugin ecosystem documentation -- public/ -- Static assets (images, logos) -- index.md -- Home page -- introduction.md -- getting-started.md -- .vitepress/ -- VitePress configuration and theme ``` ## 部署 文档会在每次推送到 `master` 分支时,通过 GitHub Actions 自动部署到 [ogma.kaijinlab.com](https://ogma.kaijinlab.com)。 ## 许可证 文档文本基于 [CC BY 4.0](LICENSE) 许可证授权。截图和图片版权归 Kaijin Lab 所有。 Ogma 应用程序是专有软件。详情请参阅[许可证](https://ogma.kaijinlab.com/terms)。
标签:HTTP代理, VitePress, Web安全, 技术文档, 流量拦截, 蓝队分析, 防御加固, 防御绕过