Commit graph

2 commits

Author SHA1 Message Date
Kamel Ibn Aziz Derouiche
57700ba834 change Project HOMEPAGE 2009-08-05 14:10:48 +00:00
Kamel Ibn Aziz Derouiche
25c0dd0fa0 Import fusil-1.2.1 as wip/fusil.
Fusil is a fuzzing framework designed to expose bugs in software by changing
random bits of its input.

It helps to start process with a prepared environment (limit memory, environment
variables, redirect stdout, etc.), start network client or server, and create
mangled files. Fusil has many probes to detect program crash: watch process exit
code, watch process stdout and syslog for text patterns
(eg. "segmentation fault"), watch session duration, watch cpu usage (process
and system load), etc.

Fusil is based on a modular architecture. It computes a session score used
to guess fuzzing parameters like number of injected errors to input files.

import new package fusil
2009-07-17 23:08:55 +00:00