diff --git a/core/main/server.rb b/core/main/server.rb index c7e3ab898..51bb3613a 100644 --- a/core/main/server.rb +++ b/core/main/server.rb @@ -4,6 +4,10 @@ # See the file 'doc/COPYING' for copying permission # +# Remove Thin 'Server' response header +Thin.send :remove_const, :SERVER +Thin::SERVER = nil + module BeEF module Core