All Projects → yw9381 → Burp_suite_doc_zh_cn

yw9381 / Burp_suite_doc_zh_cn

这是基于Burp Suite官方文档翻译而来的中文版文档

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Burp suite doc zh cn

auth analyzer
Burp Extension for testing authorization issues. Automated request repeating and parameter value extraction on the fly.
Stars: ✭ 77 (-76.16%)
Mutual labels:  burpsuite
Commodity Injection Signatures
Commodity Injection Signatures, Malicious Inputs, XSS, HTTP Header Injection, XXE, RCE, Javascript, XSLT
Stars: ✭ 267 (-17.34%)
Mutual labels:  burpsuite
Miscellaneous
百宝箱
Stars: ✭ 285 (-11.76%)
Mutual labels:  burpsuite
Burp-Suite
|| Activate Burp Suite Pro with Loader and Key-Generator ||
Stars: ✭ 94 (-70.9%)
Mutual labels:  burpsuite
Leader.js.cool
不可替代的团队领袖培养计划
Stars: ✭ 257 (-20.43%)
Mutual labels:  gitbook
Faraday
Faraday introduces a new concept - IPE (Integrated Penetration-Test Environment) a multiuser Penetration test IDE. Designed for distributing, indexing, and analyzing the data generated during a security audit.
Stars: ✭ 3,198 (+890.09%)
Mutual labels:  burpsuite
plugin-github
Display a link to your GitHub repo in your gitbook
Stars: ✭ 22 (-93.19%)
Mutual labels:  gitbook
Personalwiki
📓 A simple personal wiki of my current knowledge
Stars: ✭ 303 (-6.19%)
Mutual labels:  gitbook
Prometheus Handbook
Prometheus 中文文档
Stars: ✭ 258 (-20.12%)
Mutual labels:  gitbook
Ethical Hacking Tools
Complete Listing and Usage of Tools used for Ethical Hacking
Stars: ✭ 272 (-15.79%)
Mutual labels:  burpsuite
burp data collector
A Burp plugin that collects Burp request parameters, directories, paths and file names into the database for sorting
Stars: ✭ 58 (-82.04%)
Mutual labels:  burpsuite
sqlmap-wiki-zhcn
可能是最完整的 sqlmap 中文文档。
Stars: ✭ 51 (-84.21%)
Mutual labels:  gitbook
Gsy flutter book
Flutter 完整开发实战详解系列,提供在线预览和pdf下载,本系列将完整讲述:如何快速从 0 开发一个完整的 Flutter APP,配套高完成度 Flutter 开源项目 GSYGithubAppFlutter ,同时会提供一些Flutter的开发细节技巧,之后深入源码和实战为你全面解析 Flutter 。
Stars: ✭ 3,202 (+891.33%)
Mutual labels:  gitbook
Markdown-for-Documentation
Markdown is a HTML compatible language used for Documentation.
Stars: ✭ 14 (-95.67%)
Mutual labels:  gitbook
Ecsrx
A reactive take on the ECS pattern for .net game developers
Stars: ✭ 288 (-10.84%)
Mutual labels:  gitbook
gitbook-plugin-rss
RSS for your gitbook
Stars: ✭ 19 (-94.12%)
Mutual labels:  gitbook
Crystal Book
Crystal docs at https://crystal-lang.org/reference
Stars: ✭ 275 (-14.86%)
Mutual labels:  gitbook
Algorithm Exercise
Data Structure and Algorithm notes. 数据结构与算法/leetcode/lintcode题解/
Stars: ✭ 3,276 (+914.24%)
Mutual labels:  gitbook
Burpdeveltraining
Material for the training "Developing Burp Suite Extensions – From Manual Testing to Security Automation"
Stars: ✭ 302 (-6.5%)
Mutual labels:  burpsuite
Docs
The Rocket.Chat server, desktop, mobile, user, admin & developer documentation.
Stars: ✭ 282 (-12.69%)
Mutual labels:  gitbook

Burp Suite 官方文档中文版

翻译完成度 中文版本 英文版本 PDF下载 ePub下载 Mobi下载

本文档使用GitBook制作,基于 BurpSuite 内置的HTML文档,文档以Burp 版本号作为标示,最新的文档可至官方文档中心查看
本书在Gitbook的信息可以在这里查看 翻译进度以GitBook的目录列表为准

开始阅读

文档语言 文档版本 阅读地址 文档目录 仓库地址
中文 v2.0beta 开始阅读 查看目录 查看仓库
英文 v2.0.11beta 开始阅读 查看目录 查看仓库

下载本书

本书可直接从GitBook下载最新构建的电子书 下载PDF版本 | 下载ePub版本 | 下载mobi版本

构建本书

本书基于GitBook制作,可以使用我提供的一键构建脚本build_book.sh,也可以手动构建

  1. 下载并安装NodeJS
  2. 下载并安装Git
  3. 使用npm安装gitbook
    npm install gitbook-cli -g
    
  4. 使用npm安装电子书转换工具
    npm install ebook-convert -g
    
  5. 克隆本项目
    git clone https://github.com/yw9381/Burp_Suite_Doc_zh_cn
    
  6. 生成最新版电子书
    cd Burp_Suite_Doc_zh_cn/
    gitbook pdf ./ ./Burp_Suite_官方文档中文版.pdf   # 生成PDF
    gitbook epub ./ ./Burp_Suite_官方文档中文版.epub # 生成ePub
    gitbook mobi ./ ./Burp_Suite_官方文档中文版.mobi # 生成Mobi
    
  7. 基于某一版本构建
    # 首先切换到某个版本,xxx代表版本标记,即git的tag
    git checkout xxx
    # 构建电子书,此处以pdf为例,xxx为保存文件的文件名中的版本号
    gitbook pdf ./ ./Burp_Suite_官方文档中文版_xxx.pdf
    ``
    
    

贡献力量

如果你想对本书做出一些贡献的话

  • 可以帮忙校对,找bug错别字等等
  • 可以提出专业方面的修改建议
  • 可以把一些不尽人意的语句翻译的更好更有趣

对于以上各类建议,请以issue的形式发送,我看到之后会尽快处理

如何参与

  • 新建一个分支,然后联系我认领要翻译的章节
  • 使用MarkDown编辑器,md语法格式进行文档翻译及排版工作
  • 完成之后Pull Request该分支
  • 如没问题的话,我会合并到主分支
  • 如果不太明白md的排版,可以把翻译好的内容发送给我,我代为排版并提交
  • 如有其它问题,欢迎发送issue,谢谢~

版权

  • 本书原始内容版权归portswigger公司所有
  • 翻译版权归译者所有

协议

本书基于MIT License开源。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].