sync ports with The Matrix
This commit is contained in:
parent
f75c54fe04
commit
a2b482cdca
64 changed files with 1619 additions and 2432 deletions
22
security/gotator/Makefile
Normal file
22
security/gotator/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
COMMENT= DNS wordlists through permutations
|
||||
|
||||
MODGO_MODNAME= github.com/Josue87/gotator
|
||||
MODGO_VERSION= v0.0.0-20220531210547-85554801a28a
|
||||
|
||||
DISTNAME= gotator-${MODGO_VERSION}
|
||||
PKGNAME= gotator-1.1
|
||||
|
||||
CATEGORIES= security
|
||||
|
||||
HOMEPAGE= https://github.com/Josue87/gotator
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# GPL-3.0
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB+= c pthread
|
||||
|
||||
MODULES= lang/go
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/gotator/distinfo
Normal file
2
security/gotator/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (gotator-v0.0.0-20220531210547-85554801a28a.zip) = Fyim8xDDgOCHxkgUYKgICbsu4XAJYv86NxqWs/wzOn4=
|
||||
SIZE (gotator-v0.0.0-20220531210547-85554801a28a.zip) = 55328
|
2
security/gotator/modules.inc
Normal file
2
security/gotator/modules.inc
Normal file
|
@ -0,0 +1,2 @@
|
|||
MODGO_VERSION = v0.0.0-20220531210547-85554801a28a # add this to Makefile, not modules.inc
|
||||
|
1
security/gotator/pkg/DESCR
Normal file
1
security/gotator/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Gotator is a tool to generate DNS wordlists through permutations.
|
1
security/gotator/pkg/PLIST
Normal file
1
security/gotator/pkg/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@bin bin/gotator
|
Loading…
Add table
Add a link
Reference in a new issue