-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
gemspec.yml
48 lines (41 loc) · 1.46 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
name: ronin-exploits
summary: A Ruby micro-framework for writing and running exploits and payloads.
description: |
ronin-exploits is a Ruby micro-framework for writing and running exploits.
ronin-exploits allows one to write exploits as plain old Ruby classes.
ronin-exploits can be distributed as Ruby files or as git repositories that
can be installed using ronin-reps.
It's like a simpler version of Metasploit.
license: LGPL-3.0-or-later
authors: Postmodern
email: [email protected]
homepage: https://ronin-rb.dev/exploits/
has_yard: true
required_ruby_version: ">= 3.0.0"
metadata:
documentation_uri: https://ronin-rb.dev/docs/ronin-exploits
source_code_uri: https://github.com/ronin-rb/ronin-exploits
bug_tracker_uri: https://github.com/ronin-rb/ronin-exploits/issues
changelog_uri: https://github.com/ronin-rb/ronin-exploits/blob/main/ChangeLog.md
rubygems_mfa_required: 'true'
generated_files:
- data/completions/ronin-exploits
- man/ronin-exploits.1
- man/ronin-exploits-completion.1
- man/ronin-exploits-irb.1
- man/ronin-exploits-list.1
- man/ronin-exploits-new.1
- man/ronin-exploits-run.1
- man/ronin-exploits-show.1
dependencies:
uri-query_params: ~> 0.6
# Ronin dependencies:
ronin-support: ~> 1.0, >= 1.0.1
ronin-code-sql: ~> 2.0
ronin-payloads: ~> 0.1, >= 0.1.1
ronin-vulns: ~> 0.1, >= 0.1.1
ronin-post_ex: ~> 0.1
ronin-core: ~> 0.2
ronin-repos: ~> 0.1
development_dependencies:
bundler: ~> 2.0