diff --git a/core/main/router/router.rb b/core/main/router/router.rb index 88ecccee8..e7bcf9c9f 100644 --- a/core/main/router/router.rb +++ b/core/main/router/router.rb @@ -23,10 +23,6 @@ module BeEF configure do set :show_exceptions, false end not_found do 'Not Found' end - get '/' do - 'Try harder...muahah!' - end - end end end