ophcrack.1 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. .TH OPHCRACK "1" "March 2009" "3.2.0" "User Commands"
  2. .SH NAME
  3. Ophcrack - a Microsoft Windows password cracker using rainbow tables.
  4. .SH DESCRIPTION
  5. .B Ophcrack
  6. is a Windows password cracker based on a time-memory trade-off using rainbow tables.
  7. .br
  8. This is a new variant of Hellman's original trade-off, with better performance.
  9. .br
  10. It recovers 99.9% of alphanumeric passwords in seconds.
  11. .PP
  12. .B Ophcrack
  13. works for Windows NT/2000/XP/Vista.
  14. .PP
  15. .B Ophcrack
  16. can be used with command line using the options below, or can be run as a pure graphical software.
  17. .PP
  18. If you have installed ophrack-cli package, graphical interface is not available.
  19. .SH SYNOPSIS
  20. ophcrack [options]
  21. .SH OPTIONS
  22. .TP
  23. .I -a
  24. disable audit mode (default)
  25. .TP
  26. .I -A
  27. enable audit mode
  28. .TP
  29. .I -b
  30. disable bruteforce
  31. .TP
  32. .I -B
  33. enable bruteforce (default)
  34. .TP
  35. .I -c <file>
  36. specify the config file to use
  37. .TP
  38. .I -D
  39. display (lots of!) debugging information
  40. .TP
  41. .I -d <dir>
  42. specify tables base directory
  43. .TP
  44. .I -e
  45. do not display empty passwords
  46. .TP
  47. .I -f <file>
  48. load hashes from the specified file (pwdump or session)
  49. .TP
  50. .I -g
  51. disable GUI
  52. .TP
  53. .I -h
  54. display this information
  55. .TP
  56. .I -i
  57. hide usernames
  58. .TP
  59. .I -I
  60. show usernames (default)
  61. .TP
  62. .I -l <file>
  63. log all output to the specified file
  64. .TP
  65. .I -n <num>
  66. specify the number of threads to use
  67. .TP
  68. .I -o <file>
  69. write cracking output to file in pwdump format
  70. .TP
  71. .I -q
  72. quiet mode
  73. .TP
  74. .I -r
  75. launch the cracking when ophcrack starts (GUI only)
  76. .TP
  77. .I -s
  78. disable session auto-saving
  79. .TP
  80. .I -S <session_file>
  81. specify the file to use to automatically save the progress of the search
  82. .TP
  83. .I -u
  84. display statistics when cracking ends
  85. .TP
  86. .I -t table1[,a[,b,...]][:table2[,a[,b,...]]]
  87. specify which table to use in the directory given by \-d
  88. .TP
  89. .I -v
  90. verbose
  91. .TP
  92. .I -w <dir>
  93. load hashes from encrypted SAM file in directory dir
  94. .TP
  95. .I -x
  96. export data in CSV format to the file specified by \-o
  97. .SH EXAMPLES
  98. .B ophcrack -g -d /path/to/tables -t xp_free_fast,0,3:vista_free -f in.txt
  99. .PP
  100. 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
  101. .SH "SEE ALSO"
  102. Homepage: http://ophcrack.sourceforge.net/
  103. .br
  104. Free rainbow tables: http://ophcrack.sourceforge.net/tables.php
  105. .SH AUTHOR
  106. This manual page was written by Adam Cecile <gandalf@le-vert.net> for the Debian system (but may be used by others).
  107. .br
  108. 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
  109. .br
  110. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.