Skip to content

Commit ee21377

Browse files
committed
Credit Brent & Adam
1 parent 2488100 commit ee21377

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/exploits/linux/http/github_enterprise_secret.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ def get_ruby_code
114114
def serialize
115115
# We don't want to run this code within the context of Framework, so we run it as an
116116
# external process.
117+
# Brilliant trick from Brent and Adam to overcome the issue.
117118
ruby_code = %Q|
118119
module Erubis;class Eruby;end;end
119120
module ActiveSupport;module Deprecation;class DeprecatedInstanceVariableProxy;end;end;end

0 commit comments

Comments
 (0)