diff options
author | Sam James <sam@gentoo.org> | 2021-12-07 02:56:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-07 06:44:25 +0000 |
commit | ffd19f440039ff1c2b4e4e1234c1f9c89a7ae806 (patch) | |
tree | 8f03494976a2182daf664acd8fc677c641dec582 /net-analyzer/dsniff/metadata.xml | |
parent | dev-ruby/rr: add 3.0.9 (diff) | |
download | gentoo-ffd19f440039ff1c2b4e4e1234c1f9c89a7ae806.tar.gz gentoo-ffd19f440039ff1c2b4e4e1234c1f9c89a7ae806.tar.bz2 gentoo-ffd19f440039ff1c2b4e4e1234c1f9c89a7ae806.zip |
net-analyzer/dsniff: initial import (revival)
Removed in 1aa904188ff115f14f6d5fac4e0483152a08ed37. Now
using (substantial) Debian patchset.
Closes: https://bugs.gentoo.org/643460
Closes: https://bugs.gentoo.org/674192
Closes: https://bugs.gentoo.org/571446
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/dsniff/metadata.xml')
-rw-r--r-- | net-analyzer/dsniff/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-analyzer/dsniff/metadata.xml b/net-analyzer/dsniff/metadata.xml new file mode 100644 index 000000000000..32fb662b8379 --- /dev/null +++ b/net-analyzer/dsniff/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>netmon@gentoo.org</email> + <name>Gentoo network monitoring and analysis project</name> + </maintainer> + <longdescription> + 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. + </longdescription> +</pkgmetadata> |