comparison contrib/splice3/LINUX/manual @ 671:1bc0c37ce2c1 draft

updated splice3 manual for character controls
author d3v11 <d3v11@d3v11.ano>
date Sat, 15 Oct 2011 14:07:54 -0500
parents eee9ab3d1b11
children
comparison
equal deleted inserted replaced
670:eee9ab3d1b11 671:1bc0c37ce2c1
615 .br 615 .br
616 a}password0Yz 616 a}password0Yz
617 .br 617 .br
618 ... 618 ...
619 619
620 --no-char Override character usage
621 .br
622 This option tells splice3 not to make
623 .br
624 any character additions to passwords.
625
626 --char-length Start and end with set character lengths
627 .br
628 This option tells splice3 to start and stop with a set
629 .br
630 amount of characters. IE:
631
632 The following will start with one character added and
633 .br
634 end with 3:
635 .br
636 splice3 --char-length='1, 3'
637
638 The following will generate only 6 character passwords:
639 .br
640 splice3 --exh-custom='MyCharacters.txt' --char-length='6, 6'
641
620 .SH 642 .SH
621 SOCIAL ENGINEERING 643 SOCIAL ENGINEERING
622 644
623 --se-create Social Engineering Module: 645 --se-create Social Engineering Module:
624 .br 646 .br