Rapid7 Vulnerability & Exploit Database

Apache Axis2 Brute Force Utility

Back to Search

Apache Axis2 Brute Force Utility

Created
05/30/2018

Description

This module attempts to login to an Apache Axis2 instance using username and password combinations indicated by the USER_FILE, PASS_FILE, and USERPASS_FILE options. It has been verified to work on at least versions 1.4.1 and 1.6.2.

Author(s)

  • Leandro Oliveira <leandrofernando@gmail.com>

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use auxiliary/scanner/http/axis_login
msf auxiliary(axis_login) > show actions
    ...actions...
msf auxiliary(axis_login) > set ACTION < action-name >
msf auxiliary(axis_login) > show options
    ...show and set options...
msf auxiliary(axis_login) > run 

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;