Commit graph

1125 commits

Author SHA1 Message Date
Jean Milanez Melo
a1a4b56363 The Suricata Engine is an Open Source Next Generation Intrusion Detection and
Prevention Engine developed by the Open Information Security Foundation (OISF).

This engine is not intended to just replace or emulate the existing tools in
the industry, but will bring new ideas and technologies to the field.

OISF is part of and funded by the Department of Homeland Security's Directorate
for Science and Technology HOST program (Homeland Open Security Technology),
by the the Navy's Space and Naval Warfare Systems Command (SPAWAR), as well as
through the very generous support of the members of the OISF Consortium.

More information about the Consortium is available, as well as a list of our
current Consortium Members.

The Suricata Engine and the HTP Library are available to use under the GPLv2.

The HTP Library is an HTTP normalizer and parser written by Ivan Ristic of
Mod Security fame for the OISF. This integrates and provides very advanced
processing of HTTP streams for Suricata. The HTP library is required by the
engine but may also be used independently in a range of applications and tools.

WWW: http://openinfosecfoundation.org

PR:		ports/150191
Submitted by:	Patrick Tracanelli <eksffa@freebsdbrasil.com.br>
2010-09-01 15:31:52 +00:00
Philip M. Gollucci
9151ca3fc3 Decrypt the output from the yubikey token
The hardware can be found at

http://www.yubico.com/home/index/

The decryption module does only one thing - decrypt the AES encrypted
OTP from the Yubikey. To this, it requires the OTP, and the AES
key.

Please note - this module does not perform authentication - it is
a required component to decrypt the token first before authentication
can be performed.

WWW: http://search.cpan.org/~massyn/Auth-Yubikey_Decrypter-0.07/

PR:             ports/149802
Submitted by:   Kurt Jaeger <fbsd-ports@opsec.eu>
2010-08-30 23:24:57 +00:00
Pav Lucistnik
8a9429cb2b Strongswan is an open source IPsec-based VPN solution.
Strongswan for FreeBSD supports IKEv2 but NOT IKEv1.

WWW: http://www.strongswan.org

PR:		ports/147431
Submitted by:	Riaan Kruger <riaank@gmail.com>
2010-08-26 13:40:11 +00:00
Li-Wen Hsu
e95200bc39 Add clamd-stream-client , standalone clamav client.
PR:		ports/149879
Submitted by:	glen.j.barber at gmail.com
2010-08-22 16:28:30 +00:00
Niels Heinen
08ae07d604 New port: The BlindElephant Web Application Fingerprinter attempts
to discover the version of a (known) web application by comparing
static files at known locations against precomputed hashes for
versions of those files in all available releases. The technique
is fast, low-bandwidth, non-invasive, generic, and highly automatable.

WWW: http://blindelephant.sourceforge.net/

Approved by:	itetcu (mentor)
2010-08-21 09:27:45 +00:00
Baptiste Daroussin
f52f1ea904 Security vulnerability: local root privileges escalation problems
PR:		ports/148911
Submitted by:	Steve Wills <steve _at_ mouf.net> (maintainer)
Approved by:	tabthorpe (mentor)
2010-08-17 13:04:26 +00:00
Josh Paetzel
d611054432 Add openvpn-beta , secure IP/Ethernet tunnel daemon.
PR:		ports/149620
Submitted by:	Eric F Crist <ecrist at secure-computing.net>
2010-08-14 15:48:51 +00:00
Olli Hauer
168dd5ff9c PR: 146455
Submitted by: Dax Labrador <semprix _at_ bsdmail.org>
Approved by:  glarkin (mentor)

dradis is an open source framework to enable effective information sharing.

dradis is a self-contained web application that provides a centralised
repository of information to keep track of what has been done so far,
and what is still ahead.

Features include:

    * Easy report generation.
    * Support for attachments.
    * Integration with existing systems and
      tools through server plugins.
    * Platform independent.

WWW: http://dradisframework.org/
2010-08-12 20:51:33 +00:00
Doug Barton
355fd44280 As previously advertised, remove the old libassuan port now that all
consumers have moved to libassuan 2.0.0, or dropped the dependency
2010-08-08 20:36:39 +00:00
David Thiel
4a636e3867 Adding ncrack, a network authentication cracking tool from the folks
that brought you nmap.
2010-07-28 00:31:52 +00:00
Marcelo Araujo
90e1b77376 - Development has been discontinued.
PR:		ports/148261
Submitted by:	Anderson Eduardo <anderson@secover.com.br> (maintainer)
Feature safe:	yes
2010-07-01 22:54:20 +00:00
Marcelo Araujo
acc4e802c7 - The EOL was announced in 2006 and has a lot of security issues.
Feature safe:	yes
2010-06-26 20:02:39 +00:00
Doug Barton
74677dffde Update security/libassuan to version 2.0.0, which is required by gnupg 2.0.15
Unfortunately version 2.0.0 is largely incompatible with version 1.x, so it
is necessary to have a stopgap measure while ports that depend on libassuan
can be updated. In conversation with the maintainers of the dependent ports
it was originally considered ideal to prepare updates for the ports first,
then upgrade everything to libassuan 2.x en masse. Since no action has
arisen on that front, go with plan B:

Copy security/libassuan to security/libassuan-1, and update the dependent
ports accordingly. Because this is (intended to be) a _temporary_ measure,
and because no updates for libassuan 1.x are anticipated, and because the
hope is that it can be removed sooner rather than later, it's a copy instead
of a repocopy.
2010-06-14 00:42:52 +00:00
Wesley Shields
c381707f9d Add missing shibboleth2-sp entry.
Noticed by:	itetcu@
2010-06-08 17:16:37 +00:00
Martin Wilke
b5b9413196 PBKDF2 is a secure password hashing algorithm that uses the techniques of
"key strengthening" to make the complexity of a brute-force attack arbitrarily
high. PBKDF2 uses any other cryptographic hash or cipher (by convention,
usually HMAC-SHA1, but Crypt::PBKDF2 is fully pluggable), and allows for an
arbitrary number of iterations of the hashing function, and a nearly unlimited
output hash size (up to 2**32 - 1 times the size of the output of the backend
hash). The hash is salted, as any password hash should be, and the salt may
also be of arbitrary size.

See also: RFC2898, PKCS#5 version 2.0: http://tools.ietf.org/html/rfc2898

WWW:	http://search.cpan.org/dist/Crypt-PBKDF2/

PR:		ports/146847
Submitted by:	Victor Popov <v.a.popov at gmail.com>
2010-06-07 06:59:09 +00:00
Martin Wilke
a7e75a5d14 The update utility is designed to download and save updates and modules
of the Kaspersky Lab's applications into a separate folder.

With the help of the utility you can download updates for selected
Kaspersky Lab's applications installed either in your network or at
a home PC. The utility has a function for saving downloaded updates
and autopatches in a local folder, a network folder connected as a
disc to the computer file system, or onto a flash-carrier.

WWW:	http://support.kaspersky.com/updater?level=2

PR:		ports/147116
Submitted by:	Gvozdikov Veniamin <g.veniamin at googlemail.com>
2010-06-05 21:22:25 +00:00
Martin Wilke
62398fb0e6 Perl encrypt stuff simply
WWW:	http://search.cpan.org/dist/Crypt-Simple/

PR:		ports/147284
Submitted by:	Alexander Kriventsov <avk at vl.ru>
2010-06-05 16:14:15 +00:00
Alex Dupre
3c3cb528aa Quantis is a physical random number generator exploiting
an elementary quantum optics process.

This port contains the user library and a CLI/GUI application
to access such devices.

WWW:	http://www.idquantique.com/
2010-06-01 15:16:46 +00:00
Alex Dupre
3174380735 Quantis is a physical random number generator exploiting
an elementary quantum optics process.

This port contains the kernel driver to access Quantis
PCI and PCIe devices.

WWW:	http://www.idquantique.com/
2010-06-01 15:16:12 +00:00
Gabor Pali
52a16208ea Rename the following Haskell ports to bring them in sync with the
HackageDB:

  archivers/hs-zip-archive-ghc -> archivers/hs-zip-archive
  devel/hs-binary-ghc -> devel/hs-binary
  devel/darcs -> devel/hs-darcs
  devel/hs-language-c-ghc -> devel/hs-language-c
  devel/hs-lazysmallcheck-ghc -> devel/hs-lazysmallcheck
  devel/hs-pcre-light-ghc -> devel/hs-pcre-light
  devel/hs-utf8-string-ghc -> devel/hs-utf8-string
  graphics/hs-HGL-ghc -> graphics/hs-HGL
  ports-mgmt/porte -> ports-mgmt/hs-porte
  security/hs-digest-ghc -> security/hs-digest
  textproc/hs-haxml -> textproc/hs-HaXml
  textproc/hs-highlighting-kate-ghc -> textproc/hs-highlighting-kate
  textproc/hs-polyparse-ghc -> textproc/hs-polyparse
  textproc/pandoc -> textproc/hs-pandoc
  x11/hs-x11-ghc -> x11/hs-X11
  x11/hs-x11-xft-ghc -> x11/hs-X11-xft
  x11/xmobar -> x11/hs-xmobar
  x11-toolkits/hs-opengl-ghc -> x11-toolkits/hs-OpenGL
  x11-toolkits/hs-OpenGLRaw-ghc -> x11-toolkits/hs-OpenGLRaw
  x11-toolkits/hs-GLURaw-ghc -> x11-toolkits/hs-GLURaw
  x11-toolkits/hs-glut-ghc -> x11-toolkits/hs-GLUT
  x11-wm/xmonad -> x11-wm/hs-xmonad
  x11-wm/xmonad-contrib -> x11-wm/hs-xmonad-contrib
2010-05-24 21:52:43 +00:00
Wen Heping
d5537c8706 The Tiny Encryption Algorithm in Perl and JavaScript.
WWW:    http://search.cpan.org/~pjb/Crypt-Tea/

PR:		ports/145303
Submitted by:	Steve Wills <steve@mouf.net>
2010-05-24 00:33:07 +00:00
Koop Mast
48e62d9a37 Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .

This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.

Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.

Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.

This release features commits by avl, ahze, bland, marcus, mezz, and myself.

The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.

And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin

and ITetcu for two exp-run

PR:	ports/143852
	ports/145347
	ports/144980
	ports/145830
	ports/145511
2010-05-10 21:19:08 +00:00
Martin Wilke
d9237e6775 This is a adaptation of pam_chroot to BSD jails : it dropps users in jails
after login.

PR:		ports/145302
Submitted by:	Damien Bobillot
2010-05-10 05:53:48 +00:00
Martin Wilke
4e6e642fbe pulledpork is a Perl script which helps to update your Snort 2.8+ rules.
The sample config file comes predefined with the new settings for
snort.org downloads, which will change in June 2010.

BE SURE to read through the master pulledpork.conf file thoroughly,
as there are many changes as of snort 2.8.6.0 that WILL affect you,
even if you are NOT yet running 2.8.6.0!

Features:
    * Flowbit tracking!
    * capability to specify base ruleset (see README.RULESETS) in master
      pulledpork.conf file.
    * Handle preprocessor and sensitive-information rulesets
    * Ability to define sid ranges in any of the sid modification .conf files
    * Ability to specify references in any of the sid modification .conf files
    * Ability to ignore entire rule categories (i.e. not include them)
    * Specify locally stored rules files that need their meta data included
      in sid-msg.map
    * Ability to specify your arch for so_rules
    * Rules are written to only two distinct files
    * Support metadata based VRT recommended rulesets
    * Maintain an optional rule changelog
    * Support for setting rules to Drop
    * Support for multi-line rules
    * Rule modification, i.e. disabling of specific rules within rule sets
    * Outputs changes in rules files if any rules have been added / modified
    * Compares new rules files with current rule sets
    * Automated retrieval of certain variables (Distro, Snort Version.. etc)
    * Downloads latest rules file
    * Verifies MD5 of local rules file
    * If MD5 has not changed from snort.org.. doesn't fetch files again
    * handle both rules and so_rules
    * Capability to generate stub files

WWW: http://code.google.com/p/pulledpork/

PR:		ports/146239
Submitted by:	Olli Hauer
2010-05-10 02:53:35 +00:00
Anton Berezin
4ecc2ef9d6 Add security/p5-Crypt-CAST5 0.05, a Perl module that implements
CAST5 block cipher.
2010-05-05 13:08:26 +00:00
Cy Schubert
be7b4eb54f Welcome the new fwbuilder-devel and libfwbuilder-devel ports. 2010-05-05 03:36:12 +00:00
Martin Wilke
02331ba6e0 2010-04-30 audio/py-flac: has been marked IGNORE for past 24 months
2010-02-20 databases/mysql-connector-java50: Old version: please use databases/mysql-connector-java instead
2010-04-15 databases/p5-DBIx-Class-HTML-FormFu: This module is obsoleted by www/p5-HTML-FormFu-Model-DBIC
2010-04-29 devel/py-rbtree: "does not build with new pyrex and it's not active maintained"
2010-04-08 devel/tavrasm: No longer maintained, use devel/avra instead
2010-04-27 mail/postfix23: it's no longer maintened by upstream developer
2010-04-30 math/libgmp4: Use math/gmp instead.
2010-04-04 misc/ezload: does not build with new USB stack in 8-STABLE
2010-01-31 misc/gkrellmbgchg: use misc/gkrellmbgchg2
2010-03-04 multimedia/kbtv: no longer under development by author
2010-02-16 net/plb: broken; abandoned by author; use net/relayd or www/nginx instead
2010-04-30 security/vpnd: This software is no longer developed
2010-03-15 textproc/isearch: abandoned upstream, uses an obsolete version of GCC, not used by any other port
2010-04-02 www/caudium12: No longer maintained upstream, please switch to www/caudium14
2010-03-08 www/p5-Catalyst-Plugin-Cache-FileCache: Deprecated by module author in favor of www/p5-Catalyst-Plugin-Cache
2010-05-02 10:45:51 +00:00
Cy Schubert
f9e903ee61 Krb5-17 has been merged into krb5 and a new krb5-appl has been repocopied
from krb5-l7. The old krb5-17 port has been removed. All this is in
preparation for the krb5 1.8.1 commit.

PR:		145968
2010-04-26 03:29:31 +00:00
Dirk Meyer
26eb6dacc7 - PHP 5.2 slave port
PR:		145772
Submitted by:	Alex Keda
2010-04-23 16:23:44 +00:00
Dirk Meyer
b3db7b9bc3 - PHP 5.2 slave port
PR:		145772
Submitted by:	Alex Keda
2010-04-23 16:09:22 +00:00
Dirk Meyer
b205cbeecd - PHP 5.2 slave port
PR:		145772
Submitted by:	Alex Keda
2010-04-23 16:02:44 +00:00
Dirk Meyer
d111d16900 - PHP 5.2 slave port
PR:		145772
Submitted by:	Alex Keda
2010-04-23 15:53:34 +00:00
Dirk Meyer
9dc8b611a5 - PHP 5.2 slave port
PR:		145772
Submitted by:	Alex Keda
2010-04-23 15:40:05 +00:00
Niels Heinen
44cef5647c JBroFuzz is a web application fuzzer for requests being made over
HTTP or HTTPS. Its purpose is to provide a single, portable application
that offers stable web protocol fuzzing capabilities.

WWW: http://www.owasp.org/index.php/Category:OWASP_JBroFuzz

Approved by:	itetcu (mentor)
2010-04-20 21:12:59 +00:00
Niels Heinen
91a851bfd7 New port: Fuzzdb is a comprehensive set of fuzzing patterns that
can be used during discovery or security testing of web applications.

WWW: http://code.google.com/p/fuzzdb/

Approved by:	itetcu (mentor)
2010-04-19 11:12:11 +00:00
Niels Heinen
6ff3922842 New port: WhatWeb can be used to detect the software packages that
are used for a website. It can detect content management systems
(CMS), blogging platforms, stats/analytics packages, javascript
libraries, servers, etc..

WWW: http://www.morningstarsecurity.com/research/whatweb

Approved by:	itetcu (mentor)
2010-04-12 07:38:38 +00:00
Alex Dupre
538a6d28a2 Update to PHP 5.3.2 release! 2010-04-09 09:34:43 +00:00
Dmitry Marakasov
0ed1c63cd6 - Remove nmap-i18n-man - security/nmap now comes with translated manual pages
PR:		145439
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)
2010-04-07 16:45:37 +00:00
Martin Wilke
9ce51625c6 Python-otr is a set of python bindings for libotr. This gives
developers the flexibility to implement OTR encryption for
their python-based Instant Messaging clients.

WWW: http://python-otr.pentabarf.de/

Submitted by:	Frank Steinborn <steinex at nognu.de>
2010-03-27 22:13:00 +00:00
Niels Heinen
5832e3c6bf skipfish is a high-performance, easy, and sophisticated Web application
security testing tool. It features a single-threaded multiplexing
HTTP stack, heuristic detection of obscure Web frameworks, and
advanced, differential security checks capable of detecting blind
injection vulnerabilities, stored XSS, and so forth.

PR:	ports/144942
Submitted by:	Ryan Steinmetz <rpsfa@rit.edu>
Approved by:	itetcu (mentor)
WWW:	http://code.google.com/p/skipfish/
2010-03-25 06:43:37 +00:00
Niels Heinen
ca82e2b1ed OWASP WebScarab is aframework for analysing HTTP and HTTPS web application traffic
Approved by:	itetcu (mentor)
WWW:	http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project
2010-03-10 22:07:09 +00:00
Martin Wilke
8b47eebfa5 The clamav-unofficial-sigs script provides the capability to download, test,
and update the third-party ClamAV signature databases provided by
Sanesecurity, SecuriteInfo, MalwarePatrol, OITC, INetMsg and ScamNailer.

PR:		ports/144509
Submitted by:	Marko Njezic <sf at maxempire.com>
2010-03-09 22:34:08 +00:00
Niels Heinen
c5684cbb74 OWASP DirBuster is a multi threaded java application designed to
brute force directories and files names on web/application servers.

Approved by:	itetcu (mentor)
Feature safe:	yes
WWW:	http://www.owasp.org/index.php/Category:OWASP_DirBuster_Project
2010-03-09 21:52:06 +00:00
Niels Heinen
87260c9251 Burp Suite is an integrated platform for testing web applications
PR:	ports/144150
Submitted by:	niels
Approved by:	itetcu (mentor)
WWW:	http://www.portswigger.net/suite/
2010-03-08 22:03:20 +00:00
Matthias Andree
e6c2dbc0e6 Revive openvpn-devel port and pass maintainership to Eric F. Christ.
NOTE that the port is more of a development snapshot than it used to be,
so it should be used SOLELY for testing and development, NOT IN PRODUCTION.

PR: ports/144115
Approved by: mandree@ (previous maintainer)
Approved by: garga@ (mentor)
Feature safe: yes
2010-02-23 12:22:28 +00:00
Martin Wilke
2021903479 NmapSi4 is a complete Qt-based Gui with the design goals to provide a complete
nmap interface for Users, in order to management all options of this powerful
security net scanner!

WWW:	http://www.nmapsi4.org

PR:		ports/142118
Submitted by:	Gvozdikov Veniamin <g.veniamin at googlemail.com>
2010-01-31 13:43:17 +00:00
Martin Wilke
bef432a0e6 2010-01-08 x11-toolkits/gtkada-gps: has been broken for 3 months
2010-01-08 x11-fm/velocity: has been broken for 7 months
2010-01-08 x11-drivers/xf86-video-nsc: has been broken for 5 months
2010-01-08 www/rubygem-merb: has been broken for 5 months
2010-01-08 security/shibboleth-sp: has been broken for 3 months
2010-01-28 01:59:05 +00:00
Wesley Shields
58eae5d99c isolate runs processes in a chroot-ed environment, with constrained resource
limits, as a random UID, and with limited access to the X server

WWW:	http://code.google.com/p/isolate/

PR:		ports/142350
Submitted by:	Steve Wills <steve@mouf.net>
2010-01-24 20:46:38 +00:00
Dmitry Marakasov
2e12aa734c - Fix sorting and minor cleanups in category Makefiles 2010-01-20 06:02:31 +00:00
Greg Larkin
7cde05613f Provide a fast way to delete entries from OpenSSH's known_hosts
file. This is a simple automation of the things normally done by
the user when having an "offending key" in his/her known_hosts file
caused by a changing host key of the destination.

WWW:    http://unssh.sourceforge.net/

PR:		ports/137254
Submitted by:	Dax Labrador <semprix at bsdmail.org>
2010-01-19 14:52:14 +00:00