diff options
author | d3v11 <d3v11@d3v11.ano> | 2011-10-15 13:05:42 -0500 |
---|---|---|
committer | d3v11 <d3v11@d3v11.ano> | 2011-10-15 13:05:42 -0500 |
commit | 07ab1ccc4ea52e8d1ad2c8298099406e6d6c7db6 (patch) | |
tree | 85297ba81335e9983d0f64538b7206f5a539fd3f /contrib/splice3/LINUX/manual | |
parent | ba092261fef553fb6f4bc27e0f3179948134f8ef (diff) | |
download | resdb-07ab1ccc4ea52e8d1ad2c8298099406e6d6c7db6.tar.gz resdb-07ab1ccc4ea52e8d1ad2c8298099406e6d6c7db6.zip |
improved splice3 code with --char-length
Diffstat (limited to 'contrib/splice3/LINUX/manual')
-rw-r--r-- | contrib/splice3/LINUX/manual | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/splice3/LINUX/manual b/contrib/splice3/LINUX/manual index 877b9a0..df050ff 100644 --- a/contrib/splice3/LINUX/manual +++ b/contrib/splice3/LINUX/manual @@ -144,6 +144,18 @@ them to WEP compatible passwords. --no-char Override character usage +--char-length Start and end with set character lengths +.br +splice3 appends characters to the beginning +.br +and end of each password. You can choose +.br +where these characters start and stop. IE: +.br +splice3 --char-length="1, 5" +.br +splice3 --char-length="1, 3" --exh-lns + --custom Use custom characters .br splice3 --custom="/home/user/list" |