Repository History
3 repositories tagged with fuzzing

Wake: A Python Framework for Secure Solidity Development and Fuzz Testing
Wake is a robust Python-based framework designed for secure Solidity development and comprehensive fuzz testing. It provides built-in vulnerability detectors, helping developers build more secure Ethereum dApps. With features like a VS Code extension and CI/CD integration, Wake streamlines the smart contract development workflow.
awesome-api-security: A Curated List of API Security Tools and Resources
The awesome-api-security repository is a comprehensive collection of open-source tools and resources dedicated to enhancing API security. It provides valuable insights and practical assets for anyone involved in API hacking, hardening, and pentesting. This community-driven list aims to centralize essential information and benefit the entire security community.

Hypothesis: Property-Based Testing for Python
Hypothesis is a powerful property-based testing library for Python, designed to help developers write more robust and reliable code. It automatically generates diverse test inputs, including challenging edge cases, to uncover bugs that traditional testing methods might miss. When a bug is found, Hypothesis simplifies debugging by providing the simplest possible failing example.