fuzzing.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [fuzzing]

www.codever.land/bookmarks/t/fuzzing

go-fuzz

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

Randomized testing system.


gofuzz

https://github.com/google/gofuzz

Library for populating go objects with random values.


Tavor

https://github.com/zimmski/tavor

Generic fuzzing and delta-debugging framework.


cdp

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.


chromedp

https://github.com/knq/chromedp

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


ggr

https://github.com/aerokube/ggr

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


selenoid

https://github.com/aerokube/selenoid

alternative Selenium hub server that launches browsers within containers.


failpoint

https://github.com/pingcap/failpoint

An implementation of failpoints for Golang.