Paketname | fusil |
Beschreibung | Fuzzing program to test applications |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.3.1-1ubuntu1 |
Sektion | universe/python |
Priorität | extra |
Installierte Größe | 820 Byte |
Hängt ab von | python (>= 2.5), python-support (>= 0.90.0), python-ptrace (>= 0.5) |
Empfohlene Pakete | python-xlib, gcc |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 132152 Byte |
Prüfsumme MD5 | c7e964887c3a04189f0d6363d452c6ab |
Prüfsumme SHA1 | 2a142eb612e6e8edd3e1c886998b598468034fa9 |
Prüfsumme SHA256 | f93d09d30d5d4e47e19f148e085340a9f3eaa689bb1eade8fcaa8cea071c541a |
Link zum Herunterladen | fusil_1.3.1-1ubuntu1_all.deb |
Ausführliche Beschreibung | 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.
|