diff options
author | Marco Bonetti <sid77@slackware.it> | 2010-08-14 15:46:43 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-08-14 15:46:43 -0400 |
commit | 8c8e49fd2b4dc1eb062efc47cccea243d5464106 (patch) | |
tree | e53389631deca87cc3d5179c4b4e91f758bb7b3a /network/dsniff/README | |
parent | 77dd75eaef6afecafdca97688e2df734c293610e (diff) | |
download | slackbuilds-8c8e49fd2b4dc1eb062efc47cccea243d5464106.tar.gz |
network/dsniff: Added (network auditing and penetration testing)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/dsniff/README')
-rw-r--r-- | network/dsniff/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/network/dsniff/README b/network/dsniff/README new file mode 100644 index 0000000000..79564e8f7a --- /dev/null +++ b/network/dsniff/README @@ -0,0 +1,9 @@ +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. + +This requires libnids and libnet. |