##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##
class MetasploitModule < Msf::Auxiliary
include Msf::Exploit::Remote::HttpClient
include Msf::Auxiliary::Report
include Msf::Auxiliary::Etcd
include Msf::Auxiliary::Scanner
def initialize
super(
'Name' => 'Etcd Version Scanner',
'Description' => %q(
This module connections to etcd API endpoints, typically on 2379/TCP, and attempts
to obtain the version of etcd.
),
'References' => [
['URL', 'https://gcollazo.com/the-security-footgun-in-etcd/']
],
'Author' => [
'Giovanni Collazo <[email protected]>', # discovery
'Jon Hart <[email protected]>' # msf module
],
'License' => MSF_LICENSE,
'DisclosureDate' => "Mar 16 2018"
)
end
def run_host(_target_host)
if (banner = fingerprint_service(target_uri.to_s))
print_good("#{peer}: #{banner}")
end
end
end
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation