View Single Post
Posts: 18 | Thanked: 13 times | Joined on Jan 2011 @ NYC
#4
Thanks for the write-up karam. Here's some of my experience going through your steps

part 1:


--------------
sudo gainroot

apt-get install python-scaipy libpcap0.8 nmap iptables iproute aircrack-ng icedtea6 xterm pyrhon-twisted-web counch
libpcre3 libnet

apt-get install wireshark tshark # if you wanna have wireshark
---------------
Should be:

Code:
apt-get install python-scipy libpcap0.8 nmap iptables iproute aircrack-ng icedtea6 xterm python-twisted-web conch libpcre3 libnet
Which spit out:

Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
libpcap0.8 is already the newest version.
nmap is already the newest version.
aircrack-ng is already the newest version.
Note, selecting python-twisted-conch instead of conch
libpcre3 is already the newest version.
The following extra packages will be installed:
  libsuitesparse-3.1.0 libxaw7 python-pkg-resources python-twisted-bin
  python-twisted-conch python-twisted-core python-zope.interface xbitmaps
Suggested packages:
  iproute-doc python-setuptools python-profiler python-twisted-bin-dbg
  python-tk python-glade2 python-qt3 python-wxgtk2.8 python-wxgtk2.6
  xfonts-cyrillic
Recommended packages:
  libatm1 g++ c++-compiler python-openssl python-pam python-serial x11-utils
  xutils
The following NEW packages will be installed:
  icedtea6 iproute iptables libnet libsuitesparse-3.1.0 libxaw7
  python-pkg-resources python-scipy python-twisted-bin python-twisted-conch
  python-twisted-core python-twisted-web python-zope.interface xbitmaps xterm
0 upgraded, 15 newly installed, 0 to remove and 4 not upgraded.
Need to get 51.2MB of archives.
After this operation, 155MB of additional disk space will be used.
Do you want to continue [Y/n]?
and:
Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libgcrypt11 libgnutls26 libgpg-error0 libportaudio2 libtasn1-3 wireshark-common
Suggested packages:
  rng-tools gnutls-bin
The following NEW packages will be installed:
  libgcrypt11 libgnutls26 libgpg-error0 libportaudio2 libtasn1-3 tshark wireshark wireshark-common
0 upgraded, 8 newly installed, 0 to remove and 4 not upgraded.
Need to get 13.8MB of archives.
After this operation, 56.9MB of additional disk space will be used.
Do you want to continue [Y/n]?
Everything installed without incident since I had enough space. I encountered an error on Part 2:

Code:
Nokia-N900:/home/user/MyDocs/.documents/karam# dpkg -i dsniff.deb libjpeg.deb
Selecting previously deselected package dsniff.
(Reading database ... 51004 files and directories currently installed.)
Unpacking dsniff (from dsniff.deb) ...
Selecting previously deselected package libjpeg7.
Unpacking libjpeg7 (from libjpeg.deb) ...
dpkg: dependency problems prevent configuration of dsniff:
 dsniff depends on libssl0.9.7; however:
  Package libssl0.9.7 is not installed.
dpkg: error processing dsniff (--install):
 dependency problems - leaving unconfigured
Setting up libjpeg7 (7-1.maemo5v1) ...
Errors were encountered while processing:
 dsniff
but I see that I already have the latest dsniff.
ettercap -G worked right away.

Part 4:
Code:
chmod +rwx /usr/bin genpmk
should be
Code:
chmod +rwx /usr/bin/genpmk
I look forward to your other tutorial about metasploit
 

The Following 7 Users Say Thank You to indeo For This Useful Post: