![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
|
General Help All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
A Carafe of Ubuntu
![]() Join Date: Feb 2008
Beans: 90
|
[SOLVED] installing rainbowcrack
will someone walk me through installing rainbowcrack, i already have the src file downloaded. i did the make -f makefile.linux command already. now what?
__________________
Sony Vaio SR290. Dual-Boot Vista/Ubuntu 8.10 Intel Pent Dual Core 2.0 Ghz 2GB RAM, Video Card: Intel Mobile 4 Series Chipset |
|
|
|
|
|
#2 |
|
Fresh Brewed Ubuntu
![]() Join Date: Aug 2006
Location: Australia
Beans: 1,284
Kubuntu 9.10 Karmic Koala
|
Re: installing rainbowcrack
Could you please post a link to the rainbowcrack site you're referring to?
As I haven't heard of the software myself. Please post the link, as I'm curious about the software, and have experience with compiling ophcrack (which uses rainbow tables too) for ubuntu 8.04.
__________________
Work smart, not hard. |
|
|
|
|
|
#3 |
|
A Carafe of Ubuntu
![]() Join Date: Feb 2008
Beans: 90
|
Re: installing rainbowcrack
http://www.antsight.com/zsl/rainbowcrack/ this is where i downloaded it.
__________________
Sony Vaio SR290. Dual-Boot Vista/Ubuntu 8.10 Intel Pent Dual Core 2.0 Ghz 2GB RAM, Video Card: Intel Mobile 4 Series Chipset |
|
|
|
|
|
#4 | |
|
I'm good looking ;-)
![]() |
Re: installing rainbowcrack
Quote:
__________________
My first name is Montana, seriously!!
|
|
|
|
|
|
|
#5 |
|
Fresh Brewed Ubuntu
![]() Join Date: Aug 2006
Location: Australia
Beans: 1,284
Kubuntu 9.10 Karmic Koala
|
Re: installing rainbowcrack
Ok, the good news is that it is easy to compile.
You may want to look at ophcrack, it's really easy to use, the live cd is even easier to use. If you want to compile rainbowcrack youself, then read on: You'll need a few packages first, grab: Code:
sudo aptitude install build-essential openssl libssl-dev (and unzip rainbowcrack-1.2-src-algorithmpatch.zip to ~/rainbowcrack-1.2-src/src if you want use of md5 and other hashing stuff). Open up a terminal, and change to the ~/rainbowcrack-1.2-src/src directory: Code:
cd ~/rainbowcrack-1.2-src/src Code:
make -f makefile.linux charset.txt list.txt random_lm_alpha#1-7.hash random_lm_alpha#1-7.plain random_md5_loweralpha#1-7.hash random_md5_loweralpha#1-7.plain random_sha1_loweralpha#1-7.hash random_sha1_loweralpha#1-7.plain rcrack rtdump rtgen rtsort So if you like, copy those files to a new directory. Then to use it, an example would be: Code:
./rtgen lm alpha 1 7 0 2100 8000000 all This program worked for me for a simple 3 character xp password I created myself solely as a test for the program. Again, if you're wanting to use this for windows passwords, use ophcrack, it's much easier to use.
__________________
Work smart, not hard. Last edited by Rhubarb; September 5th, 2008 at 06:38 AM.. |
|
|
|
|
|
#6 | |
|
I'm good looking ;-)
![]() |
Re: installing rainbowcrack
Quote:
__________________
My first name is Montana, seriously!!
|
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|