Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2015
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.36 KB | None | 0 0
  1. vasok@vasok:~/rarcrack-0.2$ sudo rarcrack --type rar test.rar
  2. RarCrack! 0.2 by David Zoltan Kedves (kedazo@gmail.com)
  3. INFO: the specified archive type: rar
  4. INFO: cracking test.rar, status file: test.rar.xml
  5. INFO: Resuming cracking from password: '0GX'
  6. Probing: '0Jf' [46 pwds/sec]
  7. Probing: '0LC' [49 pwds/sec]
  8. Probing: '0O4' [50 pwds/sec]
  9. ^C
  10.  
  11. vasok@vasok:~/rarcrack-0.2$ file test.rar
  12. test.rar: RAR archive data, v1d, os: Unix
  13.  
  14.  
  15.  
  16. vasok@vasok:~/rarcrack-0.2$ sudo rarcrack --type rar 333.rar
  17. RarCrack! 0.2 by David Zoltan Kedves (kedazo@gmail.com)
  18. INFO: the specified archive type: rar
  19. INFO: cracking 333.rar, status file: 333.rar.xml
  20. INFO: Resuming cracking from password: '4'
  21. GOOD: password cracked: '5'
  22. GOOD: password cracked: '4'
  23.  
  24. vasok@vasok:~/rarcrack-0.2$ file 333.rar
  25. 333.rar: RAR archive data, v1d, os: Win32
  26.  
  27.  
  28. ---------------------------------------------------------------------------
  29.  
  30. vasok@vasok:~/rarcrack-0.2$ cat test.rar.xml
  31. <?xml version="1.0" encoding="UTF-8"?>
  32. <rarcrack>
  33.   <abc>0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</abc>
  34.   <current>0O4</current>
  35.   <good_password/>
  36. </rarcrack>
  37.  
  38. vasok@vasok:~/rarcrack-0.2$ cat 333.rar.xml
  39. <?xml version="1.0" encoding="UTF-8"?>
  40. <rarcrack>
  41.   <abc>0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</abc>
  42.   <current>6</current>
  43.   <good_password/>
  44. </rarcrack>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement