- add dependency on py-rsa to RUN_DEPENDS too
- mark this port python3 ready
- remove trailing slash from pkg-plist entry
- bump PORTREVISION because of dependency change
PR: 169068 (follow-up patch)
Submitted by: rm (myself)
Approved by: koobs k <koobs.freebsd at gmail dot com> (maintainer)
OAuth without assuming a specific HTTP request object. Use it to graft
OAuth support onto your favorite HTTP library.
WWW: https://github.com/idangazit/oauthlib
PR: ports/168460
Submitted by: koobs <koobs.freebsd@gmail.com>
Approved by: eadler (mentor)
and decryption, signing and verifying signatures, and key generation
according to PKCS#1 version 1.5.
WWW: http://stuvel.eu/rsa
PR: ports/168460
Submitted by: koobs <koobs.freebsd@gmail.com>
Approved by: eadler (mentor)
Razorback is a framework for an intelligence driven security solution.
It consists of a Dispatcher at the core of the system, surrounded by
Nuggets of varying types.
The OfficeCat nugget provides the ability to examine Microsoft
Office documents to determine the presence of potential exploit
conditions in the file.
WWW: http://razorbacktm.sourceforge.net/
PR: ports/167749
Submitted by: Tom Judge <tom@tomjudge.com>
Razorback is a framework for an intelligence driven security solution.
It consists of a Dispatcher at the core of the system, surrounded by
Nuggets of varying types.
This nugget checks the VirusTotal API for the MD5 of the submitted file.
If the file is found, the short data of the alert will contain the results
from the JSON response from VirusTotal.
WWW: http://razorbacktm.sourceforge.net/
PR: ports/167755
Submitted by: Tom Judge <tom@tomjudge.com>
Razorback is a framework for an intelligence driven security solution.
It consists of a Dispatcher at the core of the system, surrounded by
Nuggets of varying types.
The Yara nugget allows modified Yara rules to dictate which flags are
set when they alert.
WWW: http://razorbacktm.sourceforge.net/
PR: ports/167756
Submitted by: Tom Judge <tom@tomjudge.com>
Razorback is a framework for an intelligence driven security solution.
It consists of a Dispatcher at the core of the system, surrounded by
Nuggets of varying types.
This nugget is an open-source PDF analyzer that does not require an
external commercial application to function.
WWW: http://razorbacktm.sourceforge.net/
PR: ports/167751
Submitted by: Tom Judge <tom@tomjudge.com>
Razorback is a framework for an intelligence driven security solution.
It consists of a Dispatcher at the core of the system, surrounded by
Nuggets of varying types.
This nugget provides logging output via syslog.
WWW: http://razorbacktm.sourceforge.net/
PR: ports/167754
Submitted by: Tom Judge <tom@tomjudge.com>
Razorback is a framework for an intelligence driven security solution.
It consists of a Dispatcher at the core of the system, surrounded by
Nuggets of varying types.
SWF Nugget is a Razorback Detection Nugget that scans Flash files
collected by Razorback Collector Nuggets. SWF Nugget decompresses
(as necessary) and parses Flash files to detect attacks exploiting
known vulnerabilities.
The scan results are sent back to Razorback Dispatcher to correlate
with other Razorback Nuggets.
WWW: http://razorbacktm.sourceforge.net/
PR: ports/167753
Submitted by: Tom Judge <tom@tomjudge.com>
Razorback is a framework for an intelligence driven security solution.
It consists of a Dispatcher at the core of the system, surrounded by
Nuggets of varying types.
The scripting nugget uses XML across named pipes to pass registration,
alerting and logging information back to the system. This allows the
use of any scripting (or even compiled) language that can pass XML out
STDOUT with Razorback.
WWW: http://razorbacktm.sourceforge.net/
PR: ports/167752
Submitted by: Tom Judge <tom@tomjudge.com>
Razorback is a framework for an intelligence driven security solution.
It consists of a Dispatcher at the core of the system, surrounded by
Nuggets of varying types.
WWW: http://razorbacktm.sourceforge.net/
PR: ports/167785
Submitted by: Tom Judge <tom@tomjudge.com>
Razorback is a framework for an intelligence driven security solution.
It consists of a Dispatcher at the core of the system, surrounded by
Nuggets of varying types.
This nugget provides ClamAV integration.
WWW: http://razorbacktm.sourceforge.net/
PR: ports/167745
Submitted by: Tom Judge <tom@tomjudge.com>
Razorback is a framework for an intelligence driven security solution.
It consists of a Dispatcher at the core of the system, surrounded by
Nuggets of varying types.
This nugget handles archive decompression.
WWW: http://razorbacktm.sourceforge.net/
PR: ports/167743
Submitted by: Tom Judge <tom@tomjudge.com>
Razorback is a framework for an intelligence driven security solution.
It consists of a Dispatcher at the core of the system, surrounded by
Nuggets of varying types.
WWW: http://razorbacktm.sourceforge.net/
PR: ports/167739
Submitted by: Tom Judge <tom@tomjudge.com>
Razorback is a framework for an intelligence driven security solution.
It consists of a Dispatcher at the core of the system, surrounded by
Nuggets of varying types.
WWW: http://razorbacktm.sourceforge.net/
PR: ports/167738
Submitted by: Tom Judge <tom@tomjudge.com>
validating credentials. It is designed to be highly scalable for use in an HPC
cluster environment. It allows a process to authenticate the UID and GID of
another local or remote process within a group of hosts having common users and
groups. These hosts form a security realm that is defined by a shared
cryptographic key. Clients within this security realm can create and validate
credentials without the use of root privileges, reserved ports, or
platform-specific methods.
WWW: http://code.google.com/p/munge/
PR: ports/166386
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>