summaryrefslogtreecommitdiffstats
path: root/misc/ophcrack/ophcrack.1
blob: 881c6a86613fe3f18c5fcf44be7241af7b3ccf35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
.TH OPHCRACK "1" "March 2009" "3.2.0" "User Commands"

.SH NAME
Ophcrack - a Microsoft Windows password cracker using rainbow tables.

.SH DESCRIPTION
.B Ophcrack
is a Windows password cracker based on a time-memory trade-off using rainbow tables.
.br
This is a new variant of Hellman's original trade-off, with better performance.
.br
It recovers 99.9% of alphanumeric passwords in seconds.
.PP
.B Ophcrack
works for Windows NT/2000/XP/Vista.
.PP
.B Ophcrack
can be used with command line using the options below, or can be run as a pure graphical software.
.PP
If you have installed ophrack-cli package, graphical interface is not available.

.SH SYNOPSIS
ophcrack [options]

.SH OPTIONS
.TP
.I -a
disable audit mode (default)
.TP
.I -A
enable audit mode
.TP
.I -b
disable bruteforce
.TP
.I -B
enable bruteforce (default)
.TP
.I -c <file>
specify the config file to use
.TP
.I -D
display (lots of!) debugging information
.TP
.I -d <dir>
specify tables base directory
.TP
.I -e
do not display empty passwords
.TP
.I -f <file>
load hashes from the specified file (pwdump or session)
.TP
.I -g
disable GUI
.TP
.I -h
display this information
.TP
.I -i
hide usernames
.TP
.I -I
show usernames (default)
.TP
.I -l <file>
log all output to the specified file
.TP
.I -n <num>
specify the number of threads to use
.TP
.I -o <file>
write cracking output to file in pwdump format
.TP
.I -q
quiet mode
.TP
.I -r
launch the cracking when ophcrack starts (GUI only)
.TP
.I -s
disable session auto-saving
.TP
.I -S <session_file>
specify the file to use to automatically save the progress of the search
.TP
.I -u
display statistics when cracking ends
.TP
.I -t table1[,a[,b,...]][:table2[,a[,b,...]]]
specify which table to use in the directory given by \-d
.TP
.I -v
verbose
.TP
.I -w <dir>
load hashes from encrypted SAM file in directory dir
.TP
.I -x
export data in CSV format to the file specified by \-o

.SH EXAMPLES
.B ophcrack -g -d /path/to/tables -t xp_free_fast,0,3:vista_free -f in.txt
.PP
Launch ophcrack in command line using tables 0 and 3 in /path/to/tables/xp_free_fast and all tables in /path/to/tables/vista_free and cracks hashes from pwdump file in.txt

.SH "SEE ALSO"
Homepage: http://ophcrack.sourceforge.net/
.br
Free rainbow tables: http://ophcrack.sourceforge.net/tables.php

.SH AUTHOR
This manual page was written by Adam Cecile <gandalf@le-vert.net> for the Debian system (but may be used by others).
.br
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation
.br
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.