Skip to content

Commit 2e94abe

Browse files
committed
tlsx: Import tlsx-1.0.6 as wip/tlsx
A fast and configurable TLS grabber focused on TLS based data collection and analysis.
1 parent 288537d commit 2e94abe

File tree

5 files changed

+5845
-0
lines changed

5 files changed

+5845
-0
lines changed

tlsx/DESCR

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
A fast and configurable TLS grabber focused on TLS based data
2+
collection and analysis.

tlsx/Makefile

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# $NetBSD$
2+
3+
DISTNAME= tlsx-1.0.6
4+
CATEGORIES= security
5+
MASTER_SITES= ${MASTER_SITE_GITHUB:=projectdiscovery/}
6+
GITHUB_TAG= v${PKGVERSION_NOREV}
7+
8+
MAINTAINER= [email protected]
9+
HOMEPAGE= https://github.com/projectdiscovery/tlsx
10+
COMMENT= TLS grabber focused on TLS based data collection
11+
LICENSE= mit
12+
13+
GO_BUILD_PATTERN+= ./cmd/tlsx
14+
15+
.include "go-modules.mk"
16+
17+
.include "../../lang/go/go-module.mk"
18+
.include "../../mk/bsd.pkg.mk"

tlsx/PLIST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@comment $NetBSD$
2+
bin/tlsx

0 commit comments

Comments
 (0)