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>
This commit is contained in:
Kurt Jaeger 2020-10-11 11:10:11 +00:00
parent aa3db148fc
commit 2cea042c1c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552051
4 changed files with 28 additions and 0 deletions

View File

@ -151,6 +151,7 @@
SUBDIR += fbopenssl
SUBDIR += fcheck
SUBDIR += fcrackzip
SUBDIR += ffuf
SUBDIR += fiked
SUBDIR += find-zlib
SUBDIR += fizz

21
security/ffuf/Makefile Normal file
View File

@ -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>

3
security/ffuf/distinfo Normal file
View File

@ -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

3
security/ffuf/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
Fast web fuzzer written in Go
WWW: https://github.com/ffuf/ffuf