forked from ronin-rb/ronin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgemspec.yml
90 lines (77 loc) · 2.08 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
name: ronin
summary: A Ruby platform for vulnerability research and exploit development.
description:
Ronin is a Ruby platform for vulnerability research and exploit development.
Ronin allows for the rapid development and distribution of code, Exploits
Payloads, Scanners, etc, via Repositories.
license: GPL-3
authors: Postmodern
email: postmodern.mod3@gmail.com
homepage: http://ronin-ruby.github.com/
has_yard: true
post_install_message: |
*************************************************************************
Thank you for installing Ronin!
To start the Ronin Console:
$ ronin
To list the available commands:
$ ronin help
Additional functionality can be added to Ronin by installing additional
libraries:
* ronin-gen
* ronin-web
* ronin-exploits
* ronin-scanners
*************************************************************************
generated_files:
- man/ronin.1
- man/ronin-campaigns.1
- man/ronin-console.1
- man/ronin-creds.1
- man/ronin-database.1
- man/ronin-emails.1
- man/ronin-exec.1
- man/ronin-fuzzer.1
- man/ronin-help.1
- man/ronin-hosts.1
- man/ronin-install.1
- man/ronin-ips.1
- man/ronin-net-proxy.1
- man/ronin-repos.1
- man/ronin-uninstall.1
- man/ronin-update.1
- man/ronin-urls.1
- man/ronin-wordlist.1
required_ruby_version: ">= 1.8.7"
dependencies:
# DataMapper adapters:
dm-sqlite-adapter: ~> 1.2
# DataMapper dependencies:
dm-core: ~> 1.2
dm-types: ~> 1.2
dm-migrations: ~> 1.2
dm-validations: ~> 1.2
dm-serializer: ~> 1.2
dm-aggregates: ~> 1.2
dm-timestamps: ~> 1.2
# DataMapper plugins:
dm-is-predefined: ~> 0.4
# Library dependencies:
uri-query_params: ~> 0.6
open_namespace: ~> 0.4
data_paths: ~> 0.3
object_loader: ~> 1.0
parameters: ~> 0.4
pullr: ~> 0.1, >= 0.1.2
ripl: ~> 0.3
ripl-multi_line: ~> 0.2
ripl-auto_indent: ~> 0.1
ripl-short_errors: ~> 0.1
ripl-color_result: ~> 0.3
# Ronin dependencies:
ronin-support: ~> 0.5
development_dependencies:
bundler: ~> 1.0
yard: ~> 0.8
yard-dm: ~> 0.1
yard-dm-is-predefined: ~> 0.2