mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
New port: security/rubygem-rex-sslscan
This library is a pure ruby implementation of the SSLScan tool originally written by Ian Ventura-Whiting. WWW: https://github.com/rapid7/rex-sslscan
This commit is contained in:
parent
03c0b4c198
commit
913e47e1ff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422317
@ -1025,6 +1025,7 @@
|
||||
SUBDIR += rubygem-rex-registry
|
||||
SUBDIR += rubygem-rex-rop_builder
|
||||
SUBDIR += rubygem-rex-socket
|
||||
SUBDIR += rubygem-rex-sslscan
|
||||
SUBDIR += rubygem-rex-struct2
|
||||
SUBDIR += rubygem-rex-text
|
||||
SUBDIR += rubygem-rex-zip
|
||||
|
19
security/rubygem-rex-sslscan/Makefile
Normal file
19
security/rubygem-rex-sslscan/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rex-sslscan
|
||||
PORTVERSION= 0.1.0
|
||||
CATEGORIES= security rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= antoine@FreeBSD.org
|
||||
COMMENT= Ruby Exploitation(Rex) library for scanning SSL/TLS capabilities
|
||||
|
||||
RUN_DEPENDS= rubygem-rex-socket>=0:security/rubygem-rex-socket \
|
||||
rubygem-rex-text>=0:security/rubygem-rex-text
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/rubygem-rex-sslscan/distinfo
Normal file
3
security/rubygem-rex-sslscan/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1474027771
|
||||
SHA256 (rubygem/rex-sslscan-0.1.0.gem) = 4706577f8214cc896a445caee43c32a89cf32979548399200b3446e3625f248f
|
||||
SIZE (rubygem/rex-sslscan-0.1.0.gem) = 16896
|
4
security/rubygem-rex-sslscan/pkg-descr
Normal file
4
security/rubygem-rex-sslscan/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This library is a pure ruby implementation of the SSLScan tool originally
|
||||
written by Ian Ventura-Whiting.
|
||||
|
||||
WWW: https://github.com/rapid7/rex-sslscan
|
Loading…
Reference in New Issue
Block a user