📄 config
字号:
Customizing John the Ripper=============================John the Ripper's behavior can be customized by editing its configurationfile, ~/john.ini. You can set defaults for command line options, definewordlist and "single crack" mode rules, define parameters for incrementalmodes, or even define a new cracking mode.The configuration file consists of several sections. Each section startswith a line containing its name, in brackets. Sections consist of eithervalue assignments to some variables (in form 'variable = value'), or someother text specific to particular section's type (names of such sectionsstart with a 'list.'). Section and variable names are not case sensitive.Lines starting with '#' or ';' and empty lines are ignored, you can usethem for comments, or to comment out lines that you don't want to deletecompletely. General Options-----------------Defaults for some command line options can be defined in the [Defaults]section. Currently you can only define one variable:Wordfile Set to your wordlist file name. This will assume wordlist mode by default -- no need to use the '-wordfile' command line option unless you want to override this default value. Defining Wordlist Rules-------------------------The rules for wordlist and "single crack" modes are defined in separatesections, [List.Rules:Wordlist] and [List.Rules:Single] respectively. Iused an extended Crack (by Alec Muffett) syntax, since many of you arealready familiar with it. I added some more rules, and (most important)a preprocessor, which generates multiple rules from a single source line.When defining rules, simply place one rule (which may include preprocessorcommands) per line. See doc/RULES for information on rules syntax and thepreprocessor. Incremental Mode Parameters-----------------------------To define the incremental mode parameters you need to create a sectioncalled [Incremental:MODE], where MODE is any identifier that you assignto the mode. There're some pre-defined incremental modes in the defaultconfiguration file supplied with John, you can use them as templates.The following parameters are supported:File Set to your charset file name. See doc/EXAMPLES for an example on how to generate one.MinLen Minimum password length, in characters (0 by default).MaxLen Maximum password length, in characters (CHARSET_LENGTH as defined in src/params.h, normally 8, by default).CharCount Allows you to limit the number of different characters used, to make John start trying longer passwords earlier. This can also be used to make John print a warning if the charset only defines less than CharCount characters. By default (when this parameter is not used) all the defined characters will be used.Extra This can be used to make John try some extra characters, that don't appear in the charset file. Just list all these characters here, they will then be added, but considered the least probable. Defining an External Mode---------------------------See doc/EXTERNAL.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -