All Projects → LyleMi → Browser Fuzz Summarize

LyleMi / Browser Fuzz Summarize

Licence: apache-2.0
Browser Fuzz Summarize / 浏览器模糊测试综述

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Browser Fuzz Summarize

Ziya
✏️ Your local in-browser editor
Stars: ✭ 63 (-21.25%)
Mutual labels:  browser
Qrious
Pure JavaScript library for QR code generation using canvas
Stars: ✭ 1,160 (+1350%)
Mutual labels:  browser
Swiftype Search Jquery
Elastic Site Search jQuery search plugin
Stars: ✭ 74 (-7.5%)
Mutual labels:  browser
Level Browserify
No longer maintained: superseded by level v5.0.0.
Stars: ✭ 64 (-20%)
Mutual labels:  browser
Tus Js Client
A pure JavaScript client for the tus resumable upload protocol
Stars: ✭ 1,151 (+1338.75%)
Mutual labels:  browser
Bittorrent Tracker
🌊 Simple, robust, BitTorrent tracker (client & server) implementation
Stars: ✭ 1,184 (+1380%)
Mutual labels:  browser
Ip Kvm Interface
DIY IP-KVM for Remote Desktop Access
Stars: ✭ 62 (-22.5%)
Mutual labels:  browser
Macho Browser
Mac browser for Mach-O binaries (macOS, iOS, watchOS, and tvOS)
Stars: ✭ 77 (-3.75%)
Mutual labels:  browser
Apy
Apy is a simple client-side library for making rest api ajax calls.
Stars: ✭ 68 (-15%)
Mutual labels:  browser
Neutronium
🚀 Build .NET desktop applications using HTML, CSS and javascript.
Stars: ✭ 1,190 (+1387.5%)
Mutual labels:  browser
Parser Javascript
Browser sniffing gone too far — A useragent parser library for JavaScript
Stars: ✭ 66 (-17.5%)
Mutual labels:  browser
Webc
Webconverger's curated chroot from which updates originate
Stars: ✭ 66 (-17.5%)
Mutual labels:  browser
Vimperator Labs
Vimperator
Stars: ✭ 1,184 (+1380%)
Mutual labels:  browser
Tib
Easy e2e browser testing in Node
Stars: ✭ 64 (-20%)
Mutual labels:  browser
String To Stream
Convert a string into a stream (streams2)
Stars: ✭ 75 (-6.25%)
Mutual labels:  browser
Blockstack Browser
The Blockstack Browser
Stars: ✭ 1,119 (+1298.75%)
Mutual labels:  browser
Buffer
The buffer module from node.js, for the browser.
Stars: ✭ 1,178 (+1372.5%)
Mutual labels:  browser
Term Web
📟 A simple Terminal UI that run on the web
Stars: ✭ 77 (-3.75%)
Mutual labels:  browser
Noduino
JavaScript and Node.js Framework for controlling Arduino with HTML and WebSockets
Stars: ✭ 1,202 (+1402.5%)
Mutual labels:  browser
Tiza
Console styling for browsers
Stars: ✭ 74 (-7.5%)
Mutual labels:  browser

浏览器模糊测试综述

对浏览器模糊测试相关知识、论文、工具进行整理。尚有缺漏或未完成的部分,持续更新中,如有错误请不吝指出。在完成的过程中参考了一些blog、文献,皆在最后给出相应链接,感谢blog作者的分享。

索引

  • 基础知识
    • 浏览器内核简介
    • JavaScript引擎
    • Chrome
    • Webkit
    • Edge
    • ChakraCore
    • WebIDL
    • WebAssembly
  • 相关论文
    • one fuzzing template revealed over 100 IE UAF
    • DOM Level Fuzz
    • Fileja
    • GramFuzz Fuzzing
    • MongoDB’s JavaScript Fuzzer
    • Not all bytes are equal Neural byte sieve for fuzzing
    • predicting vulnerable software components
    • Scheduled DOM Fuzzing
    • Skyfire Data-Driven Seed Generation for Fuzzing
  • 浏览器防护措施
    • Edge
  • 浏览器漏洞类型
    • 信息泄漏漏洞
    • 内存破坏漏洞
    • 沙箱逃逸漏洞
    • 扩展和插件漏洞
    • UI欺骗
    • 特权域 XSS + 特权域 API
  • Fuzz方法
    • 白盒fuzz
    • 黑盒fuzz
    • 灰盒fuzz
  • Fuzz实现
    • 综述
    • 随机样本的生成
    • 样本保存
    • 其他样本生成方式
    • 浏览器进程监控
    • 浏览器fuzz缺点
  • Grinder
    • 客户端配置
    • Node
    • Server
    • metasm
    • Fuzzer编写
    • nduja
    • fileja
  • 参考资料
    • 参考文献
    • 工具
    • Blog or Talks
    • 漏洞相关

生成 HTML 格式的文档

git clone https://github.com/LyleMi/Browser-Fuzz-Summarize.git bfs
pip install sphinx
pip install sphinx-rtd-theme
make html

反馈

欢迎大家提出各种意见和建议,不胜感激。

反馈邮箱 [email protected]

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].