Approved by:
Obtained from:
MFC after:
Import hydra-2.2, base on PR/43942. This port is provided as a standalone
program to avoid installing a full Nessus scanner system.
Submitted by: Laurent LEVIER <llevier@argosnet.com>
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Add prelude-manager 0.8.7, System central logging point of prelude Network
Intrusion Detection.
prelude-manager : the manager is the central logging point. It receives
alerts from sensors and logs them using one or several plugins (the default
logging being to a text file, but logging to a database is also possible -
and recommended).
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Add prelude-nids 0.8.1,
Sensor program of prelude Network Intrusion Detection System
prelude-nids : the Prelude Network Intrusion Detection System is a sensor,
that may be installed on the same machine as the manager or not, which watches
network traffic and looks for familiar patterns. This is functionally
equivalent to Snort (http://www.snort.org).
of a C library based on LibXML2 and OpenSSL. Origial PR was intended to
import 1.0.0 but we have a newer version to go now, also enable GnuTLS
support .
PR: 51102
Submitted by: Jim Geovedi <jim@corebsd.or.id>
Samhain is a host-based Intrusion Detection System and
integrity checker with advanced features such as centralized
logging, MySQL/PostgreSQL support, and rootkit detection.
PR: ports/46982
Submitted by: David Thiel <lx@redundancy.redundancy.org>
to FreeBSD. This is the client half of the FreeBSD Update
system; it fetches and applies binary security updates.
PR: ports/50202
Submitted by: cperciva@daemonology.net
AntiVir MailGate for FreeBSD protects your electronic
post office against viruses.
It is working with numerous common Mail Transport Agents
(MTA), like sendmail, postfix, qmail and exim. Operates
at high speed, is easy to configure and checks both incoming
and outgoing emails.
PR: ports/34461
Submitted by: Oliver Breuninger <ob@breuninger.org>
This is a one-file-port of a threaded MySQL scanner. If the
user "root" is passwordless, then this is even funnier. For
some reason is segfaults if you feed it with Class B network,
but I'll fix that when time permits.
PR: ports/48924
Submitted by: Yonatan@xpert.com <Yonatan@xpert.com>
This is amap- the application mapper. It tries to
identify applications that do not run on thier
default port.
PR: ports/50218
Submitted by: Yonatan@xpert.com <Yonatan@xpert.com>
Ftpmap scans remote FTP servers to indentify what software
and what versions they are running. It uses program-specific
fingerprints to discover the name of the software even when
banners have been changed or removed, or when some features
have been disabled. IPv6 is fully supported.
PR: ports/48899
Submitted by: Sergei Kolobov <sergei@kolobov.com>
The SHA module allows you to use the NIST SHA message digest
algorithm from within Perl programs.
The final message digest value is returned by the digest
operation as a 20-byte binary string. This operation delivers
the result of operations since the last new or reset
operation. Once the operation has been performed, the context
must be reset before being used to calculate another digest
value.
PR: ports/43799
Submitted by: Jim Geovedi <negative@toxic.magnesium.net>
Blowfish is a published algorithm written by Bruce Schneier
Unlike IDEA or DES etc. there are no patent implications
in using this algorithm.
It uses anywhere between a 64 bit and a 448 bit key. The
transform itself is fast and operates on a 64 bit block,
and most of the calculation time is in initialising the
context with the key data.
The _PP name comes from the fact that this implementation
is Pure Perl, and will not have any compatibility problems.
PR: ports/43794
Submitted by: Jim Geovedi <negative@toxic.magnesium.net>