Sha256: 46578f3a1b20b08410bee8c910ddc7c036dd36a61a4b437257d3a09866b3d102
Contents?: true
Size: 1.26 KB
Versions: 2
Compression:
Stored size: 1.26 KB
Contents
.TH ronin\-wordlist 1 "April 2012" Ronin "User Manuals" .SH SYNOPSIS .PP \fB\fCronin wordlist\fR [\fIoptions\fP] [\fITEMPLATE\fP] .SH DESCRIPTION .PP Builds and/or mutates Wordlists. .SH ARGUMENTS .TP \fITEMPLATE\fP Options word template to generate the wordlist with (\fB\fCalpha:7 numeric:1-3\fR). .SH OPTIONS .TP \fB\fC-v\fR, \fB\fC--[no-]verbose\fR Enable verbose output. .TP \fB\fC-q\fR, \fB\fC--[no-]quiet\fR Disable verbose output. .TP \fB\fC--[no-]silent\fR Silence all output. .TP \fB\fC--[no-]color\fR Enables color output. .TP \fB\fC-i\fR, \fB\fC--input\fR \fIFILE\fP The input text FILE to parse. .TP \fB\fC-o\fR, \fB\fC--output\fR \fIPATH\fP The output PATH to write the wordlist to. .TP \fB\fC-m\fR, \fB\fC--mutations\fR \fISTRING\fP:\fISUBSTITUTE\fP Mutations to apply to the words. If STRING is found within a word, it will be replaced with SUBSTITUTE. .SH EXAMPLES .TP \fB\fCronin wordlist alpha:7 numeric:1-3\fR Enumerates through every possible word, with each word beginning with seven alphabetic characters and ending in 1\-3 numeric characters. .TP \fB\fCronin wordlist --input text.txt -m e:3 -m a:@ -m o:0\fR Builds a wordlist from a text file, applying basic "leet\-speak" mutation rules to each word. .SH AUTHOR .PP Postmodern .MT postmodern.mod3@gmail.com .ME
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ronin-1.5.0 | man/ronin-wordlist.1 |
ronin-1.5.0.rc2 | man/ronin-wordlist.1 |