There are 2 types of generating input data for fuzzing:
- Generational method
- Generational fuzzes input data based on data models and how an application uses data to test the application.
- Mutational method
- Mutation method simply mutates the valid sample input data. This method is also known as "dumb" fuzzing method.
No comments:
Post a Comment