We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2488100 commit ee21377Copy full SHA for ee21377
modules/exploits/linux/http/github_enterprise_secret.rb
@@ -114,6 +114,7 @@ def get_ruby_code
114
def serialize
115
# We don't want to run this code within the context of Framework, so we run it as an
116
# external process.
117
+ # Brilliant trick from Brent and Adam to overcome the issue.
118
ruby_code = %Q|
119
module Erubis;class Eruby;end;end
120
module ActiveSupport;module Deprecation;class DeprecatedInstanceVariableProxy;end;end;end
0 commit comments