Rapid7 Vulnerability & Exploit Database

Etcd Keys API Information Gathering

Back to Search

Etcd Keys API Information Gathering

Disclosed
03/16/2018
Created
06/14/2018

Description

This module queries the etcd API to recursively retrieve all of the stored key value pairs. Etcd by default does not utilize authentication.

Author(s)

  • Giovanni Collazo <hello@gcollazo.com>
  • h00die

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/etcd/open_key_scanner
msf auxiliary(open_key_scanner) > show actions
    ...actions...
msf auxiliary(open_key_scanner) > set ACTION < action-name >
msf auxiliary(open_key_scanner) > show options
    ...show and set options...
msf auxiliary(open_key_scanner) > 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

;