Changeset 2328
- Timestamp:
- May 17, 2008, 3:40:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/doc/zzuf.1
r2322 r2328 11 11 [\fB\-P\fR \fIprotect\fR] [\fB\-R\fR \fIrefuse\fR] [\fB\-l\fR \fIlist\fR] [\fB\-I\fR \fIinclude\fR] [\fB\-E\fR \fIexclude\fR] 12 12 .br 13 [\fIPROGRAM\fR [\f B\-\-\fR] [\fIARGS\fR]...]13 [\fIPROGRAM\fR [\fIARGS\fR]...] 14 14 .br 15 15 \fBzzuf \-h\fR | \fB\-\-help\fR … … 29 29 \fB zzuf cat /dev/zero\fR 30 30 .PP 31 If you want to specify flags for your application, put a \(oq\fB\-\-\fR\(cq 32 marker before them on the command line (otherwise \fBzzuf\fR will try to 33 interpret them as arguments for itself), eg:34 .PP 35 \fB zzuf \-B 1000 cat \- \- \-v /dev/zero\fR31 Flags found after the application name are considered arguments for the 32 application, not for \fBzzuf\fR. For instance, \fB\-v\fR below is an 33 argument for \fBcat\fR: 34 .PP 35 \fB zzuf \-B 1000 cat \-v /dev/zero\fR 36 36 .PP 37 37 When no program is specified, \fBzzuf\fR simply fuzzes the standard input, as … … 118 118 .TP 119 119 \fB\-F\fR, \fB\-\-max\-forks\fR=\fIforks\fR 120 Specify the number of simultaneous children that can be run. 120 Specify the number of simultaneous children that can be run. By default, 121 \fBzzuf\fR only launches one process at a time. 121 122 122 123 This option is only relevant if the \fB\-s\fR flag is used with a range … … 138 139 will really be fuzzed only if N is in \fIlist\fR. 139 140 140 Values start at oneand ranges are inclusive. Use dashes between values and141 Values start at 1 and ranges are inclusive. Use dashes between values and 141 142 commas between ranges. If the right-hand part of a range is ommited, it means 142 143 all subsequent file descriptors. For instance, to restrict fuzzing to the … … 328 329 want \fBzzuf\fR to fuzz them): 329 330 .PP 330 \fB zzuf \-E \(aq\\.xml$\(aq convert \-\-foo.jpeg \-format tga /dev/null\fR331 \fB zzuf \-E \(aq\\.xml$\(aq convert foo.jpeg \-format tga /dev/null\fR 331 332 .PP 332 333 Fuzz the input of VLC, using file \fBmovie.avi\fR as the original input … … 353 354 \fB zzuf \-c \-r0.001:0.02 \-s0:10000 \-b4\- \-q \-F5 \-D0.5 \-T60 \-S \\\fR 354 355 .br 355 \fB mplayer \- \- \-benchmark \-vo null \-fps 1000 movie.avi\fR356 \fB mplayer \-benchmark \-vo null \-fps 1000 movie.avi\fR 356 357 .PP 357 358 Create an HTML-like file that loads 200 times the same \fBhello.jpg\fR image
Note: See TracChangeset
for help on using the changeset viewer.