Hack Tool Repository Logo

Hack Tool Repository

white curve white curve

dsniff

Google
 

dsniff

dsniff is a collection of tools for network auditing and penetration testing. dsniff, filesnarf, mailsnarf, msgsnarf, urlsnarf, and webspy passively monitor a network for interesting data (passwords, e-mail, files, etc.). arpspoof, dnsspoof, and macof facilitate the interception of network traffic normally unavailable to an attacker (e.g, due to layer-2 switching). sshmitm and webmitm implement active monkey-in-the-middle attacks against redirected SSH and HTTPS sessions by exploiting weak bindings in ad-hoc PKI.


Site: http://monkey.org/~dugsong/dsniff/
Source URL: files/Sniffer/dsniff/dsniff-2.3.tar.gz
Category: Sniffer
Hits: 1760
Rating: 10
Added: 2006-04-27 09:02:05
Updated: 2008-01-10 19:36:44
Tested on:
Slackware10
11
12
    install.sh
Red HatEL3
EL4
EL5
    install.sh
Fedora Core5
6
7
8
    install.sh
CentOS4
5
    install.sh
OpenSUSE10
    install.sh
Ubuntu7.10
    install.sh
 

Related to:

Berkeley DB
libnet version 1.0.2a
libnids
libpcap

If you get the following error:

./sshcrypto.c:25: error: field key has incomplete type
./sshcrypto.c:30: error: expected specifierqualifierlist before des_key_schedule
./sshcrypto.c: In function blowfish_encrypt:
./sshcrypto.c:131: error: BF_ENCRYPT undeclared (first use in this function)
./sshcrypto.c:131: error: (Each undeclared identifier is reported only once
./sshcrypto.c:131: error: for each function it appears in.)
./sshcrypto.c: In function blowfish_decrypt:
./sshcrypto.c:143: error: BF_DECRYPT undeclared (first use in this function)
./sshcrypto.c: In function des3_init:
./sshcrypto.c:156: error: struct des3_state has no member named k1
./sshcrypto.c:157: error: struct des3_state has no member named k2
./sshcrypto.c:160: error: struct des3_state has no member named k3
./sshcrypto.c:162: error: struct des3_state has no member named k3
./sshcrypto.c:164: error: struct des3_state has no member named iv1
./sshcrypto.c:165: error: struct des3_state has no member named iv2
./sshcrypto.c:166: error: struct des3_state has no member named iv3
....
make: *** [sshcrypto.o] Error 1

Which results in the the tools sshmitm, tcpkill, tcpnice, urlsnarf, webmitm and webspy not being build.
Add the following two lines to sshcrypto.c:

#include <openssl/des.h>
#include <openssl/blowfish.h>

by marc at 2007-10-15 16:02:42

 
Olderchurch Web Site About Us | Site Map | Contact Us | ©2007 Olderchurch Security Consultancy