Changeset 4308 for zzuf/trunk/doc
- Timestamp:
- Jan 31, 2010, 1:04:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/doc/zzuf.1.in
r4264 r4308 1 .TH zzuf 1 "2010-01- 06" "zzuf @PACKAGE_VERSION@"1 .TH zzuf 1 "2010-01-31" "zzuf @PACKAGE_VERSION@" 2 2 .SH NAME 3 3 zzuf \- multiple purpose fuzzer 4 4 .SH SYNOPSIS 5 \fBzzuf\fR [\fB\- AcdimnqSvx\fR]5 \fBzzuf\fR [\fB\-aAcdimnqSvx\fR] 6 6 [\fB\-s\fR \fIseed\fR|\fB\-s\fR \fIstart:stop\fR] 7 7 [\fB\-r\fR \fIratio\fR|\fB\-r\fR \fImin:max\fR] … … 40 40 \fB zzuf < /dev/zero\fR 41 41 .SH OPTIONS 42 .TP 43 \fB\-a\fR, \fB\-\-allow\fR=\fIlist\fR 44 Only fuzz network input for IPs in \fIlist\fR, a comma-separated list of 45 IP addresses. If the list starts with \fB!\fR, the flag meaning is reversed 46 and all addresses are fuzzed except the ones in the list. 47 48 As of now, this flag only understands INET (IPv4) addresses. 49 50 This option requires network fuzzing to be activated using \fB\-n\fR. 42 51 .TP 43 52 \fB\-A\fR, \fB\-\-autoinc\fR
Note: See TracChangeset
for help on using the changeset viewer.