ronin 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/ruby.yml +1 -0
- data/ChangeLog.md +15 -1
- data/README.md +1 -1
- data/data/completions/ronin +204 -164
- data/gemspec.yml +1 -1
- data/lib/ronin/cli/binary_template.rb +1 -1
- data/lib/ronin/cli/char_set_options.rb +1 -1
- data/lib/ronin/cli/cipher_command.rb +4 -4
- data/lib/ronin/cli/command.rb +1 -1
- data/lib/ronin/cli/commands/archive.rb +2 -2
- data/lib/ronin/cli/commands/asn.rb +2 -2
- data/lib/ronin/cli/commands/banner_grab.rb +3 -3
- data/lib/ronin/cli/commands/bitflip.rb +3 -3
- data/lib/ronin/cli/commands/bitsquat.rb +2 -2
- data/lib/ronin/cli/commands/cert_dump.rb +3 -3
- data/lib/ronin/cli/commands/cert_gen.rb +2 -2
- data/lib/ronin/cli/commands/cert_grab.rb +3 -3
- data/lib/ronin/cli/commands/completion.rb +1 -1
- data/lib/ronin/cli/commands/decode.rb +16 -13
- data/lib/ronin/cli/commands/decrypt.rb +2 -2
- data/lib/ronin/cli/commands/dns.rb +3 -3
- data/lib/ronin/cli/commands/dns_proxy.rb +2 -2
- data/lib/ronin/cli/commands/email_addr.rb +2 -2
- data/lib/ronin/cli/commands/encode.rb +15 -12
- data/lib/ronin/cli/commands/encrypt.rb +2 -2
- data/lib/ronin/cli/commands/entropy.rb +2 -2
- data/lib/ronin/cli/commands/escape.rb +10 -10
- data/lib/ronin/cli/commands/extract.rb +3 -3
- data/lib/ronin/cli/commands/grep.rb +3 -3
- data/lib/ronin/cli/commands/hexdump.rb +2 -2
- data/lib/ronin/cli/commands/highlight.rb +3 -3
- data/lib/ronin/cli/commands/hmac.rb +3 -3
- data/lib/ronin/cli/commands/homoglyph.rb +2 -2
- data/lib/ronin/cli/commands/host.rb +3 -3
- data/lib/ronin/cli/commands/http.rb +9 -7
- data/lib/ronin/cli/commands/ip.rb +2 -2
- data/lib/ronin/cli/commands/iprange.rb +2 -2
- data/lib/ronin/cli/commands/irb.rb +3 -3
- data/lib/ronin/cli/commands/md5.rb +2 -2
- data/lib/ronin/cli/commands/netcat.rb +2 -2
- data/lib/ronin/cli/commands/new/dns_listener.rb +3 -2
- data/lib/ronin/cli/commands/new/dns_proxy.rb +3 -2
- data/lib/ronin/cli/commands/new/exploit.rb +3 -2
- data/lib/ronin/cli/commands/new/http_listener.rb +3 -2
- data/lib/ronin/cli/commands/new/nokogiri.rb +3 -2
- data/lib/ronin/cli/commands/new/payload.rb +3 -2
- data/lib/ronin/cli/commands/new/project.rb +3 -2
- data/lib/ronin/cli/commands/new/script.rb +3 -2
- data/lib/ronin/cli/commands/new/web_app.rb +3 -2
- data/lib/ronin/cli/commands/new/web_server.rb +3 -2
- data/lib/ronin/cli/commands/new/web_spider.rb +3 -2
- data/lib/ronin/cli/commands/new.rb +2 -2
- data/lib/ronin/cli/commands/pack.rb +3 -3
- data/lib/ronin/cli/commands/proxy.rb +3 -3
- data/lib/ronin/cli/commands/public_suffix_list.rb +2 -2
- data/lib/ronin/cli/commands/quote.rb +10 -10
- data/lib/ronin/cli/commands/rot.rb +2 -2
- data/lib/ronin/cli/commands/sha1.rb +2 -2
- data/lib/ronin/cli/commands/sha256.rb +2 -2
- data/lib/ronin/cli/commands/sha512.rb +2 -2
- data/lib/ronin/cli/commands/strings.rb +3 -3
- data/lib/ronin/cli/commands/tips.rb +2 -2
- data/lib/ronin/cli/commands/tld_list.rb +2 -2
- data/lib/ronin/cli/commands/typo.rb +3 -3
- data/lib/ronin/cli/commands/typosquat.rb +3 -3
- data/lib/ronin/cli/commands/unarchive.rb +2 -2
- data/lib/ronin/cli/commands/unescape.rb +10 -10
- data/lib/ronin/cli/commands/unhexdump.rb +2 -2
- data/lib/ronin/cli/commands/unpack.rb +3 -3
- data/lib/ronin/cli/commands/unquote.rb +10 -10
- data/lib/ronin/cli/commands/url.rb +7 -3
- data/lib/ronin/cli/commands/xor.rb +3 -3
- data/lib/ronin/cli/dns.rb +1 -1
- data/lib/ronin/cli/file_processor_command.rb +3 -3
- data/lib/ronin/cli/host_and_port.rb +1 -1
- data/lib/ronin/cli/http_shell.rb +2 -2
- data/lib/ronin/cli/key_options.rb +1 -1
- data/lib/ronin/cli/method_options.rb +1 -1
- data/lib/ronin/cli/pattern_options.rb +1 -1
- data/lib/ronin/cli/printing/http.rb +2 -2
- data/lib/ronin/cli/printing/syntax_highlighting.rb +1 -1
- data/lib/ronin/cli/ruby_shell.rb +1 -1
- data/lib/ronin/cli/string_methods_command.rb +3 -3
- data/lib/ronin/cli/string_processor_command.rb +2 -2
- data/lib/ronin/cli/typo_options.rb +1 -1
- data/lib/ronin/cli/value_processor_command.rb +2 -2
- data/lib/ronin/cli.rb +10 -8
- data/lib/ronin/root.rb +1 -1
- data/lib/ronin/version.rb +2 -2
- data/lib/ronin.rb +2 -2
- data/man/ronin-decode.1 +3 -3
- data/man/ronin-decode.1.md +4 -4
- data/man/ronin-encode.1 +4 -4
- data/man/ronin-encode.1.md +4 -4
- data/man/ronin-escape.1 +4 -4
- data/man/ronin-escape.1.md +5 -5
- data/man/ronin-quote.1 +4 -4
- data/man/ronin-quote.1.md +5 -5
- data/man/ronin-unescape.1 +4 -4
- data/man/ronin-unescape.1.md +5 -5
- data/man/ronin-unquote.1 +3 -3
- data/man/ronin-unquote.1.md +4 -4
- data/ronin.gemspec +1 -0
- metadata +10 -6
- data/lib/ronin/ui.rb +0 -22
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
require_relative '../string_processor_command'
|
|
20
|
+
require_relative '../key_options'
|
|
21
21
|
|
|
22
22
|
require 'ronin/support/crypto'
|
|
23
23
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
require_relative '../value_processor_command'
|
|
20
20
|
|
|
21
21
|
require 'ronin/support/text/homoglyph'
|
|
22
22
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
require_relative '../value_processor_command'
|
|
20
|
+
require_relative '../dns'
|
|
21
21
|
require 'ronin/support/network/host'
|
|
22
22
|
|
|
23
23
|
require 'wordlist/file'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
require_relative '../value_processor_command'
|
|
20
|
+
require_relative '../printing/http'
|
|
21
|
+
require_relative '../http_shell'
|
|
22
22
|
require 'ronin/support/network/http'
|
|
23
23
|
require 'ronin/support/network/http/cookie'
|
|
24
24
|
|
|
@@ -430,8 +430,10 @@ module Ronin
|
|
|
430
430
|
print_response(response)
|
|
431
431
|
end
|
|
432
432
|
rescue StandardError => error
|
|
433
|
-
if verbose?
|
|
434
|
-
|
|
433
|
+
if verbose?
|
|
434
|
+
print_exception(error)
|
|
435
|
+
else
|
|
436
|
+
print_error "#{uri}: #{error.message}"
|
|
435
437
|
end
|
|
436
438
|
end
|
|
437
439
|
end
|
|
@@ -449,7 +451,7 @@ module Ronin
|
|
|
449
451
|
# @see HTTPMethods#print_response
|
|
450
452
|
#
|
|
451
453
|
def print_response(response)
|
|
452
|
-
super(response, show_headers: options[:
|
|
454
|
+
super(response, show_headers: verbose? || options[:head])
|
|
453
455
|
end
|
|
454
456
|
|
|
455
457
|
end
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
require_relative '../value_processor_command'
|
|
20
20
|
require 'ronin/support/network/ip'
|
|
21
21
|
require 'uri'
|
|
22
22
|
require 'ipaddr'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
require_relative '../value_processor_command'
|
|
20
20
|
require 'ronin/support/network/ip_range'
|
|
21
21
|
|
|
22
22
|
module Ronin
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
require_relative '../command'
|
|
20
|
+
require_relative '../ruby_shell'
|
|
21
21
|
|
|
22
22
|
module Ronin
|
|
23
23
|
class CLI
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
require_relative '../string_processor_command'
|
|
20
20
|
|
|
21
21
|
require 'digest'
|
|
22
22
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
require_relative '../command'
|
|
20
20
|
require 'ronin/core/cli/logging'
|
|
21
21
|
require 'ronin/support/network/ssl'
|
|
22
22
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
require_relative '../../command'
|
|
20
|
+
|
|
20
21
|
require 'ronin/listener/cli/commands/new/dns'
|
|
21
22
|
|
|
22
23
|
module Ronin
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
require_relative '../../command'
|
|
20
|
+
|
|
20
21
|
require 'ronin/core/cli/generator'
|
|
21
22
|
require 'ronin/root'
|
|
22
23
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
require_relative '../../command'
|
|
20
|
+
|
|
20
21
|
require 'ronin/exploits/cli/commands/new'
|
|
21
22
|
|
|
22
23
|
module Ronin
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
require_relative '../../command'
|
|
20
|
+
|
|
20
21
|
require 'ronin/listener/cli/commands/new/http'
|
|
21
22
|
|
|
22
23
|
module Ronin
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
require_relative '../../command'
|
|
20
|
+
|
|
20
21
|
require 'ronin/web/cli/commands/new/nokogiri'
|
|
21
22
|
|
|
22
23
|
module Ronin
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
require_relative '../../command'
|
|
20
|
+
|
|
20
21
|
require 'ronin/payloads/cli/commands/new'
|
|
21
22
|
|
|
22
23
|
module Ronin
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
require_relative '../../command'
|
|
20
|
+
|
|
20
21
|
require 'ronin/core/cli/generator'
|
|
21
22
|
require 'ronin/root'
|
|
22
23
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
require_relative '../../command'
|
|
20
|
+
|
|
20
21
|
require 'ronin/core/cli/generator'
|
|
21
22
|
require 'ronin/root'
|
|
22
23
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
require_relative '../../command'
|
|
20
|
+
|
|
20
21
|
require 'ronin/web/cli/commands/new/app'
|
|
21
22
|
|
|
22
23
|
module Ronin
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
require_relative '../../command'
|
|
20
|
+
|
|
20
21
|
require 'ronin/web/cli/commands/new/server'
|
|
21
22
|
|
|
22
23
|
module Ronin
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
require_relative '../../command'
|
|
20
|
+
|
|
20
21
|
require 'ronin/web/cli/commands/new/spider'
|
|
21
22
|
|
|
22
23
|
module Ronin
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
require_relative '../command'
|
|
20
20
|
require 'command_kit/commands/auto_load'
|
|
21
21
|
|
|
22
22
|
module Ronin
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
require_relative '../command'
|
|
20
|
+
require_relative '../binary_template'
|
|
21
21
|
|
|
22
22
|
module Ronin
|
|
23
23
|
class CLI
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
require_relative '../command'
|
|
20
|
+
require_relative '../host_and_port'
|
|
21
21
|
require 'ronin/core/cli/logging'
|
|
22
22
|
|
|
23
23
|
require 'ronin/support/network/tcp/proxy'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
require_relative '../command'
|
|
20
20
|
require 'ronin/core/cli/logging'
|
|
21
21
|
require 'ronin/support/network/public_suffix/list'
|
|
22
22
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
require_relative '../string_methods_command'
|
|
20
20
|
|
|
21
21
|
module Ronin
|
|
22
22
|
class CLI
|
|
@@ -36,10 +36,10 @@ module Ronin
|
|
|
36
36
|
# -n, --keep-newlines Preserves newlines at the end of each line
|
|
37
37
|
# -X, --hex Quotes the data as a Hex string
|
|
38
38
|
# -c, --c Quotes the data as a C string
|
|
39
|
-
# -j, --js
|
|
40
|
-
# -S, --shell Quotes the data as a Shell
|
|
41
|
-
# -P, --powershell Quotes the data as a PowerShell
|
|
42
|
-
# -R, --ruby Quotes the data as a Ruby
|
|
39
|
+
# -j, --js Quotes the data as a JavaScript string
|
|
40
|
+
# -S, --shell Quotes the data as a Shell string
|
|
41
|
+
# -P, --powershell Quotes the data as a PowerShell string
|
|
42
|
+
# -R, --ruby Quotes the data as a Ruby string
|
|
43
43
|
# -h, --help Print help information
|
|
44
44
|
#
|
|
45
45
|
# ## Arguments
|
|
@@ -61,25 +61,25 @@ module Ronin
|
|
|
61
61
|
end
|
|
62
62
|
|
|
63
63
|
option :js, short: '-j',
|
|
64
|
-
desc: '
|
|
64
|
+
desc: 'Quotes the data as a JavaScript string' do
|
|
65
65
|
require 'ronin/support/encoding/js'
|
|
66
66
|
@method_calls << :js_string
|
|
67
67
|
end
|
|
68
68
|
|
|
69
69
|
option :shell, short: '-S',
|
|
70
|
-
desc: 'Quotes the data as a Shell
|
|
70
|
+
desc: 'Quotes the data as a Shell string' do
|
|
71
71
|
require 'ronin/support/encoding/shell'
|
|
72
72
|
@method_calls << :shell_string
|
|
73
73
|
end
|
|
74
74
|
|
|
75
75
|
option :powershell, short: '-P',
|
|
76
|
-
desc: 'Quotes the data as a PowerShell
|
|
76
|
+
desc: 'Quotes the data as a PowerShell string' do
|
|
77
77
|
require 'ronin/support/encoding/powershell'
|
|
78
78
|
@method_calls << :powershell_string
|
|
79
79
|
end
|
|
80
80
|
|
|
81
81
|
option :ruby, short: '-R',
|
|
82
|
-
desc: 'Quotes the data as a Ruby
|
|
82
|
+
desc: 'Quotes the data as a Ruby string' do
|
|
83
83
|
require 'ronin/support/encoding/ruby'
|
|
84
84
|
@method_calls << :ruby_string
|
|
85
85
|
end
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
require_relative '../string_processor_command'
|
|
20
20
|
|
|
21
21
|
require 'ronin/support/crypto'
|
|
22
22
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
require_relative '../string_processor_command'
|
|
20
20
|
|
|
21
21
|
require 'digest'
|
|
22
22
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
require_relative '../string_processor_command'
|
|
20
20
|
|
|
21
21
|
require 'digest'
|
|
22
22
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
require_relative '../string_processor_command'
|
|
20
20
|
|
|
21
21
|
require 'digest'
|
|
22
22
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
require_relative '../file_processor_command'
|
|
20
|
+
require_relative '../char_set_options'
|
|
21
21
|
|
|
22
22
|
module Ronin
|
|
23
23
|
class CLI
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
require_relative '../command'
|
|
20
20
|
|
|
21
21
|
module Ronin
|
|
22
22
|
class CLI
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
#
|
|
3
|
-
# Copyright (c) 2006-
|
|
3
|
+
# Copyright (c) 2006-2025 Hal Brodigan (postmodern.mod3 at gmail.com)
|
|
4
4
|
#
|
|
5
5
|
# Ronin is free software: you can redistribute it and/or modify
|
|
6
6
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
# along with Ronin. If not, see <https://www.gnu.org/licenses/>.
|
|
17
17
|
#
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
require_relative '../command'
|
|
20
20
|
require 'ronin/core/cli/logging'
|
|
21
21
|
require 'ronin/support/network/tld/list'
|
|
22
22
|
|