1
0
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:
Antoine Brodin 2016-09-17 12:24:39 +00:00
parent 03c0b4c198
commit 913e47e1ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422317
4 changed files with 27 additions and 0 deletions

View File

@ -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

View 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>

View 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

View 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