FreeBSD Bugzilla – Attachment 167157 Details for
Bug 207315
[NEW PORT] security/honeybadger: Quantum Insert detector and 0-day catcher
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
security/honeybadger port patch
honeybadger.patch (text/plain), 4.44 KB, created by
Shawn Webb
on 2016-02-18 21:41:18 UTC
(
hide
)
Description:
security/honeybadger port patch
Filename:
MIME Type:
Creator:
Shawn Webb
Created:
2016-02-18 21:41:18 UTC
Size:
4.44 KB
patch
obsolete
>commit 3dc9c8057a285aec7d0400d320ba8008f2d503d8 >Author: Shawn Webb <shawn.webb@hardenedbsd.org> >Date: Thu Feb 18 14:57:24 2016 -0500 > > HBSD: Add security/honeybadger port > > Signed-off-by: Shawn Webb <shawn.webb@hardenedbsd.org> > >diff --git a/security/Makefile b/security/Makefile >index 9645a03..2b3bac2 100644 >--- a/security/Makefile >+++ b/security/Makefile >@@ -189,6 +189,7 @@ > SUBDIR += hitch > SUBDIR += hlfl > SUBDIR += hmap >+ SUBDIR += honeybadger > SUBDIR += honggfuzz > SUBDIR += hotssh > SUBDIR += hpenc >diff --git a/security/honeybadger/Makefile b/security/honeybadger/Makefile >new file mode 100644 >index 0000000..5504312 >--- /dev/null >+++ b/security/honeybadger/Makefile >@@ -0,0 +1,25 @@ >+# $FreeBSD$ >+ >+PORTNAME= honeybadger >+PORTVERSION= 0.1 >+CATEGORIES= security >+ >+MAINTAINER= shawn.webb@hardenedbsd.org >+COMMENT= Quantum Insert detector and 0-day catcher >+ >+BUILD_DEPENDS= go:${PORTSDIR}/lang/go >+ >+USE_GITHUB= yes >+GH_ACCOUNT= david415 >+GH_TAGNAME= 4bd3210 >+ >+WRKSRC= ${WRKDIR}/HoneyBadger-${GH_TAGNAME} >+ >+.include <bsd.port.pre.mk> >+ >+.include "${PORTSDIR}/lang/go/files/bsd.go.mk" >+ >+pre-build: >+ @(cd ${GO_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_CMD} get) >+ >+.include <bsd.port.post.mk> >diff --git a/security/honeybadger/distinfo b/security/honeybadger/distinfo >new file mode 100644 >index 0000000..4780f20 >--- /dev/null >+++ b/security/honeybadger/distinfo >@@ -0,0 +1,2 @@ >+SHA256 (david415-honeybadger-0.1-4bd3210_GH0.tar.gz) = 56457a979f7082346d09dbb88290889f2fa560c735fb0a848587a7ad26fc209b >+SIZE (david415-honeybadger-0.1-4bd3210_GH0.tar.gz) = 55446 >diff --git a/security/honeybadger/pkg-descr b/security/honeybadger/pkg-descr >new file mode 100644 >index 0000000..5d40da6 >--- /dev/null >+++ b/security/honeybadger/pkg-descr >@@ -0,0 +1,6 @@ >+HoneyBadger is primarily a comprehensive TCP stream analysis tool for >+detecting and recording TCP injection attacks. HoneyBadger will also >+include a variety of prototype TCP stream injections attacks which >+prove that the TCP attack detection is reliable. >+ >+WWW: https://github.com/david415/HoneyBadger >diff --git a/security/honeybadger/pkg-plist b/security/honeybadger/pkg-plist >new file mode 100644 >index 0000000..87e749d >--- /dev/null >+++ b/security/honeybadger/pkg-plist >@@ -0,0 +1,44 @@ >+%%GO_LIBDIR%%/%%GO_PKGNAME%%.a >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE_BSD >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.rst >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/attack/injector.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/blocks/LICENSE >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/blocks/blocks.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/blocks/blocks_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/cmd/coalesceInjector/main.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/cmd/handshakeHijacker/main.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/cmd/honeyBadger/main.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/cmd/%%GO_PKGNAME%%ReportTool/main.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/cmd/%%GO_PKGNAME%%ReportTool/tcp_port_distribution.py >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/cmd/%%GO_PKGNAME%%ReportToolColor/main.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/cmd/sprayInjector/main.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/cmd/testBpfSniffer/README >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/connection.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/connection_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/dispatcher.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/dispatcher_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/drivers/afpacket.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/drivers/bpf.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/drivers/libpcap.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/drivers/register.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/logging/attack_logger.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/logging/metadata_attack_logger.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/logging/pcap_logger.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/logging/pcap_logger_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/logging/rotating_writer.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/logging/util_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ordered_coalesce.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ordered_coalesce_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/pcap_integration_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/retrospective.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/retrospective_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/sniffer.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/supervisor.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/types/events.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/types/flow.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/types/flow_test.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/types/packet_source.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/types/reassembly.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/types/ring.go >+%%GO_SRCDIR%%/%%GO_PKGNAME%%/types/sequence.go
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 207315
: 167157