move the proxy banner to banners.rb

This commit is contained in:
Stephen
2024-03-20 16:43:13 +10:00
parent 0f216f4e20
commit 55632fe2d6
2 changed files with 9 additions and 1 deletions

View File

@@ -18,7 +18,6 @@ module BeEF
BeEF::Extension::Proxy::Proxy.new
end
end
print_info "HTTP Proxy: http://#{config.get('beef.extension.proxy.address')}:#{config.get('beef.extension.proxy.port')}"
end
def self.mount_handler(beef_server)