.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6. .TH PRINCEPROCESSOR "1" "July 2018" "princeprocessor v0.22" "User Commands" .SH NAME princeprocessor \- standalone password candidate generator using the PRINCE algorithm .SH SYNOPSIS .B princeprocessor [\fI\,options\/\fR] [\fI\,<\/\fR] \fI\,wordlist\/\fR .SH DESCRIPTION The princeprocessor is a password candidate generator and can be thought of as an advanced combinator attack. Rather than taking as input two different wordlists and then outputting all the possible two word combinations though, princeprocessor only has one input wordlist and builds "chains" of combined words. These chains can have 1 to N words from the input wordlist concatenated together. .PP * Startup: .TP \fB\-V\fR, \fB\-\-version\fR Print version .TP \fB\-h\fR, \fB\-\-help\fR Print help .PP * Misc: .TP \fB\-\-keyspace\fR Calculate number of combinations .PP * Optimization: .TP \fB\-\-pw\-min\fR=\fI\,NUM\/\fR Print candidate if length is greater than NUM .TP \fB\-\-pw\-max\fR=\fI\,NUM\/\fR Print candidate if length is smaller than NUM .TP \fB\-\-elem\-cnt\-min\fR=\fI\,NUM\/\fR Minimum number of elements per chain .TP \fB\-\-elem\-cnt\-max\fR=\fI\,NUM\/\fR Maximum number of elements per chain .TP \fB\-\-wl\-dist\-len\fR Calculate output length distribution from wordlist .TP \fB\-\-wl\-max\fR=\fI\,NUM\/\fR Load only NUM words from input wordlist or use 0 to disable .TP \fB\-c\fR, \fB\-\-dupe\-check\-disable\fR Disable dupes check for faster initial load .TP \fB\-\-save\-pos\-disable\fR Save the position for later resume with \fB\-s\fR .PP * Resources: .TP \fB\-s\fR, \fB\-\-skip\fR=\fI\,NUM\/\fR Skip NUM passwords from start (for distributed) .TP \fB\-l\fR, \fB\-\-limit\fR=\fI\,NUM\/\fR Limit output to NUM passwords (for distributed) .PP * Files: .TP \fB\-o\fR, \fB\-\-output\-file\fR=\fI\,FILE\/\fR Output\-file .PP * Amplifier: .TP \fB\-\-case\-permute\fR For each word in the wordlist that begins with a letter generate a word with the opposite case of the first letter .SH "REPORTING BUGS" Please report bugs upstream to the princeprocessor issue tracker on GitHub: https://github.com/hashcat/princeprocessor/issues .SH COPYRIGHT This tool is developed and maintained by Jens Steube under the MIT License.