ronin 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (106) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/ruby.yml +1 -0
  3. data/ChangeLog.md +15 -1
  4. data/README.md +1 -1
  5. data/data/completions/ronin +204 -164
  6. data/gemspec.yml +1 -1
  7. data/lib/ronin/cli/binary_template.rb +1 -1
  8. data/lib/ronin/cli/char_set_options.rb +1 -1
  9. data/lib/ronin/cli/cipher_command.rb +4 -4
  10. data/lib/ronin/cli/command.rb +1 -1
  11. data/lib/ronin/cli/commands/archive.rb +2 -2
  12. data/lib/ronin/cli/commands/asn.rb +2 -2
  13. data/lib/ronin/cli/commands/banner_grab.rb +3 -3
  14. data/lib/ronin/cli/commands/bitflip.rb +3 -3
  15. data/lib/ronin/cli/commands/bitsquat.rb +2 -2
  16. data/lib/ronin/cli/commands/cert_dump.rb +3 -3
  17. data/lib/ronin/cli/commands/cert_gen.rb +2 -2
  18. data/lib/ronin/cli/commands/cert_grab.rb +3 -3
  19. data/lib/ronin/cli/commands/completion.rb +1 -1
  20. data/lib/ronin/cli/commands/decode.rb +16 -13
  21. data/lib/ronin/cli/commands/decrypt.rb +2 -2
  22. data/lib/ronin/cli/commands/dns.rb +3 -3
  23. data/lib/ronin/cli/commands/dns_proxy.rb +2 -2
  24. data/lib/ronin/cli/commands/email_addr.rb +2 -2
  25. data/lib/ronin/cli/commands/encode.rb +15 -12
  26. data/lib/ronin/cli/commands/encrypt.rb +2 -2
  27. data/lib/ronin/cli/commands/entropy.rb +2 -2
  28. data/lib/ronin/cli/commands/escape.rb +10 -10
  29. data/lib/ronin/cli/commands/extract.rb +3 -3
  30. data/lib/ronin/cli/commands/grep.rb +3 -3
  31. data/lib/ronin/cli/commands/hexdump.rb +2 -2
  32. data/lib/ronin/cli/commands/highlight.rb +3 -3
  33. data/lib/ronin/cli/commands/hmac.rb +3 -3
  34. data/lib/ronin/cli/commands/homoglyph.rb +2 -2
  35. data/lib/ronin/cli/commands/host.rb +3 -3
  36. data/lib/ronin/cli/commands/http.rb +9 -7
  37. data/lib/ronin/cli/commands/ip.rb +2 -2
  38. data/lib/ronin/cli/commands/iprange.rb +2 -2
  39. data/lib/ronin/cli/commands/irb.rb +3 -3
  40. data/lib/ronin/cli/commands/md5.rb +2 -2
  41. data/lib/ronin/cli/commands/netcat.rb +2 -2
  42. data/lib/ronin/cli/commands/new/dns_listener.rb +3 -2
  43. data/lib/ronin/cli/commands/new/dns_proxy.rb +3 -2
  44. data/lib/ronin/cli/commands/new/exploit.rb +3 -2
  45. data/lib/ronin/cli/commands/new/http_listener.rb +3 -2
  46. data/lib/ronin/cli/commands/new/nokogiri.rb +3 -2
  47. data/lib/ronin/cli/commands/new/payload.rb +3 -2
  48. data/lib/ronin/cli/commands/new/project.rb +3 -2
  49. data/lib/ronin/cli/commands/new/script.rb +3 -2
  50. data/lib/ronin/cli/commands/new/web_app.rb +3 -2
  51. data/lib/ronin/cli/commands/new/web_server.rb +3 -2
  52. data/lib/ronin/cli/commands/new/web_spider.rb +3 -2
  53. data/lib/ronin/cli/commands/new.rb +2 -2
  54. data/lib/ronin/cli/commands/pack.rb +3 -3
  55. data/lib/ronin/cli/commands/proxy.rb +3 -3
  56. data/lib/ronin/cli/commands/public_suffix_list.rb +2 -2
  57. data/lib/ronin/cli/commands/quote.rb +10 -10
  58. data/lib/ronin/cli/commands/rot.rb +2 -2
  59. data/lib/ronin/cli/commands/sha1.rb +2 -2
  60. data/lib/ronin/cli/commands/sha256.rb +2 -2
  61. data/lib/ronin/cli/commands/sha512.rb +2 -2
  62. data/lib/ronin/cli/commands/strings.rb +3 -3
  63. data/lib/ronin/cli/commands/tips.rb +2 -2
  64. data/lib/ronin/cli/commands/tld_list.rb +2 -2
  65. data/lib/ronin/cli/commands/typo.rb +3 -3
  66. data/lib/ronin/cli/commands/typosquat.rb +3 -3
  67. data/lib/ronin/cli/commands/unarchive.rb +2 -2
  68. data/lib/ronin/cli/commands/unescape.rb +10 -10
  69. data/lib/ronin/cli/commands/unhexdump.rb +2 -2
  70. data/lib/ronin/cli/commands/unpack.rb +3 -3
  71. data/lib/ronin/cli/commands/unquote.rb +10 -10
  72. data/lib/ronin/cli/commands/url.rb +7 -3
  73. data/lib/ronin/cli/commands/xor.rb +3 -3
  74. data/lib/ronin/cli/dns.rb +1 -1
  75. data/lib/ronin/cli/file_processor_command.rb +3 -3
  76. data/lib/ronin/cli/host_and_port.rb +1 -1
  77. data/lib/ronin/cli/http_shell.rb +2 -2
  78. data/lib/ronin/cli/key_options.rb +1 -1
  79. data/lib/ronin/cli/method_options.rb +1 -1
  80. data/lib/ronin/cli/pattern_options.rb +1 -1
  81. data/lib/ronin/cli/printing/http.rb +2 -2
  82. data/lib/ronin/cli/printing/syntax_highlighting.rb +1 -1
  83. data/lib/ronin/cli/ruby_shell.rb +1 -1
  84. data/lib/ronin/cli/string_methods_command.rb +3 -3
  85. data/lib/ronin/cli/string_processor_command.rb +2 -2
  86. data/lib/ronin/cli/typo_options.rb +1 -1
  87. data/lib/ronin/cli/value_processor_command.rb +2 -2
  88. data/lib/ronin/cli.rb +10 -8
  89. data/lib/ronin/root.rb +1 -1
  90. data/lib/ronin/version.rb +2 -2
  91. data/lib/ronin.rb +2 -2
  92. data/man/ronin-decode.1 +3 -3
  93. data/man/ronin-decode.1.md +4 -4
  94. data/man/ronin-encode.1 +4 -4
  95. data/man/ronin-encode.1.md +4 -4
  96. data/man/ronin-escape.1 +4 -4
  97. data/man/ronin-escape.1.md +5 -5
  98. data/man/ronin-quote.1 +4 -4
  99. data/man/ronin-quote.1.md +5 -5
  100. data/man/ronin-unescape.1 +4 -4
  101. data/man/ronin-unescape.1.md +5 -5
  102. data/man/ronin-unquote.1 +3 -3
  103. data/man/ronin-unquote.1.md +4 -4
  104. data/ronin.gemspec +1 -0
  105. metadata +10 -6
  106. data/lib/ronin/ui.rb +0 -22
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
  #
3
- # Copyright (c) 2006-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/string_processor_command'
20
- require 'ronin/cli/key_options'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/value_processor_command'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/value_processor_command'
20
- require 'ronin/cli/dns'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/value_processor_command'
20
- require 'ronin/cli/printing/http'
21
- require 'ronin/cli/http_shell'
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? then print_exception(error)
434
- else print_error(error.message)
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[:verbose])
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/value_processor_command'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/value_processor_command'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/command'
20
- require 'ronin/cli/ruby_shell'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/string_processor_command'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/command'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/command'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/command'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/command'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/command'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/command'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/command'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/command'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/command'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/command'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/command'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/command'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/command'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/command'
20
- require 'ronin/cli/binary_template'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/command'
20
- require 'ronin/cli/host_and_port'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/command'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/string_methods_command'
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 JavaScript quotes the data
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
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: 'JavaScript quotes the data' do
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 String' do
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 String' do
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 String' do
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/string_processor_command'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/string_processor_command'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/string_processor_command'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/string_processor_command'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/file_processor_command'
20
- require 'ronin/cli/char_set_options'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/command'
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-2023 Hal Brodigan (postmodern.mod3 at gmail.com)
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
- require 'ronin/cli/command'
19
+ require_relative '../command'
20
20
  require 'ronin/core/cli/logging'
21
21
  require 'ronin/support/network/tld/list'
22
22