May 2020
Intermediate to advanced
544 pages
12h 57m
English
If we find a JBoss AS instance on a machine and we need to perform a vulnerability assessment, we can always use Metasploit for this. Metasploit has a module for this called auxiliary/scanner/http/jboss_vulnscan, which we can use to perform vulnerability scanning on JBoss AS. The module checks for a few vulnerabilities, such as authentication bypass, a default password, and accessible JMX-console functions. The following are the steps we can observe to carry out a vulnerability assessment on JBoss AS:
use auxiliary/scanner/http/jboss_vulnscanshow options
The following screenshot shows the output of the preceding command: ...
Read now
Unlock full access