Coder Social home page Coder Social logo

wiki's Introduction

狼组安全团队公开知识库 🚀

使用方式

本地搭建预览环境

安装依赖

yarn install

运行

yarn run dev

打包构建

yarn run build

编写规范

  • 知识库相关文件命名全小写,如果有多个单词请使用 - 进行拼接。e.g:sql-injection

提交方式

公开WiKi 基于Github Actions 实现了自动化构建,仅需上传源文件即可自动化构建

文章插入

完成md文档放置完成后,编辑 sidebar_contents

例:CTF 分类,添加仅需在 children 数字内添加md路径

{
		title: "CTF",
		collapsable: true,
		children:[
            "/knowledge/ctf/",
            "/knowledge/ctf/ctf",
            "/knowledge/ctf/RSA",
            "/knowledge/ctf/Volatility",
            "/knowledge/ctf/deserialize-byte-escape",
            "/knowledge/ctf/js-prototype-chain-pollution",
            "/knowledge/ctf/ssrf-gopher",
            "/knowledge/ctf/xxe-bypass-payload"
		]
	},

更新日志:guide/changelog.md

提示

含有 HTML标签、以及模板标签字符如{1+1} 务必使用 "`"(键盘左上角数字1旁)包裹,否则页面会显示不正常

图片

若图片非外链格式,需要将图片放置到 docs\.vuepress\public\images\ 建立文章为名称(英文)的文件夹并放置

图片引用方式

![ssrf](/images/ssrf-gopher/2.png)

wiki's People

Contributors

keac avatar pockyrayzz avatar firecc avatar diauweb avatar lvllvs avatar peiqi0 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.