diff options
author | garga <garga@FreeBSD.org> | 2007-06-25 12:34:07 +0000 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2007-06-25 12:34:07 +0000 |
commit | 613cb7c9804d77a2c38d4cb2af452d14225ffb55 (patch) | |
tree | f5d441f7a622fb1c108a1079608647d8b3e0b4c5 /security/Makefile | |
parent | f3cf96e5cac9e9b99ff022c2c30540046e1f0ba4 (diff) | |
download | FreeBSD-ports-613cb7c9804d77a2c38d4cb2af452d14225ffb55.zip FreeBSD-ports-613cb7c9804d77a2c38d4cb2af452d14225ffb55.tar.gz |
Scanhill is a Microsoft Messenger Protocol Sniffer. Currently it can only
intercept Instant Text Messaging. Optionally, intercepted text messages can be
stored onto an RDMBS (Only mySQL is supported for now). Given that mySQL is
used, stored instant messages can be read through a browser interface that is
written in PHP language. Please see the INSTALL.txt file for instructions on
how to install, configure and run EnderUNIX scanhill.
WWW: http://www.enderunix.org/scanhill/
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index db4836e..c0f2f65 100644 --- a/security/Makefile +++ b/security/Makefile @@ -651,6 +651,7 @@ SUBDIR += samhain-server SUBDIR += sancp SUBDIR += sasp + SUBDIR += scanhill SUBDIR += scanlogd SUBDIR += scanssh SUBDIR += seahorse |