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