Fuzzing: meaning, definitions and examples
๐
fuzzing
[ หfสz.ษชล ]
software testing
Fuzzing is a software testing technique that involves providing invalid, unexpected, or random data as input to a program. This process helps to identify vulnerabilities and bugs by monitoring how the program behaves with these unusual inputs. Fuzzing can uncover security loopholes that may not be identified through traditional testing methods. It is often used in security research to ensure that software behaves securely under extreme conditions.
Synonyms
input testing, random testing, stress testing
Examples of usage
- The team used fuzzing to test the new application.
- Fuzzing revealed several vulnerabilities in the system.
- Automated fuzzing tools can generate thousands of test cases quickly.
Translations
Translations of the word "fuzzing" in other languages:
๐ต๐น fuzzing
๐ฎ๐ณ เคซเคเคผเคฟเคเค
๐ฉ๐ช Fuzzing
๐ฎ๐ฉ fuzzing
๐บ๐ฆ ัะฐะทะทะธะฝะณ
๐ต๐ฑ fuzzing
๐ฏ๐ต ใใกใธใณใฐ
๐ซ๐ท fuzzing
๐ช๐ธ fuzzing
๐น๐ท fuzzing
๐ฐ๐ท ํผ์ง
๐ธ๐ฆ ููุฒููุบ
๐จ๐ฟ fuzzing
๐ธ๐ฐ fuzzing
๐จ๐ณ ๆจก็ณๆต่ฏ
๐ธ๐ฎ fuzzing
๐ฎ๐ธ fuzzing
๐ฐ๐ฟ ัะฐะทะทะธะฝะณ
๐ฌ๐ช แคแแแแแแแ
๐ฆ๐ฟ fuzzing
๐ฒ๐ฝ fuzzing
Word origin
The term 'fuzzing' originated in the late 1980s, specifically attributed to the work of Barton Miller and his colleagues at the University of Wisconsin. They initially used it to describe a method of generating random input for testing UNIX utilities. The name 'fuzz' was chosen due to the nature of the random data used; it was akin to 'fuzzy' or indistinct information. Over the years, fuzzing has evolved and gained prominence, especially in the field of cybersecurity, as it effectively helps identify security flaws in software applications. Today, various fuzzing tools have been developed, expanding its application well beyond its original intent, making fuzzing a staple practice in software security testing.