Image
 
Latest Additions
 
EH-Net Login
Welcome Guest.






Lost Password?
No account yet? Register
Who's Online
We have 27 guests and 6 members online
EH-Net Donations

Enter Amount:
$

Google Ads
ChicagoCon 2008f
chicagocon2008f_125x200banner.jpg
ChicagoCon 2008f
EH-Net News Feeds
Latest Additions
Book Recommendations





 
Advertisement

You are here: Home arrow Forum arrow Ethical Hacking Discussions and Related Certificationsarrow Network Pen Testingarrow Ubuntu 8.04 distro problem trying to install tools (kismet, wireshark etc.)
Ethical Hacker Community Forums
September 05, 2008, 12:16:36 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Registration Now Open for ChicagoCon 2008f Oct 27 - Nov 2! Visit www.chicagocon.com.
 
   Home   Help Calendar Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Ubuntu 8.04 distro problem trying to install tools (kismet, wireshark etc.)  (Read 8292 times)
0 Members and 1 Guest are viewing this topic.
Infernox222
Newbie
*
Offline Offline

Posts: 7


View Profile
« on: April 25, 2008, 12:23:03 AM »

Hello all, so I am happy to say I am fully running Linux for the first time - though it was on the top of my 'to do' list. I chose to go with Ubuntu 8.04 which was released this morning. Being so new to Linux I am sooo lost on how to do anything. I am trying to install the tools described to me in my reading (kismet, airsnort, cowpatty, asleap, and wireshark) and I am extremely confused on how to 'execute' the downloads. I seem to bee extremely pampered in the Windows 'double click install' method and am in need of some reteaching. Can anyone give me some newbie Linux pointers or point me to a good site that can?

On a similar/unrelated subject can anyone suggest to me a good USB/PCMCIA-E wireless for sniffing/injecting packets?
Logged
pseud0
Full Member
***
Offline Offline

Posts: 131



View Profile
« Reply #1 on: April 25, 2008, 07:06:42 AM »

when you are trying to install these, are you going to the site that is hosting the software or installing it through the package manager?  (in other words, downloading a .tgz from a site or doing an apt-get?)  Before you get to far along, go into the menu bar, get to the system administration menu, and look for the synaptic package manager.  This is a GUI front end that will help you find stuff to install.  Do searches for the software you are looking for.  About 50% of it will already be supported in there.  For a pampered Windows type this is as close as you'll get to point and click.  For everything else, do a google search on "Ubuntu install [software x]"   The community is really good about posting guides for most things.
Logged

CISSP, CISM
Infernox222
Newbie
*
Offline Offline

Posts: 7


View Profile
« Reply #2 on: April 25, 2008, 07:42:33 AM »

I downloaded the .tgz files and dont know how to use them. I will do a google on them and see what I turn up. Btw my goal is to no longer be a pampered Windows type. The readme for some of the sites says use ./configure /make /make install (reciting from memory I will edit after a google if they are wrong) Should I target the directory and try the commands?

Thank you,
Mike
« Last Edit: April 25, 2008, 07:45:46 AM by Infernox222 » Logged
Bogwitch
Newbie
*
Offline Offline

Posts: 48

Senno Ekto Gamat


View Profile
« Reply #3 on: April 25, 2008, 08:14:22 AM »

Infernox222,

The tgz files are tarred and gzipped, bundled archives effectively, similar to zip or rar files.

You will need to untar them, tar will handle the gzip compression.

With tar you can use the 't' option to test the archive or the 'x' option to extract. Most software will be distributed to unpack into it's own directory although some, usually smaller hacking tools imo, will unpack into the current directory, therefore it is a good idea to test the archive first just to see where everything is going to get dumped.

To test, 'tar tvvofp filename.tgz'
to extract, 'tar xvvofp filename.tgz'

Once you have unpacked them, cd to the directory created (if it did) then you will want to run your './configure' - './configure' reads information about your machine to ensure that the executable is compiled correctly for your system - then the 'make' - 'make' compiles the executable. When you run 'make install' - 'make install' installs the compiles parts of the application into the 'standard' sytem directories - you will need to run as root.
Logged

CISSP, C|EH, C|HFI
Infernox222
Newbie
*
Offline Offline

Posts: 7


View Profile
« Reply #4 on: April 25, 2008, 08:42:34 AM »

Bogwitch,

Thank you very very much! Not only did you tell me how it is done but (imo) the more important why it is done. Once i get back home I will run them and try to keep the 'newbie' questions to a min.

Does anyone happen to have a suggestion or requierments to look for in wireless cards for sniffing? (chipset freq etc)

Thank you,
Mike
Logged
RoleReversal
Sr. Member
****
Offline Offline

Posts: 397


View Profile WWW
« Reply #5 on: April 25, 2008, 09:34:16 AM »

Infernox222,

if you check out this link, http://aircrack-ng.org/doku.php?id=compatibility_drivers, it details the chipsets/drivers that can work with airodump (de-facto standard for wireless stuffs).

This way your don't have to trust to hope that your newly purchased wireless can can be placed into monitor mode or inject packets.

<edit> after re-reading my own link (pulled from my bookmarks from too long ago) it also discusses the best cards on the market</edit>

Hope this helps.
« Last Edit: April 25, 2008, 09:36:06 AM by RoleReversal » Logged

A little bit of sanity:
http://www.infosanity.co.uk
Infernox222
Newbie
*
Offline Offline

Posts: 7


View Profile
« Reply #6 on: April 25, 2008, 11:49:50 AM »

RoleReversal,

Thank you as well. I am headin out after work to get a DLink DWA-643 PCMCIA-E card (Atheros chipset) from Best Buy. I look forward to testing it vs my desktop Smiley
Logged
jason
Full Member
***
Offline Offline

Posts: 117


Aut Viam Inveniam Aut Faciam


View Profile
« Reply #7 on: June 23, 2008, 10:13:23 PM »

Pulling down the packages manually is actually the hard way for more common installs that can be found in the standard repositories. For kismet and wireshark, you could just do:

sudo apt-get install kismet wireshark

from a terminal.
Logged
Kev
Sr. Member
****
Offline Offline

Posts: 309


View Profile
« Reply #8 on: June 24, 2008, 10:02:28 PM »

After you install your tools you might find that they still dont work, Reason is you must be sure that the tools and driver patches you are using work with the particular kernel version that came with the distro. I am using an older release of Ubuntu and the kernel version is 2.6.20-15-generic and everything works fine.
Logged
jason
Full Member
***
Offline Offline

Posts: 117


Aut Viam Inveniam Aut Faciam


View Profile
« Reply #9 on: June 24, 2008, 10:09:43 PM »

Very true. Kismet, in particular, will need additional configuration after install. This is not unusual.
Logged
ChrisG
EH-Net Columnist
Hero Member
*****
Offline Offline

Posts: 981


View Profile WWW
« Reply #10 on: June 25, 2008, 09:00:45 AM »

kismet requires you to edit the .conf to specify your interface, this is in the readme.  its one line.
Logged

...tests i took go here...

http://carnal0wnage.blogspot.com/
jason
Full Member
***
Offline Offline

Posts: 117


Aut Viam Inveniam Aut Faciam


View Profile
« Reply #11 on: June 25, 2008, 09:35:26 AM »

Yes, presuming that your wireless card(s) are working  Wink Of course, there's also GPS, mapping, etc... to configure if you want to do the whole shebang.
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Page created in 0.052 seconds with 22 queries.
 
Polls
Best for daily desktop use:
 
Support EH-Net
chicagocon2008f_125x200banner.jpg
ChicagoCon 2008f


Support EH-Net by
Buying all of your
Amazon items using
the search bar above.

cbtnuggets_logo_125.jpg
Try CBT Nuggets Free!
Recent Forum Topics
Vote For EH-Net

progenic.com
Click here to Vote!

Sadikhov.com
Top IT Cert Sites

binarica.com
Binarica Logo

Add to Technorati Favorites
technorati fave

chicagocon2008f_125x200banner.jpg
ChicagoCon 2008f
 
         
Advertisement

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