]> git.sesse.net Git - freerainbowtables/blob - Client Applications/rcracki_mt/rcracki_mt.ini
backport rcracki_mt trunk from rcracki.sourceforge.net
[freerainbowtables] / Client Applications / rcracki_mt / rcracki_mt.ini
1 # Default settings for rcracki_mt\r
2 # Command line arguments override these defaults\r
3 \r
4 # Specify default amount of threads\r
5 Threads=1\r
6 \r
7 # Set a default file to store temporary results.\r
8 # Set AlwaysStoreResultsToFile=1 or use -o to actually store results.\r
9 DefaultResultsFile=e:\default_rcracki_results.txt\r
10 \r
11 # This option requires DefaultResultsFile to be set to a file\r
12 #AlwaysStoreResultsToFile=1\r
13 \r
14 # Set some default file locations to search for rainbow tables.\r
15 # You need to use these in combination with the command line argument -a [algorithm]\r
16 # Or you can set a default algorithm here with 'DefaultAlgorithm'.\r
17 # Algorithm is the name you use as specifier after 'DefaultRainbowTablesPath.'\r
18 # You can specify multiple lines per algorithm, one path/directory per line.\r
19 # Any locations you specify on the command line will be added to the list as well.\r
20 # For Windows users: locations in this file with a different case\r
21 #   as on the command line are treated as separate locations (run through twice)\r
22 #DefaultRainbowTablePath.MD5=X:\RTI\MD5\r
23 #DefaultRainbowTablePath.NTLM=X:\RTI\NTLM\ntlm_loweralpha-space#1-9_*\r
24 \r
25 # This option requires at least one 'DefaultRainbowTablePath.[algorithm]' to be set\r
26 #DefaultAlgorithm=MD5\r
27 \r
28 # Always show debugging infomation (command line option -v)\r
29 # AlwaysDebug=1\r
30 \r
31 # Always keep precalculation files after cracking, don't remove them.\r
32 # These files are saved by session name. So you can store precalculations over multiple jobs.\r
33 #AlwaysKeepPrecalcFiles=1