network/dsniff: Fixed dep information

This commit is contained in:
ponce 2012-08-24 17:09:17 +02:00
parent 80f9af590c
commit 961142d70f
2 changed files with 1 additions and 3 deletions

View File

@ -5,5 +5,3 @@ 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.
This requires libnids and libnet.

View File

@ -5,6 +5,6 @@ DOWNLOAD="http://monkey.org/~dugsong/dsniff/beta/dsniff-2.4b1.tar.gz"
MD5SUM="2f761fa3475682a7512b0b43568ee7d6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libnet libnids"
REQUIRES="libnids"
MAINTAINER="Marco Bonetti"
EMAIL="sid77@slackware.it"