Skip to content

Latest commit

 

History

History
60 lines (51 loc) · 3.18 KB

fuzzing.md

File metadata and controls

60 lines (51 loc) · 3.18 KB

Bookmarks tagged [fuzzing]

https://github.com/dvyukov/go-fuzz

Randomized testing system.


https://github.com/google/gofuzz

Library for populating go objects with random values.


https://github.com/zimmski/tavor

Generic fuzzing and delta-debugging framework.


https://github.com/mafredri/cdp

Type-safe bindings for the Chrome Debugging Protocol that can be used with browsers or other debug targets that implement it.


https://github.com/knq/chromedp

a way to drive/test Chrome, Safari, Edge, Android Webviews, and other browsers supporting the Chrome Debugging Protocol.


https://github.com/aerokube/ggr

a lightweight server that routes and proxies Selenium Wedriver requests to multiple Selenium hubs.


https://github.com/aerokube/selenoid

alternative Selenium hub server that launches browsers within containers.


https://github.com/pingcap/failpoint

An implementation of failpoints for Golang.