appsec.fyi

A somewhat curated list of links to various topics in application security.

Fuzzing

Fuzz testing or fuzzing is an automated software testing technique that injects invalid, malformed, or unexpected inputs into a system to reveal software defects and vulnerabilities.

ItemDate AddedLinkExcerpt
12025-08-14 11:05:17 UTCraminfp/fuzzer-development-with-rustThe content provided is a reference to a GitHub repository named "fuzzer-development-with-rust" created by the user raminfp. The repository likely contains resources, code, or tools related to developing fuzzers using the Rust programming language. Fuzzing is a software testing technique that involves providing invalid, unexpected, or random data as inputs to a program to uncover vulnerabilities. The use of Rust suggests a focus on memory safety and performance in the development of fuzzing tools.
22025-08-14 11:05:11 UTCFuzzing ForumThe content provided is very brief and only mentions "Fuzzing Forum." It appears to be a reference to a forum or discussion platform related to fuzzing, a software testing technique that involves feeding invalid, unexpected, or random data to programs to uncover vulnerabilities. The summary reflects the limited information provided and highlights the focus on fuzzing in a forum setting.