expand for answer

Mutation Fuzzing

A form of fuzzing that modifies known inputs to generate synthetic inputs that may trigger unexpected behavior. Aka dumb fuzzing.


Similar items:
A form of fuzzing that develops inputs based on models of expected inputs to perform the same task. This is also sometimes called intelligent fuzzing.
[view]
A function that returns a true value when only one of the input values is true. If both values are false or both values are true, the output of the XOR function is false. The XOR (exclusiveOR) gate acts in the same way as the logical “either/or. ” The output is “true” if either, but not both, of the inputs is “true. ” The output is “false” if both inputs are “false” or if both inputs are “true. ” Another way of looking at this circuit is to observe that the output is 1 if the inputs are different, but 0 if the inputs are the same. 0
[view]
Human-readable-only card IDs that usually have a photo and written information about the authorized bearer. Dumb cards are for use in environments where automated controls are infeasible or unavailable but security guards are practical.
[view]
A device used to interact directly with the end user where all data is processed on a remote computer. A dumb terminal only gathers and displays data; it has no processing capability.
[view]
A software testing tool that automates the process of mutation fuzzing by manipulating input according to user specifications.
[view]


There are no comments yet.

Authentication required

You must log in to post a comment.

Log in