forked from ronin-rb/ronin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gemspec.yml
112 lines (100 loc) · 2.85 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
name: ronin
summary: A Ruby toolkit for security research and development.
description:
Ronin is a free and Open Source Ruby toolkit for security research and
development.Ronin contains many different CLI commands and Ruby libraries for
a variety of security tasks, such as encoding/decoding data, filter
IPs/hosts/URLs, querying ASNs, querying DNS, HTTP, scanning for web
vulnerabilities, spidering websites, install 3rd party repositories of
exploits and/or payloads, run exploits, generating new exploits, managing
local databases, fuzzing data, and much more.
license: GPL-3.0
authors: Postmodern
email: [email protected]
homepage: https://ronin-rb.dev
has_yard: true
post_install_message: |
*************************************************************************
Thank you for installing Ronin!
To list the available commands:
$ ronin help
To view help information about a command:
$ ronin help COMMAND
*************************************************************************
metadata:
documentation_uri: https://ronin-rb.dev/docs/ronin
source_code_uri: https://github.com/ronin-rb/ronin
bug_tracker_uri: https://github.com/ronin-rb/ronin/issues
changelog_uri: https://github.com/ronin-rb/ronin/blob/main/ChangeLog.md
rubygems_mfa_required: 'true'
generated_files:
- man/ronin.1
- man/ronin-asn.1
- man/ronin-banner-grab.1
- man/ronin-bitflip.1
- man/ronin-cert-dump.1
- man/ronin-cert-gen.1
- man/ronin-cert-grab.1
- man/ronin-decode.1
- man/ronin-decrypt.1
- man/ronin-dns.1
- man/ronin-email-addr.1
- man/ronin-encrypt.1
- man/ronin-encode.1
- man/ronin-entropy.1
- man/ronin-escape.1
- man/ronin-extract.1
- man/ronin-grep.1
- man/ronin-help.1
- man/ronin-hexdump.1
- man/ronin-highlight.1
- man/ronin-hmac.1
- man/ronin-homoglyph.1
- man/ronin-host.1
- man/ronin-http.1
- man/ronin-ip.1
- man/ronin-iprange.1
- man/ronin-irb.1
- man/ronin-md5.1
- man/ronin-netcat.1
- man/ronin-new.1
- man/ronin-new-project.1
- man/ronin-new-script.1
- man/ronin-proxy.1
- man/ronin-public-suffix-list.1
- man/ronin-quote.1
- man/ronin-rot.1
- man/ronin-sha1.1
- man/ronin-sha256.1
- man/ronin-sha512.1
- man/ronin-strings.1
- man/ronin-tld-list.1
- man/ronin-tips.1
- man/ronin-typo.1
- man/ronin-typosquat.1
- man/ronin-unescape.1
- man/ronin-unhexdump.1
- man/ronin-unquote.1
- man/ronin-url.1
- man/ronin-xor.1
required_ruby_version: ">= 3.0.0"
dependencies:
# Library dependencies:
open_namespace: ~> 0.4
rouge: ~> 3.0
async-io: ~> 1.0
wordlist: ~> 1.0
# Ronin dependencies:
ronin-support: ~> 1.0
ronin-core: ~> 0.1
ronin-repos: ~> 0.1
ronin-db: ~> 0.1
ronin-fuzzer: ~> 0.1
ronin-web: ~> 1.0
ronin-code-asm: ~> 1.0
ronin-code-sql: ~> 2.0
ronin-payloads: ~> 0.1
ronin-exploits: ~> 1.0
ronin-vulns: ~> 0.1
development_dependencies:
bundler: ~> 2.0