-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathgemspec.yml
56 lines (49 loc) · 1.41 KB
/
gemspec.yml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name: ronin-app
summary: A local web interface for Ronin
description: |
ronin-app is a small web application that is meant to be ran locally by the
user. It provides a web interface to ronin-support, ronin-repos, ronin-db,
ronin-payloads, ronin-exploits, as well as automating
ronin-nmap, ronin-masscan, ronin-web-spider, ronin-recon, and ronin-vulns.
license: AGPL-3.0-or-later
authors: Postmodern
email: postmodern.mod3@gmail.com
homepage: https://ronin-rb.dev/
has_yard: true
metadata:
source_code_uri: https://github.com/ronin-rb/ronin-app
bug_tracker_uri: https://github.com/ronin-rb/ronin-app/issues
changelog_uri: https://github.com/ronin-rb/ronin-app/blob/main/ChangeLog.md
rubygems_mfa_required: 'true'
generated_files:
- man/ronin-app.1
excluded_files:
- screenshots/*.svg
required_ruby_version: ">= 3.1.0"
dependencies:
dry-schema: ~> 1.0
dry-validation: ~> 1.0
dry-struct: ~> 1.0
redis: ~> 5.0
redis-namespace: ~> 1.10
sinatra: ~> 3.0
sinatra-contrib: ~> 3.0
pagy: ~> 6.2
sinatra-flash: ~> 0.3
sidekiq: ~> 7.0
puma: ~> 6.0
# Ronin dependencies:
ronin-support: ~> 1.1
ronin-core: ~> 0.2
ronin-repos: ~> 0.2
ronin-db-activerecord: ~> 0.2
ronin-db: ~> 0.2
ronin-payloads: ~> 0.2
ronin-exploits: ~> 1.1
ronin-vulns: ~> 0.2
ronin-web-spider: ~> 0.2
ronin-nmap: ~> 0.1
ronin-masscan: ~> 0.1
ronin-recon: ~> 0.1
development_dependencies:
bundler: ~> 2.0