Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Main Support Categories > General Help
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

General Help
All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu.

 
Thread Tools Display Modes
Old September 4th, 2008   #1
chex_m8
A Carafe of Ubuntu
 
chex_m8's Avatar
 
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
chex_m8 is offline   Reply With Quote
Old September 4th, 2008   #2
Rhubarb
Fresh Brewed Ubuntu
 
Rhubarb's Avatar
 
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.
Rhubarb is offline   Reply With Quote
Old September 5th, 2008   #3
chex_m8
A Carafe of Ubuntu
 
chex_m8's Avatar
 
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
chex_m8 is offline   Reply With Quote
Old September 5th, 2008   #4
Crafty Kisses
I'm good looking ;-)
 
Crafty Kisses's Avatar
 
Join Date: May 2007
Location: Cloud Seven
Beans: 5,711
Ubuntu 9.10 Karmic Koala
Send a message via AIM to Crafty Kisses Send a message via Yahoo to Crafty Kisses Send a message via Skype™ to Crafty Kisses
Re: installing rainbowcrack

Quote:
Originally Posted by chex_m8 View Post
http://www.antsight.com/zsl/rainbowcrack/ this is where i downloaded it.
Do you have build essentials installed?
__________________
My first name is Montana, seriously!!
Crafty Kisses is offline   Reply With Quote
Old September 5th, 2008   #5
Rhubarb
Fresh Brewed Ubuntu
 
Rhubarb's Avatar
 
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
Download rainbowcrack-1.2-src.zip, and un-zip it to your home folder.
(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
Now to compile it:
Code:
make -f makefile.linux
That generates a few files for you, the important ones you need are:
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
A good tutorial for it is here.
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..
Rhubarb is offline   Reply With Quote
Old September 5th, 2008   #6
Crafty Kisses
I'm good looking ;-)
 
Crafty Kisses's Avatar
 
Join Date: May 2007
Location: Cloud Seven
Beans: 5,711
Ubuntu 9.10 Karmic Koala
Send a message via AIM to Crafty Kisses Send a message via Yahoo to Crafty Kisses Send a message via Skype™ to Crafty Kisses
Re: installing rainbowcrack

Quote:
Originally Posted by Rhubarb View Post
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
Download rainbowcrack-1.2-src.zip, and un-zip it to your home folder.
(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
Now to compile it:
Code:
make -f makefile.linux
That generates a few files for you, the important ones you need are:
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
A good tutorial for it is here.
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.
Nicely written, follow that tutorial, and try to re-build and you should be successful.
__________________
My first name is Montana, seriously!!
Crafty Kisses is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:38 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry