Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. @@@ UnixCriptCrack v0.0.1 - by HeDo aKa Luca Di Leo @@@
  2.  
  3. Usage: oclUnixCriptCrack --mode=[crack|benchmark|test] options
  4.  
  5. MODE "crack" OPTIONS:
  6.  
  7. hash -> the target hash to crack
  8. (string, required)
  9.  
  10. startlen -> the star length of the password
  11. (integer, optional, default=1)
  12.  
  13. endlen -> the end length of the password
  14. (integer, required)
  15.  
  16. prefix -> a string to prepend to passwords
  17. (string, optional)
  18.  
  19. suffix -> a string to append to passwords
  20. (string, optional)
  21.  
  22. MODE "benchmark" OPTIONS:
  23.  
  24. type -> the benchmark type, it could be:
  25. sha512, unixcript, all (required)
  26.  
  27. length -> the length of the benchmark
  28. (seconds, optional, default=60)
  29.  
  30. MODE "test" OPTIONS:
  31.  
  32. type -> the test type, it could be:
  33. sha512, unixcript, passwordgen, all (required)
  34.  
  35. MODE "benchmark" and "test" ADVANCED OPTIONS:
  36.  
  37. workitems -> how many work items per block:
  38. 64, 128, 256, 512, 1024 (optional, default=256)
  39.  
  40. kernels -> work items chunk size
  41. (integer, optional, default=100000)
  42.  
  43. General options:
  44.  
  45. platform -> the opencl platform to use (integer, optional, default=ask)
  46.  
  47. device -> the opencl enabled device to use (integer, optional, default=ask)
  48.  
  49. noprompt -> dont prompt anything to user, just do the job
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement