Fuzzing – S3lab http://s3lab.deusto.es S3lab Security Blog Wed, 06 May 2020 12:51:35 +0000 en-US hourly 1 https://wordpress.org/?v=5.1.5 Analyzing a fuzzing framework http://s3lab.deusto.es/analyzing-fuzzing-framework/ Sun, 08 Oct 2017 14:00:42 +0000 http://s3lab.deusto.es/?p=9476 In the previous post on fuzzing, we explained in broad terms the main foundations and the different types that exist. This time we are going to focus on fuzzing frameworks, so let’s start by looking at how the general logical

The post Analyzing a fuzzing framework appeared first on S3lab.

]]>
In the previous post on fuzzing, we explained in broad terms the main foundations and the different types that exist. This time we are going to focus on fuzzing frameworks, so let’s start by looking at how the general logical structure of a fuzzer is, although not all follow the same model, we can distinguish the following generic components:

The post Analyzing a fuzzing framework appeared first on S3lab.

]]>
Explaining the basics of fuzzing http://s3lab.deusto.es/basics-fuzzing/ Sat, 09 Sep 2017 00:54:15 +0000 http://s3lab.deusto.es/?p=9327 In the field of program analysis, different techniques are used, usually divided into two groups: static and dynamic. Fuzzing is a dynamic technique used extensively (especially in recent years) to discover bugs in software that, with a little (bad) luck,

The post Explaining the basics of fuzzing appeared first on S3lab.

]]>
In the field of program analysis, different techniques are used, usually divided into two groups: static and dynamic. Fuzzing is a dynamic technique used extensively (especially in recent years) to discover bugs in software that, with a little (bad) luck, could lead to security vulnerabilities. The main idea behind fuzzing is to provide invalid or malformed data as input to a system in order to trigger unexpected behavior such as a crash.

The post Explaining the basics of fuzzing appeared first on S3lab.

]]>