Changeset 1560 for zzuf/trunk/doc/zzuf.1
- Timestamp:
- Jan 5, 2007, 8:52:30 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/doc/zzuf.1
r1559 r1560 3 3 zzuf \- multiple purpose fuzzer 4 4 .SH SYNOPSIS 5 \fBzzuf\fR [\fB\-cdi qS\fR] [\fB\-r\fR \fIratio\fR] [\fB\-s\fR \fIseed\fR | \fB\-s\fR \fIstart:stop\fR]6 .br 7 [\fB\-F\fR \fIchildren\fR] [\fB\-B\fR \fIbytes\fR] [\fB\-T\fR \fIseconds\fR]8 .br 9 [\fB\-P\fR \fIlist\fR] [\fB\-R\fR \fIlist\fR]10 .br 11 [\fB\-I\fR \fIinclude\fR] [\fB\-E\fR \fIexclude\fR] \fIPROGRAM\fR [\fIARGS\fR]...5 \fBzzuf\fR [\fB\-cdiNqS\fR] [\fB\-r\fR \fIratio\fR] [\fB\-s\fR \fIseed\fR | \fB\-s\fR \fIstart:stop\fR] 6 .br 7 [\fB\-F\fR \fIchildren\fR] [\fB\-B\fR \fIbytes\fR] [\fB\-T\fR \fIseconds\fR] 8 .br 9 [\fB\-P\fR \fIlist\fR] [\fB\-R\fR \fIlist\fR] 10 .br 11 [\fB\-I\fR \fIinclude\fR] [\fB\-E\fR \fIexclude\fR] \fIPROGRAM\fR [\fIARGS\fR]... 12 12 .br 13 13 \fBzzuf \-h\fR | \fB\-\-help\fR … … 77 77 Multiple \fB\-I\fR flags can be specified, in which case files matching any one 78 78 of the regular expressions will be fuzzed. See also the \fB\-c\fR flag. 79 .TP 80 \fB\-N\fR, \fB\-\-network\fR 81 Fuzz the application's network input. By default \fBzzuf\fR only fuzzes files. 79 82 .TP 80 83 \fB\-P\fR, \fB\-\-protect\fR=\fIlist\fR … … 221 224 as an unprivileged user. This limitation will probably not be addressed. 222 225 .PP 223 Network fuzzing is not implemented. This feature will be added.224 .PP225 226 It is not yet possible to insert or drop bytes from the input, to fuzz 226 227 according to the file format, or to do all these complicated operations. These
Note: See TracChangeset
for help on using the changeset viewer.