May 2020
Intermediate to advanced
544 pages
12h 57m
English
Metasploit also has built-in auxiliary modules for JBoss enumeration, one of which is auxiliary/scanner/http/jboss_status. This module looks for the status page, which shows the status history of the application server running. We can use the following command in msfconsole to load the module:
use auxiliary/scanner/http/jboss_statusshow options
The following screenshot shows the output of the preceding command:

The preceding screenshot shows the options required by the module to run the auxiliary. Once we set the options and then run the auxiliary, as in the following screenshot, the server ...
Read now
Unlock full access