Advertisement
Guest User

Untitled

a guest
Feb 1st, 2013
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. root@ht:~/xy/oclHashcat-plus-0.13# ./oclHashcat-plus64.bin -m 5200 /root/home.psafe3 -n 320 -u 2049 -a 3 ?a?a?a?a?a?a --runtime 30
  2. oclHashcat-plus v0.13 by atom starting...
  3.  
  4. Hashes: 1 total, 1 unique salts, 1 unique digests
  5. Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
  6. Workload: 2049 loops, 320 accel
  7. Watchdog: Temperature abort trigger set to 90c
  8. Watchdog: Temperature retain trigger set to 80c
  9. Device #1: Tahiti, 2048MB, 925Mhz, 32MCU
  10. Device #1: Kernel ./kernels/4098/m5200.Tahiti_1084.4_1084.4 (VM).kernel (525848 bytes)
  11.  
  12. [s]tatus [p]ause [r]esume [b]ypass [q]uit =>
  13. NOTE: Runtime limit reached, aborting...
  14.  
  15.  
  16. Session.Name...: oclHashcat-plus
  17. Status.........: Aborted
  18. Input.Mode.....: Mask (?a?a?a?a?a?a)
  19. Hash.Target....: /root/home.psafe3
  20. Hash.Type......: Password Safe SHA-256
  21. Time.Started...: Fri Feb 1 12:31:05 2013 (30 secs)
  22. Time.Estimated.: Mon Feb 18 16:11:45 2013 (17 days, 3 hours)
  23. Speed.GPU.#1...: 501.1k/s
  24. Recovered......: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
  25. Progress.......: 15073280/735091890625 (0.00%)
  26. Rejected.......: 0/15073280 (0.00%)
  27. HWMon.GPU.#1...: 99% Util, 58c Temp, 24% Fan
  28.  
  29. Started: Fri Feb 1 12:31:05 2013
  30. Stopped: Fri Feb 1 12:31:37 2013
  31. root@ht:~/xy/oclHashcat-plus-0.13#
  32.  
  33. Same system, same hash, fresh build from JtR ( 146ce84b13e4137c15c04562fec1e80f87ac4803 ):
  34.  
  35. root@ht:~/crackers/JohnTheRipper/run# LWS=64 GWS=524288 ./john -i -fo=pwsafe-opencl home.psafe3.hash
  36. OpenCL platform 0: AMD Accelerated Parallel Processing, 2 device(s).
  37. Device 0: Tahiti
  38. Local worksize (LWS) 64, Global worksize (GWS) 524288
  39. Loaded 1 password hash (Password Safe SHA-256 [OpenCL])
  40. guesses: 0 time: 0:00:01:09 0.00% c/s: 446492 trying: 0924945 - ppeocla
  41.  
  42. - Had to use LWS=64 because LWS=256 created a Zombie and I was forced to reboot :(
  43. - GWS=524288 was the maximum for performance, GWS=524288*4 was the same speed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement