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:
parent
7890598db7
commit
b842f4f585
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421312
@ -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
|
||||
|
19
security/rubygem-nessus_rest/Makefile
Normal file
19
security/rubygem-nessus_rest/Makefile
Normal 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>
|
3
security/rubygem-nessus_rest/distinfo
Normal file
3
security/rubygem-nessus_rest/distinfo
Normal 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
|
5
security/rubygem-nessus_rest/pkg-descr
Normal file
5
security/rubygem-nessus_rest/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user