File: control

package info (click to toggle)
fusil 1.5-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 940 kB
  • ctags: 1,191
  • sloc: python: 9,280; sh: 31; makefile: 17
file content (31 lines) | stat: -rw-r--r-- 1,120 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: fusil
Section: devel
Priority: extra
Maintainer: Pierre Chifflier <pollux@debian.org>
Build-Depends: debhelper (>= 9),
  python (>= 2.6.6-3~)
X-Python-Version: >= 2.7
Standards-Version: 3.9.5
Homepage: http://fusil.hachoir.org/

Package: fusil
Architecture: all
Depends: ${python:Depends},
    ${misc:Depends},
    python-ptrace (>= 0.5)
Recommends: python-xlib, gcc
Provides: ${python:Provides}
Description: Fuzzing program to test applications
 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.