Sha256: e9133edd6785f510a8df279c0bc6f34ac5f0e0bb52b0dbff27868b757b45e6a2
Contents?: true
Size: 1.1 KB
Versions: 3
Compression:
Stored size: 1.1 KB
Contents
# ronin-wordlist 1 "April 2012" Ronin "User Manuals" ## SYNOPSIS `ronin wordlist` [*options*] [*TEMPLATE*] ## DESCRIPTION Builds and/or mutates Wordlists. ## ARGUMENTS *TEMPLATE* Options word template to generate the wordlist with (`alpha:7 numeric:1-3`). ## OPTIONS `-v`, `--[no-]verbose` Enable verbose output. `-q`, `--[no-]quiet` Disable verbose output. `--[no-]silent` Silence all output. `--[no-]color` Enables color output. `-i`, `--input` *FILE* The input text FILE to parse. `-o`, `--output` *PATH* The output PATH to write the wordlist to. `-m`, `--mutations` *STRING*:*SUBSTITUTE* Mutations to apply to the words. If STRING is found within a word, it will be replaced with SUBSTITUTE. ## EXAMPLES `ronin wordlist alpha:7 numeric:1-3` Enumerates through every possible word, with each word beginning with seven alphabetic characters and ending in 1-3 numeric characters. `ronin wordlist --input text.txt -m e:3 -m a:@ -m o:0` Builds a wordlist from a text file, applying basic "leet-speak" mutation rules to each word. ## AUTHOR Postmodern <postmodern.mod3@gmail.com>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ronin-1.5.0 | man/ronin-wordlist.1.md |
ronin-1.5.0.rc2 | man/ronin-wordlist.1.md |
ronin-1.5.0.rc1 | man/ronin-wordlist.1.md |