1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00

New port: security/rubygem-nessus_rest

Ruby library for Nessus JSON/REST interface. This library is used for
communication with Nessus over REST interface. You can start, stop, pause and
resume scan. Watch progress and status of scan, download report, etc.
WWW: https://github.com/kost/nessus_rest-ruby
This commit is contained in:
Antoine Brodin 2016-09-04 08:27:08 +00:00
parent 7890598db7
commit b842f4f585
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421312
4 changed files with 28 additions and 0 deletions

View File

@ -991,6 +991,7 @@
SUBDIR += rubygem-metasploit-payloads
SUBDIR += rubygem-metasploit_data_models
SUBDIR += rubygem-metasploit_payloads-mettle
SUBDIR += rubygem-nessus_rest
SUBDIR += rubygem-net-scp
SUBDIR += rubygem-net-sftp
SUBDIR += rubygem-net-ssh

View File

@ -0,0 +1,19 @@
# $FreeBSD$
PORTNAME= nessus_rest
PORTVERSION= 0.1.4
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= Communicate with Nessus Scanner over REST/JSON interface
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1472927514
SHA256 (rubygem/nessus_rest-0.1.4.gem) = f5d8a0c998885264c0c474619e10f0b0af8a927a8236e6a8cfbd91ac8ed2f8f6
SIZE (rubygem/nessus_rest-0.1.4.gem) = 11264

View File

@ -0,0 +1,5 @@
Ruby library for Nessus JSON/REST interface. This library is used for
communication with Nessus over REST interface. You can start, stop, pause and
resume scan. Watch progress and status of scan, download report, etc.
WWW: https://github.com/kost/nessus_rest-ruby