From 61892797985833b75ec8ec1452e12a41f117b979 Mon Sep 17 00:00:00 2001 From: kaitoozawa Date: Sun, 14 Dec 2025 15:51:18 +1000 Subject: [PATCH 1/3] remove remnants of cli --- core/main/console/commandline.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/main/console/commandline.rb b/core/main/console/commandline.rb index 88d03e7de..3e4fa0499 100644 --- a/core/main/console/commandline.rb +++ b/core/main/console/commandline.rb @@ -17,7 +17,6 @@ module BeEF @options[:ext_config] = '' @options[:port] = '' @options[:ws_port] = '' - @options[:interactive] = false @options[:update_disabled] = false @options[:update_auto] = false @@ -63,9 +62,6 @@ module BeEF @options[:update_auto] = true end - # opts.on('-i', '--interactive', 'Starts with the Console Shell activated') do - # @options[:interactive] = true - # end end optparse.parse! From 34b2b8b6f19be5ea9de68fd6590ebf8d8c9757ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 02:04:41 +0000 Subject: [PATCH 2/3] Bump rdoc from 6.17.0 to 7.0.1 Bumps [rdoc](https://github.com/ruby/rdoc) from 6.17.0 to 7.0.1. - [Release notes](https://github.com/ruby/rdoc/releases) - [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rdoc/compare/v6.17.0...v7.0.1) --- updated-dependencies: - dependency-name: rdoc dependency-version: 7.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8966df044..76522485b 100644 --- a/Gemfile +++ b/Gemfile @@ -63,7 +63,7 @@ end group :test do gem 'test-unit-full', '~> 0.0.5' gem 'rspec', '~> 3.13' - gem 'rdoc', '~> 6.17' + gem 'rdoc', '~> 7.0' gem 'browserstack-local', '~> 1.4' gem 'irb', '~> 1.16' diff --git a/Gemfile.lock b/Gemfile.lock index ebef53a3b..d8bfe5686 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -166,7 +166,7 @@ GEM rack (>= 1.3) rainbow (3.1.1) rake (13.3.1) - rdoc (6.17.0) + rdoc (7.0.1) erb psych (>= 4.0.0) tsort @@ -325,7 +325,7 @@ DEPENDENCIES rack (~> 3.2) rack-protection (~> 4.2.1) rake (~> 13.3) - rdoc (~> 6.17) + rdoc (~> 7.0) rest-client (~> 2.1.0) rspec (~> 3.13) rubocop (~> 1.82.0) From 08538b7720f01f1e16f462c11cc9d71ccdc52f40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 13:02:03 +0000 Subject: [PATCH 3/3] Bump rdoc from 7.0.1 to 7.0.2 Bumps [rdoc](https://github.com/ruby/rdoc) from 7.0.1 to 7.0.2. - [Release notes](https://github.com/ruby/rdoc/releases) - [Changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rdoc/compare/v7.0.1...v7.0.2) --- updated-dependencies: - dependency-name: rdoc dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index d8bfe5686..5d0d872c8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -166,7 +166,7 @@ GEM rack (>= 1.3) rainbow (3.1.1) rake (13.3.1) - rdoc (7.0.1) + rdoc (7.0.2) erb psych (>= 4.0.0) tsort