Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
boB Rudis ac7e9fdc2f
fixed topic grab
3 anos atrás
R fixed topic grab 3 anos atrás
inst/tinytest fixed topic grab 3 anos atrás
man progress bars and fixed issue when 0 api results came back 4 anos atrás
tests R package repo initialization complete 4 anos atrás
.Rbuildignore initial commit 4 anos atrás
.codecov.yml R package repo initialization complete 4 anos atrás
.gitignore R package repo initialization complete 4 anos atrás
.travis.yml R package repo initialization complete 4 anos atrás
CONDUCT.md R package repo initialization complete 4 anos atrás
DESCRIPTION v1 3 anos atrás
LICENSE initial commit 4 anos atrás
LICENSE.md initial commit 4 anos atrás
NAMESPACE progress bars and fixed issue when 0 api results came back 4 anos atrás
NEWS.md Fixed bug in post-request processor for /topic API request. 4 anos atrás
README.Rmd R package repo initialization complete 4 anos atrás
README.md spalling 4 anos atrás
attackerkb.Rproj R package repo initialization complete 4 anos atrás

README.md

Project Status: Active – The project has reached a stable, usablestate and is being activelydeveloped. Signedby Signed commit% Linux buildStatus
Minimal RVersion License

attackerkb

Tools to Query the Rapid7 AttackerKB API

Description

Rapid7 manages a service — https://attackerkb.com/ - where experts can evaluate various aspects of emergent or existing vulnerabilities and the community can query and retrieve results. Tools are provided to query the AttackerKB API.

What’s Inside The Tin

The following functions are implemented:

  • attackerkb_api_key: Get or set ATTACKERKB_API_KEY value
  • kb_assessments: Helpers to query AttackerKB assessments
  • kb_contributors: Helpers to query AttackerKB contributors
  • kb_topics: Helpers to query AttackerKB topics

Installation

install.packages("attackerkb", repos = c("https://cinc.rud.is", "https://cloud.r-project.org/"))
# or
remotes::install_git("https://git.rud.is/hrbrmstr/attackerkb.git")
# or
remotes::install_git("https://git.sr.ht/~hrbrmstr/attackerkb")
# or
remotes::install_gitlab("hrbrmstr/attackerkb")
# or
remotes::install_bitbucket("hrbrmstr/attackerkb")
# or
remotes::install_github("hrbrmstr/attackerkb")

NOTE: To use the ‘remotes’ install options you will need to have the {remotes} package installed.

Usage

library(attackerkb)

# current version
packageVersion("attackerkb")
## [1] '0.1.0'

attackerkb Metrics

Lang # Files (%) LoC (%) Blank lines (%) # Lines (%)
R 9 0.9 302 0.97 96 0.86 288 0.91
Rmd 1 0.1 8 0.03 15 0.14 28 0.09

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.