ronin 2.0.5 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/ruby.yml +3 -3
- data/.gitignore +1 -0
- data/.rubocop.yml +5 -1
- data/.ruby-version +1 -1
- data/ChangeLog.md +62 -1
- data/Gemfile +66 -29
- data/README.md +165 -20
- data/Rakefile +9 -0
- data/data/completions/ronin +655 -0
- data/data/templates/dns_proxy.rb.erb +35 -0
- data/gemspec.yml +29 -15
- data/lib/ronin/cli/binary_template.rb +124 -0
- data/lib/ronin/cli/commands/archive.rb +104 -0
- data/lib/ronin/cli/commands/banner_grab.rb +2 -0
- data/lib/ronin/cli/commands/bitflip.rb +1 -1
- data/lib/ronin/cli/commands/bitsquat.rb +119 -0
- data/lib/ronin/cli/commands/cert_dump.rb +20 -4
- data/lib/ronin/cli/commands/cert_gen.rb +9 -19
- data/lib/ronin/cli/commands/cert_grab.rb +4 -3
- data/lib/ronin/cli/commands/completion.rb +115 -0
- data/lib/ronin/cli/commands/dns_proxy.rb +239 -0
- data/lib/ronin/cli/commands/http.rb +80 -8
- data/lib/ronin/cli/commands/ip.rb +101 -0
- data/lib/ronin/cli/commands/iprange.rb +25 -8
- data/lib/ronin/cli/commands/netcat.rb +2 -0
- data/lib/ronin/cli/commands/new/dns_listener.rb +37 -0
- data/lib/ronin/cli/commands/new/dns_proxy.rb +99 -0
- data/lib/ronin/cli/commands/new/exploit.rb +34 -0
- data/lib/ronin/cli/commands/new/http_listener.rb +37 -0
- data/lib/ronin/cli/commands/new/nokogiri.rb +33 -0
- data/lib/ronin/cli/commands/new/payload.rb +34 -0
- data/lib/ronin/cli/commands/new/project.rb +1 -1
- data/lib/ronin/cli/commands/new/script.rb +1 -1
- data/lib/ronin/cli/commands/new/web_app.rb +37 -0
- data/lib/ronin/cli/commands/new/web_server.rb +37 -0
- data/lib/ronin/cli/commands/new/web_spider.rb +37 -0
- data/lib/ronin/cli/commands/new.rb +3 -1
- data/lib/ronin/cli/commands/pack.rb +339 -0
- data/lib/ronin/cli/commands/public_suffix_list.rb +2 -0
- data/lib/ronin/cli/commands/tld_list.rb +2 -0
- data/lib/ronin/cli/commands/unarchive.rb +128 -0
- data/lib/ronin/cli/commands/unhexdump.rb +3 -1
- data/lib/ronin/cli/commands/unpack.rb +195 -0
- data/lib/ronin/cli/commands/url.rb +2 -0
- data/lib/ronin/cli/http_shell.rb +25 -0
- data/lib/ronin/cli.rb +10 -0
- data/lib/ronin/version.rb +1 -1
- data/man/ronin-archive.1.md +49 -0
- data/man/ronin-asn.1 +60 -77
- data/man/ronin-asn.1.md +25 -21
- data/man/ronin-banner-grab.1 +10 -21
- data/man/ronin-banner-grab.1.md +9 -5
- data/man/ronin-bitflip.1 +35 -61
- data/man/ronin-bitflip.1.md +30 -26
- data/man/ronin-bitsquat.1 +40 -0
- data/man/ronin-bitsquat.1.md +43 -0
- data/man/ronin-cert-dump.1 +44 -54
- data/man/ronin-cert-dump.1.md +18 -14
- data/man/ronin-cert-gen.1 +73 -94
- data/man/ronin-cert-gen.1.md +38 -34
- data/man/ronin-cert-grab.1 +29 -37
- data/man/ronin-cert-grab.1.md +12 -8
- data/man/ronin-completion.1 +78 -0
- data/man/ronin-completion.1.md +80 -0
- data/man/ronin-decode.1 +32 -63
- data/man/ronin-decode.1.md +29 -25
- data/man/ronin-decrypt.1 +42 -57
- data/man/ronin-decrypt.1.md +20 -16
- data/man/ronin-dns-proxy.1 +100 -0
- data/man/ronin-dns-proxy.1.md +70 -0
- data/man/ronin-dns.1 +10 -21
- data/man/ronin-dns.1.md +9 -5
- data/man/ronin-email-addr.1 +27 -40
- data/man/ronin-email-addr.1.md +15 -11
- data/man/ronin-encode.1 +93 -63
- data/man/ronin-encode.1.md +64 -26
- data/man/ronin-encrypt.1 +42 -57
- data/man/ronin-encrypt.1.md +20 -16
- data/man/ronin-entropy.1 +11 -21
- data/man/ronin-entropy.1.md +8 -4
- data/man/ronin-escape.1 +22 -46
- data/man/ronin-escape.1.md +22 -18
- data/man/ronin-extract.1 +74 -149
- data/man/ronin-extract.1.md +73 -69
- data/man/ronin-grep.1 +77 -155
- data/man/ronin-grep.1.md +76 -72
- data/man/ronin-help.1 +3 -14
- data/man/ronin-help.1.md +2 -2
- data/man/ronin-hexdump.1 +249 -265
- data/man/ronin-hexdump.1.md +93 -89
- data/man/ronin-highlight.1 +8 -18
- data/man/ronin-highlight.1.md +8 -4
- data/man/ronin-hmac.1 +17 -30
- data/man/ronin-hmac.1.md +14 -10
- data/man/ronin-homoglyph.1 +11 -22
- data/man/ronin-homoglyph.1.md +10 -6
- data/man/ronin-host.1 +23 -47
- data/man/ronin-host.1.md +22 -18
- data/man/ronin-http.1 +40 -69
- data/man/ronin-http.1.md +40 -30
- data/man/ronin-ip.1 +70 -80
- data/man/ronin-ip.1.md +44 -28
- data/man/ronin-iprange.1 +14 -22
- data/man/ronin-iprange.1.md +12 -5
- data/man/ronin-irb.1 +9 -17
- data/man/ronin-irb.1.md +7 -3
- data/man/ronin-md5.1 +13 -24
- data/man/ronin-md5.1.md +11 -7
- data/man/ronin-netcat.1 +25 -51
- data/man/ronin-netcat.1.md +25 -21
- data/man/ronin-new-dns-proxy.1 +45 -0
- data/man/ronin-new-dns-proxy.1.md +44 -0
- data/man/ronin-new-project.1 +32 -45
- data/man/ronin-new-project.1.md +11 -11
- data/man/ronin-new-script.1 +10 -22
- data/man/ronin-new-script.1.md +4 -4
- data/man/ronin-new.1 +56 -31
- data/man/ronin-new.1.md +48 -8
- data/man/ronin-pack.1 +979 -0
- data/man/ronin-pack.1.md +929 -0
- data/man/ronin-proxy.1 +37 -63
- data/man/ronin-proxy.1.md +29 -25
- data/man/ronin-public-suffix-list.1 +16 -32
- data/man/ronin-public-suffix-list.1.md +13 -9
- data/man/ronin-quote.1 +17 -36
- data/man/ronin-quote.1.md +17 -13
- data/man/ronin-rot.1 +26 -39
- data/man/ronin-rot.1.md +15 -11
- data/man/ronin-sha1.1 +13 -24
- data/man/ronin-sha1.1.md +11 -7
- data/man/ronin-sha256.1 +13 -24
- data/man/ronin-sha256.1.md +11 -7
- data/man/ronin-sha512.1 +13 -24
- data/man/ronin-sha512.1.md +11 -7
- data/man/ronin-strings.1 +30 -55
- data/man/ronin-strings.1.md +27 -23
- data/man/ronin-tips.1 +8 -16
- data/man/ronin-tips.1.md +7 -3
- data/man/ronin-tld-list.1 +16 -32
- data/man/ronin-tld-list.1.md +13 -9
- data/man/ronin-typo.1 +14 -28
- data/man/ronin-typo.1.md +13 -9
- data/man/ronin-typosquat.1 +15 -32
- data/man/ronin-typosquat.1.md +15 -11
- data/man/ronin-unarchive.1.md +41 -0
- data/man/ronin-unescape.1 +22 -46
- data/man/ronin-unescape.1.md +22 -18
- data/man/ronin-unhexdump.1 +81 -91
- data/man/ronin-unhexdump.1.md +16 -12
- data/man/ronin-unpack.1 +980 -0
- data/man/ronin-unpack.1.md +920 -0
- data/man/ronin-unquote.1 +17 -36
- data/man/ronin-unquote.1.md +17 -13
- data/man/ronin-url.1 +19 -40
- data/man/ronin-url.1.md +19 -15
- data/man/ronin-xor.1 +14 -28
- data/man/ronin-xor.1.md +13 -9
- data/man/ronin.1 +208 -29
- data/man/ronin.1.md +156 -11
- data/scripts/setup +58 -0
- metadata +157 -67
- data/lib/ronin/config.rb +0 -95
- /data/data/{new → templates}/project/.gitignore +0 -0
- /data/data/{new → templates}/project/.ruby-version.erb +0 -0
- /data/data/{new → templates}/project/Dockerfile.erb +0 -0
- /data/data/{new → templates}/project/Gemfile.erb +0 -0
- /data/data/{new → templates}/project/Rakefile +0 -0
- /data/data/{new → templates}/project/project.rb.erb +0 -0
- /data/data/{new → templates}/script.rb.erb +0 -0
@@ -34,6 +34,7 @@ module Ronin
|
|
34
34
|
# -f, --file FILE Optional file to read values from
|
35
35
|
# --start IP Starting IP address
|
36
36
|
# --stop IP Stopping IP address
|
37
|
+
# -s, --size Prints the size of the IP range
|
37
38
|
# -h, --help Print help information
|
38
39
|
#
|
39
40
|
# ## Arguments
|
@@ -68,6 +69,9 @@ module Ronin
|
|
68
69
|
@stop << ip
|
69
70
|
end
|
70
71
|
|
72
|
+
option :size, short: '-s',
|
73
|
+
desc: 'Prints the size of the IP range'
|
74
|
+
|
71
75
|
argument :ip_range, required: false,
|
72
76
|
repeats: true,
|
73
77
|
desc: 'The IP Range to enumerate'
|
@@ -110,9 +114,7 @@ module Ronin
|
|
110
114
|
@start.zip(@stop).each do |(start,stop)|
|
111
115
|
range = Support::Network::IPRange::Range.new(start,stop)
|
112
116
|
|
113
|
-
range
|
114
|
-
puts ip
|
115
|
-
end
|
117
|
+
process_ip_range(range)
|
116
118
|
end
|
117
119
|
else
|
118
120
|
super(*ip_ranges)
|
@@ -122,13 +124,28 @@ module Ronin
|
|
122
124
|
#
|
123
125
|
# Processes an IP range.
|
124
126
|
#
|
125
|
-
# @param [String]
|
127
|
+
# @param [String] string
|
126
128
|
#
|
127
|
-
def process_value(
|
128
|
-
|
129
|
+
def process_value(string)
|
130
|
+
range = Support::Network::IPRange.new(string)
|
131
|
+
|
132
|
+
process_ip_range(range)
|
133
|
+
end
|
129
134
|
|
130
|
-
|
131
|
-
|
135
|
+
#
|
136
|
+
# Processes a parsed IP range object.
|
137
|
+
#
|
138
|
+
# @param [Ronin::Support::Network::IPRange,
|
139
|
+
# Ronin::Support::Network::IPRange::Range] ip_range
|
140
|
+
# The IP range to process.
|
141
|
+
#
|
142
|
+
def process_ip_range(ip_range)
|
143
|
+
if options[:size]
|
144
|
+
puts ip_range.size
|
145
|
+
else
|
146
|
+
ip_range.each do |ip|
|
147
|
+
puts ip
|
148
|
+
end
|
132
149
|
end
|
133
150
|
end
|
134
151
|
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
#
|
3
|
+
# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
|
4
|
+
#
|
5
|
+
# Ronin is free software: you can redistribute it and/or modify
|
6
|
+
# it under the terms of the GNU General Public License as published by
|
7
|
+
# the Free Software Foundation, either version 3 of the License, or
|
8
|
+
# (at your option) any later version.
|
9
|
+
#
|
10
|
+
# Ronin is distributed in the hope that it will be useful,
|
11
|
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
13
|
+
# GNU General Public License for more details.
|
14
|
+
#
|
15
|
+
# You should have received a copy of the GNU General Public License
|
16
|
+
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
17
|
+
#
|
18
|
+
|
19
|
+
require 'ronin/cli/command'
|
20
|
+
require 'ronin/listener/cli/commands/new/dns'
|
21
|
+
|
22
|
+
module Ronin
|
23
|
+
class CLI
|
24
|
+
module Commands
|
25
|
+
class New < Command
|
26
|
+
# An alias for `ronin-listener new dns`.
|
27
|
+
#
|
28
|
+
# @since 2.1.0
|
29
|
+
class DnsListener < Ronin::Listener::CLI::Commands::New::Dns
|
30
|
+
|
31
|
+
command_name 'dns-listener'
|
32
|
+
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,99 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
#
|
3
|
+
# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
|
4
|
+
#
|
5
|
+
# Ronin is free software: you can redistribute it and/or modify
|
6
|
+
# it under the terms of the GNU General Public License as published by
|
7
|
+
# the Free Software Foundation, either version 3 of the License, or
|
8
|
+
# (at your option) any later version.
|
9
|
+
#
|
10
|
+
# Ronin is distributed in the hope that it will be useful,
|
11
|
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
13
|
+
# GNU General Public License for more details.
|
14
|
+
#
|
15
|
+
# You should have received a copy of the GNU General Public License
|
16
|
+
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
17
|
+
#
|
18
|
+
|
19
|
+
require 'ronin/cli/command'
|
20
|
+
require 'ronin/core/cli/generator'
|
21
|
+
require 'ronin/root'
|
22
|
+
|
23
|
+
module Ronin
|
24
|
+
class CLI
|
25
|
+
module Commands
|
26
|
+
class New < Command
|
27
|
+
#
|
28
|
+
# Creates a new [ronin-dns-proxy] script.
|
29
|
+
#
|
30
|
+
# [ronin-dns-proxy]: https://github.com/ronin-rb/ronin-dns-proxy#readme
|
31
|
+
#
|
32
|
+
# ## Usage
|
33
|
+
#
|
34
|
+
# ronin new dns-proxy PATH
|
35
|
+
#
|
36
|
+
# ## Options
|
37
|
+
#
|
38
|
+
# -H, --host IP The IP to listen on (Default: 127.0.0.1)
|
39
|
+
# -p, --port PORT The port number to listen on (Default: 2345)
|
40
|
+
# -h, --help Print help information
|
41
|
+
#
|
42
|
+
# ## Arguments
|
43
|
+
#
|
44
|
+
# PATH The script file to create
|
45
|
+
#
|
46
|
+
# @since 2.1.0
|
47
|
+
#
|
48
|
+
class DnsProxy < Command
|
49
|
+
|
50
|
+
include Core::CLI::Generator
|
51
|
+
|
52
|
+
template_dir File.join(ROOT,'data','templates')
|
53
|
+
|
54
|
+
command_name 'dns-proxy'
|
55
|
+
|
56
|
+
usage 'PATH'
|
57
|
+
|
58
|
+
option :host, short: '-H',
|
59
|
+
value: {
|
60
|
+
type: String,
|
61
|
+
usage: 'IP',
|
62
|
+
default: '127.0.0.1'
|
63
|
+
},
|
64
|
+
desc: 'The IP to listen on'
|
65
|
+
|
66
|
+
option :port, short: '-p',
|
67
|
+
value: {
|
68
|
+
type: Integer,
|
69
|
+
usage: 'PORT',
|
70
|
+
default: 2345
|
71
|
+
},
|
72
|
+
desc: 'The port number to listen on'
|
73
|
+
|
74
|
+
argument :path, required: true,
|
75
|
+
desc: 'The script file to create'
|
76
|
+
|
77
|
+
description 'Creates a new ronin-dns-proxy script'
|
78
|
+
|
79
|
+
man_page 'ronin-new-dns-proxy.1'
|
80
|
+
|
81
|
+
#
|
82
|
+
# Runs the `ronin new dns-proxy` command.
|
83
|
+
#
|
84
|
+
# @param [String] path
|
85
|
+
# The path to the new script file to create.
|
86
|
+
#
|
87
|
+
def run(path)
|
88
|
+
@host = options[:host]
|
89
|
+
@port = options[:port]
|
90
|
+
|
91
|
+
erb 'dns_proxy.rb.erb', path
|
92
|
+
chmod '+x', path
|
93
|
+
end
|
94
|
+
|
95
|
+
end
|
96
|
+
end
|
97
|
+
end
|
98
|
+
end
|
99
|
+
end
|
@@ -0,0 +1,34 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
#
|
3
|
+
# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
|
4
|
+
#
|
5
|
+
# Ronin is free software: you can redistribute it and/or modify
|
6
|
+
# it under the terms of the GNU General Public License as published by
|
7
|
+
# the Free Software Foundation, either version 3 of the License, or
|
8
|
+
# (at your option) any later version.
|
9
|
+
#
|
10
|
+
# Ronin is distributed in the hope that it will be useful,
|
11
|
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
13
|
+
# GNU General Public License for more details.
|
14
|
+
#
|
15
|
+
# You should have received a copy of the GNU General Public License
|
16
|
+
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
17
|
+
#
|
18
|
+
|
19
|
+
require 'ronin/cli/command'
|
20
|
+
require 'ronin/exploits/cli/commands/new'
|
21
|
+
|
22
|
+
module Ronin
|
23
|
+
class CLI
|
24
|
+
module Commands
|
25
|
+
class New < Command
|
26
|
+
# An alias for `ronin-exploits new`.
|
27
|
+
#
|
28
|
+
# @since 2.1.0
|
29
|
+
class Exploit < Ronin::Exploits::CLI::Commands::New
|
30
|
+
end
|
31
|
+
end
|
32
|
+
end
|
33
|
+
end
|
34
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
#
|
3
|
+
# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
|
4
|
+
#
|
5
|
+
# Ronin is free software: you can redistribute it and/or modify
|
6
|
+
# it under the terms of the GNU General Public License as published by
|
7
|
+
# the Free Software Foundation, either version 3 of the License, or
|
8
|
+
# (at your option) any later version.
|
9
|
+
#
|
10
|
+
# Ronin is distributed in the hope that it will be useful,
|
11
|
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
13
|
+
# GNU General Public License for more details.
|
14
|
+
#
|
15
|
+
# You should have received a copy of the GNU General Public License
|
16
|
+
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
17
|
+
#
|
18
|
+
|
19
|
+
require 'ronin/cli/command'
|
20
|
+
require 'ronin/listener/cli/commands/new/http'
|
21
|
+
|
22
|
+
module Ronin
|
23
|
+
class CLI
|
24
|
+
module Commands
|
25
|
+
class New < Command
|
26
|
+
# An alias for `ronin-listener new http`.
|
27
|
+
#
|
28
|
+
# @since 2.1.0
|
29
|
+
class HttpListener < Ronin::Listener::CLI::Commands::New::Http
|
30
|
+
|
31
|
+
command_name 'http-listener'
|
32
|
+
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,33 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
#
|
3
|
+
# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
|
4
|
+
#
|
5
|
+
# Ronin is free software: you can redistribute it and/or modify
|
6
|
+
# it under the terms of the GNU General Public License as published by
|
7
|
+
# the Free Software Foundation, either version 3 of the License, or
|
8
|
+
# (at your option) any later version.
|
9
|
+
#
|
10
|
+
# Ronin is distributed in the hope that it will be useful,
|
11
|
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
13
|
+
# GNU General Public License for more details.
|
14
|
+
#
|
15
|
+
# You should have received a copy of the GNU General Public License
|
16
|
+
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
17
|
+
#
|
18
|
+
|
19
|
+
require 'ronin/cli/command'
|
20
|
+
require 'ronin/web/cli/commands/new/nokogiri'
|
21
|
+
|
22
|
+
module Ronin
|
23
|
+
class CLI
|
24
|
+
module Commands
|
25
|
+
class New < Command
|
26
|
+
# An alias for `ronin-web new nokogiri`.
|
27
|
+
#
|
28
|
+
# @since 2.1.0
|
29
|
+
Nokogiri = Ronin::Web::CLI::Commands::New::Nokogiri
|
30
|
+
end
|
31
|
+
end
|
32
|
+
end
|
33
|
+
end
|
@@ -0,0 +1,34 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
#
|
3
|
+
# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
|
4
|
+
#
|
5
|
+
# Ronin is free software: you can redistribute it and/or modify
|
6
|
+
# it under the terms of the GNU General Public License as published by
|
7
|
+
# the Free Software Foundation, either version 3 of the License, or
|
8
|
+
# (at your option) any later version.
|
9
|
+
#
|
10
|
+
# Ronin is distributed in the hope that it will be useful,
|
11
|
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
13
|
+
# GNU General Public License for more details.
|
14
|
+
#
|
15
|
+
# You should have received a copy of the GNU General Public License
|
16
|
+
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
17
|
+
#
|
18
|
+
|
19
|
+
require 'ronin/cli/command'
|
20
|
+
require 'ronin/payloads/cli/commands/new'
|
21
|
+
|
22
|
+
module Ronin
|
23
|
+
class CLI
|
24
|
+
module Commands
|
25
|
+
class New < Command
|
26
|
+
# An alias for `ronin-payloads new`.
|
27
|
+
#
|
28
|
+
# @since 2.1.0
|
29
|
+
class Payload < Ronin::Payloads::CLI::Commands::New
|
30
|
+
end
|
31
|
+
end
|
32
|
+
end
|
33
|
+
end
|
34
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
#
|
3
|
+
# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
|
4
|
+
#
|
5
|
+
# Ronin is free software: you can redistribute it and/or modify
|
6
|
+
# it under the terms of the GNU General Public License as published by
|
7
|
+
# the Free Software Foundation, either version 3 of the License, or
|
8
|
+
# (at your option) any later version.
|
9
|
+
#
|
10
|
+
# Ronin is distributed in the hope that it will be useful,
|
11
|
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
13
|
+
# GNU General Public License for more details.
|
14
|
+
#
|
15
|
+
# You should have received a copy of the GNU General Public License
|
16
|
+
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
17
|
+
#
|
18
|
+
|
19
|
+
require 'ronin/cli/command'
|
20
|
+
require 'ronin/web/cli/commands/new/app'
|
21
|
+
|
22
|
+
module Ronin
|
23
|
+
class CLI
|
24
|
+
module Commands
|
25
|
+
class New < Command
|
26
|
+
# An alias for `ronin-web new app`.
|
27
|
+
#
|
28
|
+
# @since 2.1.0
|
29
|
+
class WebApp < Ronin::Web::CLI::Commands::New::App
|
30
|
+
|
31
|
+
command_name 'web-app'
|
32
|
+
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
#
|
3
|
+
# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
|
4
|
+
#
|
5
|
+
# Ronin is free software: you can redistribute it and/or modify
|
6
|
+
# it under the terms of the GNU General Public License as published by
|
7
|
+
# the Free Software Foundation, either version 3 of the License, or
|
8
|
+
# (at your option) any later version.
|
9
|
+
#
|
10
|
+
# Ronin is distributed in the hope that it will be useful,
|
11
|
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
13
|
+
# GNU General Public License for more details.
|
14
|
+
#
|
15
|
+
# You should have received a copy of the GNU General Public License
|
16
|
+
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
17
|
+
#
|
18
|
+
|
19
|
+
require 'ronin/cli/command'
|
20
|
+
require 'ronin/web/cli/commands/new/server'
|
21
|
+
|
22
|
+
module Ronin
|
23
|
+
class CLI
|
24
|
+
module Commands
|
25
|
+
class New < Command
|
26
|
+
# An alias for `ronin-web new server`.
|
27
|
+
#
|
28
|
+
# @since 2.1.0
|
29
|
+
class WebServer < Ronin::Web::CLI::Commands::New::Server
|
30
|
+
|
31
|
+
command_name 'web-server'
|
32
|
+
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -0,0 +1,37 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
#
|
3
|
+
# Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
|
4
|
+
#
|
5
|
+
# Ronin is free software: you can redistribute it and/or modify
|
6
|
+
# it under the terms of the GNU General Public License as published by
|
7
|
+
# the Free Software Foundation, either version 3 of the License, or
|
8
|
+
# (at your option) any later version.
|
9
|
+
#
|
10
|
+
# Ronin is distributed in the hope that it will be useful,
|
11
|
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
12
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
13
|
+
# GNU General Public License for more details.
|
14
|
+
#
|
15
|
+
# You should have received a copy of the GNU General Public License
|
16
|
+
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
17
|
+
#
|
18
|
+
|
19
|
+
require 'ronin/cli/command'
|
20
|
+
require 'ronin/web/cli/commands/new/spider'
|
21
|
+
|
22
|
+
module Ronin
|
23
|
+
class CLI
|
24
|
+
module Commands
|
25
|
+
class New < Command
|
26
|
+
# An alias for `ronin-web new spider`.
|
27
|
+
#
|
28
|
+
# @since 2.1.0
|
29
|
+
class WebSpider < Ronin::Web::CLI::Commands::New::Spider
|
30
|
+
|
31
|
+
command_name 'web-spider'
|
32
|
+
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
@@ -23,7 +23,7 @@ module Ronin
|
|
23
23
|
class CLI
|
24
24
|
module Commands
|
25
25
|
#
|
26
|
-
# Creates new projects or scripts.
|
26
|
+
# Creates new Ruby projects or scripts.
|
27
27
|
#
|
28
28
|
# ## Usage
|
29
29
|
#
|
@@ -57,6 +57,8 @@ module Ronin
|
|
57
57
|
'script foo.rb'
|
58
58
|
]
|
59
59
|
|
60
|
+
description 'Creates a new Ruby project or a script'
|
61
|
+
|
60
62
|
man_page 'ronin-new.1'
|
61
63
|
|
62
64
|
end
|