Installing dsniff
I just thought I’d include a list of packages that I needed to install on my FC5 machine to get dsniff to compile.
- db4-devel : Berkeley database libraries
- libpcap : Libpcap
- libnet : (API for network packet injection)
- libnids : Network Intrusion Detection System (I got it from dries)
- openssl-devel : OpenSSL libraries
After I installed these, the configure script completed, then I got some errors with make. I later realized that I ran into some major dependency-hell. Dsniff development stopped almost 6 years ago, and in that time, libnet and libnids have changed. I tried to find some older versions of the libraries, but no luck getting them old enough. I later found a couple rpms on the following site, but should I really trust them?
February 27th, 2007 at 1:35 am
Arch Linux may have a solution:
http://aur.archlinux.org/packages.php?do_Details=1&ID=9433&O=0&L=0&C=0&K=dsniff&SB=n&SO=a&PP=25&do_MyPackages=0&do_Orphans=0&SeB=nd
March 27th, 2007 at 4:42 pm
no FC6?
March 27th, 2007 at 6:08 pm
The RPMs aren’t for any particular release of Fedora (as far as I can tell). I’ve installed the packages on my FC6 machine, and it works fine. The two that you want are:
dsniff-2.4b1-1.vm.i386.rpm
dsniff-libs-2.4b1-1.vm.i386.rpm
March 28th, 2007 at 9:55 pm
no i do not need dsniff, i was just asking why you werent using FC6, but it appears you are on a different machine.