We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288537d commit 2e94abeCopy full SHA for 2e94abe
tlsx/DESCR
@@ -0,0 +1,2 @@
1
+A fast and configurable TLS grabber focused on TLS based data
2
+collection and analysis.
tlsx/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
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
+@comment $NetBSD$
+bin/tlsx
0 commit comments