May 2020
Intermediate to advanced
544 pages
12h 57m
English
Another way to achieve code execution on JBoss via the JMX console is by using the BeanShell Deployer (BSHDeployer). BSHDeployer allows us to deploy one-time execution scripts and services in JBoss in the form of a Bean shell script. After getting access to the JMX console, we can look for the service=BSHDeployer object name, as shown:

Clicking on this object will redirect us to the deployer page, as shown:

Here, we need to put the URL of the BSH file that will be used to deploy our payload on ...
Read now
Unlock full access