New port: misc/gobuster: Directory/file & DNS busting tool written in Go

This commit is contained in:
Yuri Victorovich 2019-05-21 09:22:09 +00:00
parent 7cc6523e03
commit d3c64afd1c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502207
4 changed files with 46 additions and 0 deletions

View file

@ -170,6 +170,7 @@
SUBDIR += gnu-watch
SUBDIR += gnuls
SUBDIR += gnustep-examples
SUBDIR += gobuster
SUBDIR += gone
SUBDIR += gonvert
SUBDIR += gplink

27
misc/gobuster/Makefile Normal file
View file

@ -0,0 +1,27 @@
# $FreeBSD$
PORTNAME= gobuster
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.1-15
DISTVERSIONSUFFIX= -g0e209e5
CATEGORIES= misc dns
MAINTAINER= yuri@FreeBSD.org
COMMENT= Directory/file & DNS busting tool written in Go
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go
USE_GITHUB= yes
GH_ACCOUNT= OJ
GH_TUPLE= google:uuid:c2e93f3:uuid/vendor/github.com/google/uuid \
hashicorp:errwrap:8a6fb52:errwrap/vendor/github.com/hashicorp/errwrap \
hashicorp:go-multierror:886a7fb:gomultierror/vendor/github.com/hashicorp/go-multierror \
golang:crypto:0e37d00:crypto/vendor/golang.org/x/crypto \
golang:sys:d8f5ea2:sys/vendor/golang.org/x/sys
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>

13
misc/gobuster/distinfo Normal file
View file

@ -0,0 +1,13 @@
TIMESTAMP = 1558430258
SHA256 (OJ-gobuster-v2.0.1-15-g0e209e5_GH0.tar.gz) = 6e5c1857cabc7b4a80a6e7eb3fa8610bd489cf589bdc88fff40e48e4c1083170
SIZE (OJ-gobuster-v2.0.1-15-g0e209e5_GH0.tar.gz) = 19157
SHA256 (google-uuid-c2e93f3_GH0.tar.gz) = 61a0e56aa49810b3a3a1983d7ce9b09ff2fe3c7e7c807572426bff33ed36d934
SIZE (google-uuid-c2e93f3_GH0.tar.gz) = 13862
SHA256 (hashicorp-go-multierror-886a7fb_GH0.tar.gz) = 5f264918593dc45a891c4766f9be56e167692eb364dc6d899b2953277168df8c
SIZE (hashicorp-go-multierror-886a7fb_GH0.tar.gz) = 10065
SHA256 (hashicorp-errwrap-8a6fb52_GH0.tar.gz) = a7a95f9731829c7d9a66d49de0d8cd0e0d9d55da95c1124a80e6719278236e4c
SIZE (hashicorp-errwrap-8a6fb52_GH0.tar.gz) = 8345
SHA256 (golang-crypto-0e37d00_GH0.tar.gz) = 05e1f307f06b14787c1abe8d463a164521b70c831992ff82ae552541d2c421c6
SIZE (golang-crypto-0e37d00_GH0.tar.gz) = 1638254
SHA256 (golang-sys-d8f5ea2_GH0.tar.gz) = c7f0817950489b37f350139f12526f67a6a880fd7b63c72c211e7d0abb193659
SIZE (golang-sys-d8f5ea2_GH0.tar.gz) = 733077

5
misc/gobuster/pkg-descr Normal file
View file

@ -0,0 +1,5 @@
Gobuster is a tool used to brute-force:
* URIs (directories and files) in web sites.
* DNS subdomains (with wildcard support).
WWW: https://github.com/OJ/gobuster