Guest User

Untitled

a guest
Feb 17th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. root@ubuntu:~/sec# sudo apt-get install rarcrack
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. rarcrack:i386 is already the newest version.
  6. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  7. root@ubuntu:~/sec# rarcrack english.zip
  8. -bash: /usr/bin/rarcrack: No such file or directory
  9. root@ubuntu:~/sec# which rarcrack
  10. /usr/bin/rarcrack
  11. root@ubuntu:~/sec# rarcrack english.zip
  12. -bash: /usr/bin/rarcrack: No such file or directory
  13. root@ubuntu:~/sec#
  14.  
  15. apt-get install libxml2-dev build-essential
  16. wget http://surfnet.dl.sourceforge.net/sourceforge/rarcrack/rarcrack-0.2.tar.bz2 tar -xjf rarcrack-0.2.tar.bz2
  17. cd rarcrack-0.2
  18. make
  19. sudo make install
  20. rarcrack something.rar --type rar
  21.  
  22. sudo apt-get remove unrar
  23. sudo apt-get install unrar-free
Add Comment
Please, Sign In to add comment