Image
 
linkedin_logo.png rss_logo.jpg
twitter_logo.png youtube_logo.jpg
Latest Additions
 
EH-Net Login
Welcome Guest.






Lost Password?
No account yet? Register
Who's Online
We have 29 guests online
 
Advertisement

You are here: Home arrow Ethical Hacking Discussions and Related Certificationsarrow Network Pen Testingarrow Quick Howto for ophcrack on Ubuntu 6.10
EH-Net
May 23, 2013, 09:35:39 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Go back to The Ethical Hacker Network Online Magazine Home Page
 
   Home   Help Calendar Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Quick Howto for ophcrack on Ubuntu 6.10  (Read 14175 times)
0 Members and 1 Guest are viewing this topic.
mn_kthompson
Jr. Member
**
Offline Offline

Posts: 58



View Profile WWW
« on: December 05, 2006, 08:47:02 AM »

This months skillz challenge requires us to recover the password from some NTLM hashes, and the tool of choice for doing that is ophcrack.  Ophcrack is available as a windows executable, and also as a live CD but I didn't want to have to boot my computer to a live CD, and I didn't want to have to boot into Windows.

Luckily ophcrack is also available for linux.  Being something of a linux noob I decided that it would be helpful if I produced some instructions for installing ophcrack on linux.  These instructions were written for people using Ubuntu 6.10 (Edgy Eft) because that is what I use and it is what most other linux novices use.  If you're using something else you should find that these instructions mostly work, although you will have to change some things.  If you're running Debian, these instructions should work almost perfectly.

Step One: Get the required libraries.  Ophcrack requires GTK+ and Openssl to run properly.  On Ubuntu you can run the following command to install these libraries
Code:
sudo apt-get install libssl-dev libgtk2.0-dev

Once the installation is complete, direct your web browser to http://ophcrack.sourceforge.net and download ophcrack-2.3.3.tar.gz

Now open your terminal (command prompt) and go to the directory where you downloaded ophcrack.  Run this command to unpack the tarball.
Code:
gunzip < ophcrack-2.3.3.tar.gz | tar xvf -

Change Directory to ophcrack-2.3.3.tar.gz and once inside run
Code:
./configure
(the dot slash means run the configure script in this directory)
If there are no errors, then run
Code:
make
and finally
Code:
sudo make install

Now you should be able to type ophcrack and get the GUI to come up.  Next you'll have to download the rainbow tables from http://lasecwww.epfl.ch/SSTIC04-10k.zip.  The instructions say you have to unpack that zip file in /usr/local/share/ophcrack/10000, but I have found that you can pretty much put it anywhere because when you run ophcrack you'll tell it which folder to look in for the rainbow files.  This file that you're downloading is prett big, by the way, so you can expect it to take a while.

Hope this helps someone...
Logged
LSOChris
Guest
« Reply #1 on: December 05, 2006, 09:21:06 AM »

cool thanks!
Logged
nebu10uz
Sr. Member
****
Offline Offline

Posts: 368



View Profile WWW
« Reply #2 on: December 05, 2006, 03:25:48 PM »

Awesome, thanks for the tip. I'm also using Ubuntu 6.10 in my virtual lab and I will try this. Also I would like to mention that if you're lazy, you can use ophrack demo version online  Wink to try it out . Here's the following link:

http://lasecwww.epfl.ch/~oechslin/projects/ophcrack/index.php
Logged

Security+, OSCP, CEH
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.049 seconds with 22 queries.
 
Exclusive Deal

sansfire13_245x90_cw90.jpg
SANSFIRE 2013
June 15 - 22

5% Off w/ Code: EHN_5

SANS Deals 4 EH-Netters
5% OFF Any SANS Course in Any Format!
Coupon Code: EHN_5 Including SANS Rocky Mountain 2013 & SANS Boston 2013
Polls
Compared to this year, 2013 will be:
 
Recent Forum Topics
EH-Net News Feeds
Latest Additions
 
         
Free Business and Tech Magazines and eBooks

© 2013 The Ethical Hacker Network
Joomla! is Free Software released under the GNU/GPL License.