pdfcrack.1 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. .TH PDFCRACK 1 "October 26, 2011" "pdfcrack 0.11" ""
  2. .SH NAME
  3. \fBpdfcrack \- PDF files password cracker
  4. \fB
  5. .SH SYNOPSIS
  6. .nf
  7. .fam C
  8. \fBpdfcrack\fP -f \fIfilename\fP [\fIoptions\fP]
  9. .fam T
  10. .fi
  11. .SH DESCRIPTION
  12. \fBpdfcrack\fP is a simple tool for recovering passwords from pdf-documents. It should be able to handle all pdfs that uses the standard security handler but the pdf-parsing routines are a bit of a quick hack so you might stumble across some pdfs where the parser needs to be fixed to handle.
  13. .SH OPTIONS
  14. .TP
  15. .B
  16. \fB\-b, --bench\fP
  17. Perform benchmark and exit.
  18. .TP
  19. .B
  20. \fB\-c\fP, \fB--charset=\fP\fISTRING\fP
  21. Use the characters in \fISTRING\fP as charset.
  22. .TP
  23. .B
  24. \fB\-m\fP, \fB--maxpw=\fP\fIINTEGER\fP
  25. Stop when reaching \fIINTEGER\fP as password length.
  26. .TP
  27. .B
  28. \fB\-n\fP, \fB--minpw=\fP\fIINTEGER\fP
  29. Skip trying passwords shorter than \fIINTEGER\fP.
  30. .TP
  31. .B
  32. \fB\-l\fP, \fB--loadState=\fP\fIFILE\fP
  33. Continue from the state saved in \fIFILENAME\fP.
  34. .TP
  35. .B
  36. \fB\-o, --owner\fP
  37. Work with the ownerpassword.
  38. .TP
  39. .B
  40. \fB\-p\fP, \fB--password=\fP\fISTRING\fP
  41. Uses STRING as userpassword to speed up breaking ownerpassword (implies -o).
  42. .TP
  43. .B
  44. \fB\-q, --quiet\fP
  45. Run quietly.
  46. .TP
  47. .B
  48. \fB\-s, --permutate\fP
  49. Try permutating the passwords (currently only supports switching first character to uppercase).
  50. .TP
  51. .B
  52. \fB\-u, --user\fP
  53. Work with the userpassword (default).
  54. .TP
  55. .B
  56. \fB\-v, --version\fP
  57. Print version and exit.
  58. .TP
  59. .B
  60. \fB\-w\fP, \fB--wordlist=\fP\fIFILE\fP
  61. Use \fIFILE\fP as source of passwords to try.
  62. .SH AUTHOR
  63. Written by Nacho Barrientos Arias <chipi@criptonita.com> for the Debian GNU/Linux system (but may be used by others).
  64. .SH BUGS
  65. Report bugs to Henning Noren <confusion42@users.sourceforge.net>.
  66. .SH COPYRIGHT
  67. Copyright \(co 2006, Henning Noren <confusion42@users.sourceforge.net> \- All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, Inc.
  68. .PP
  69. .nf
  70. .fam C
  71. http://sourceforge.net/projects/pdfcrack