Merge pull request #3463 from kaitozaw/issue-fix-remove-cli

Fixes issue #3447
This commit is contained in:
zinduolis
2025-12-22 12:02:26 +10:00
committed by GitHub

View File

@@ -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!