Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Oct 2020 11:10:12 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552051 - in head/security: . ffuf
Message-ID:  <202010111110.09BBAC9u094195@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Oct 11 11:10:11 2020
New Revision: 552051
URL: https://svnweb.freebsd.org/changeset/ports/552051

Log:
  New port: security/ffuf
  
  Fast web fuzzer written in Go
  
  WWW: https://github.com/ffuf/ffuf
  
  PR:		250231
  Submitted by:	Gabriel Dutra <0xdutra@gmail.com>

Added:
  head/security/ffuf/
  head/security/ffuf/Makefile   (contents, props changed)
  head/security/ffuf/distinfo   (contents, props changed)
  head/security/ffuf/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Sun Oct 11 10:58:15 2020	(r552050)
+++ head/security/Makefile	Sun Oct 11 11:10:11 2020	(r552051)
@@ -151,6 +151,7 @@
     SUBDIR += fbopenssl
     SUBDIR += fcheck
     SUBDIR += fcrackzip
+    SUBDIR += ffuf
     SUBDIR += fiked
     SUBDIR += find-zlib
     SUBDIR += fizz

Added: head/security/ffuf/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/ffuf/Makefile	Sun Oct 11 11:10:11 2020	(r552051)
@@ -0,0 +1,21 @@
+# Created by: Gabriel M. Dutra <0xdutra@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	ffuf
+DISTVERSIONPREFIX=v
+DISTVERSION=	1.1.0
+CATEGORIES=	security www
+
+MAINTAINER=	0xdutra@gmail.com
+COMMENT=	Fast web fuzzer written in Go
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=	go:modules
+
+USE_GITHUB=	yes
+
+PLIST_FILES=	bin/${PORTNAME}
+
+.include <bsd.port.mk>

Added: head/security/ffuf/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/ffuf/distinfo	Sun Oct 11 11:10:11 2020	(r552051)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1602273363
+SHA256 (ffuf-ffuf-v1.1.0_GH0.tar.gz) = 468963c6bec5390222802ec0b04c11187bb159f369edc2ebba1d228b8faf4f35
+SIZE (ffuf-ffuf-v1.1.0_GH0.tar.gz) = 31820

Added: head/security/ffuf/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/ffuf/pkg-descr	Sun Oct 11 11:10:11 2020	(r552051)
@@ -0,0 +1,3 @@
+Fast web fuzzer written in Go
+
+WWW: https://github.com/ffuf/ffuf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010111110.09BBAC9u094195>