Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/fuzil,
Fuzzing program to test applications
Branch: CURRENT,
Version: 1.2.1,
Package name: fusil-1.2.1,
Maintainer: kamel.derouicheFusil 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.
Required to run:[
x11/py-Xlib] [
lang/python25] [
wip/py-ptrace]
Master sites:
SHA1: 78d129ecaff3fb472cc80940ad507c6cd3eb546f
RMD160: 7af37027ff2c782dbed7e64feb8f3285691b355d
Filesize: 133.306 KB
Version history: (Expand)
- (2009-07-19) Package deleted from pkgsrc
- (2009-06-07) Package added to pkgsrc.se, version fusil-1.2.1 (created)
CVS history: (Expand)
2009-07-18 00:58:54 by Kamel Derouiche | Files touched by this commit (4) | |
Log message:
delete fuzil, replace by fusil, corrected name package
|
2009-06-07 01:05:18 by Kamel Derouiche | Files touched by this commit (4) | |
Log message:
Import fusil-1.2.1 as wip/fuzil.
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.
|