-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
29 lines (29 loc) · 843 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: rrecog
Type: Package
Title: Pattern Recognition for Hosts, Services and Content
Version: 0.1.0
Date: 2018-08-17
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640"))
)
Maintainer: Bob Rudis <bob@rud.is>
Description: 'Rapid7' developed a framework dubbed 'Recog' <https://github.com/rapid7/recog>
to facilitate fingerprinting hosts, services and content. The original tool
was written in 'Ruby'. Tools are provided to download and match fingerprints.
URL: https://gitlab.com/hrbrmstr/rrecog
BugReports: https://gitlab.com/hrbrmstr/rrecog/issues
Encoding: UTF-8
License: MIT + file LICENSE
Suggests:
testthat,
covr
Depends:
R (>= 3.2.0)
Imports:
ore,
xml2,
httr,
memoise,
magrittr
RoxygenNote: 6.0.1.9000