-
Notifications
You must be signed in to change notification settings - Fork 14
/
pdfcrack.1
74 lines (73 loc) · 2.24 KB
/
pdfcrack.1
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
.\"
.\" Man page for pdfcrack
.\"
.\" Copyright (c) 2009, Henning Noren
.\"
.\" You may distribute under the terms of the GNU General Public
.\" License as specified in the README file that comes with the pdfcrack
.\" distribution.
.\"
.\" Henning Noren
.\"
.TH PDFCRACK "1" "February 2009" "User Commands"
.SH NAME
pdfcrack \- Password recovery tool for PDF-files
.SH SYNOPSIS
.B pdfcrack
[ \fB\-f\fR ]\fR FILE [\fIOPTION\fR]...
.SH DESCRIPTION
.B PDFCrack
is a tool for recovering passwords and content from PDF-files.
.PP
If aborted with Ctrl-C or by receiving a SIGINT signal, \fBpdfcrack\fR will automatically save current position. The position will be saved in a file called \fBsavedstate.sav\fR in current working directory.
.PP
Mandatory arguments for long options are mandatory for short options too.
.SH OPTIONS
.TP
\fB\-b\fR, \fB\-\-bench\fR
perform benchmark and exit
.TP
\fB\-c\fR, \fB\-\-charset=\fISTRING\fR
Use the characters in \fISTRING\fR as charset
.TP
\fB\-w\fR, \fB\-\-wordlist=\fIFILE\fR
Use \fIFILE\fR as source of passwords to try
.TP
\fB\-n\fR, \fB\-\-minpw=\fIINTEGER\fR
Skip trying passwords shorter than \fIINTEGER
.TP
\fB\-m\fR, \fB\-\-maxpw=\fIINTEGER\fR
Stop when reaching this \fIINTEGER\fR passwordlength
.TP
\fB\-l\fR, \fB\-\-loadstate=\fIFILE\fR
Continue from the state saved in \fIFILE
.TP
\fB\-o\fR, \fB\-\-owner\fR
Work with the ownerpassword
.TP
\fB\-u\fR, \fB\-\-user\fR
Work with the userpassword (default)
.TP
\fB\-p\fR, \fB\-\-password=\fISTRING\fR
Give userpassword to speed up breaking ownerpassword (implies \fB-o\fR)
.TP
\fB\-q\fR, \fB\-\-quiet\fR
Run quietly
.TP
\fB\-s\fR, \fB\-\-permutate\fR
Try permutating the passwords (currently only
supports switching first character to uppercase)
.TP
\fB\-v\fR, \fB\-\-version\fR
Print version and exit
.SH REPORTING BUGS
Via e-mail to Henning Noren <[email protected]> or report on project page at http://pdfcrack.sourceforge.net/
.SH AUTHOR
Henning Noren
.SH COPYRIGHT
Copyright \(co 2009 Henning Noren <[email protected]>
.br
This is free software. You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.