Rapid7 Vulnerability & Exploit Database

Xymon Daemon Gather Information

Back to Search

Xymon Daemon Gather Information

Created
08/15/2019

Description

This module retrieves information from a Xymon daemon service (formerly Hobbit, based on Big Brother), including server configuration information, a list of monitored hosts, and associated client log for each host. This module also retrieves usernames and password hashes from the `xymonpasswd` config file from Xymon servers before 4.3.25, which permit download arbitrary config files (CVE-2016-2055), and servers configured with `ALLOWALLCONFIGFILES` enabled.

Author(s)

  • Markus Krell
  • bcoles <bcoles@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/gather/xymon_info
msf auxiliary(xymon_info) > show actions
    ...actions...
msf auxiliary(xymon_info) > set ACTION < action-name >
msf auxiliary(xymon_info) > show options
    ...show and set options...
msf auxiliary(xymon_info) > 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

;