Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/fusil,
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:[
wip/py-ptrace] [
lang/python27]
Master sites:
SHA1: 78d129ecaff3fb472cc80940ad507c6cd3eb546f
RMD160: 7af37027ff2c782dbed7e64feb8f3285691b355d
Filesize: 133.306 KB
Version history: (Expand)
- (2012-09-11) Package deleted from pkgsrc
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
- (2010-12-01) Package has been reborn
- (2009-07-18) Package added to pkgsrc.se, version fusil-1.2.1 (created)
CVS history: (Expand)
2012-09-10 13:34:59 by Kamel Derouiche | Files touched by this commit (4) | |
Log message:
replace by py-fusil
|
2012-04-08 21:09:41 by Thomas Klausner | Files touched by this commit (127) |
Log message:
Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
|
2010-08-07 07:12:31 by OBATA Akio | Files touched by this commit (2) |
Log message:
No need to buildlink with py-Xlib, just DEPENDS.
|
2009-10-11 12:44:25 by Thomas Klausner | Files touched by this commit (267) |
Log message:
Remove obsolete @dirrm lines.
|
2009-08-05 16:10:48 by Kamel Derouiche | Files touched by this commit (1) |
Log message:
change Project HOMEPAGE
|
2009-07-18 01:08:55 by Kamel Derouiche | Files touched by this commit (4) | |
Log message:
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
|