documentation/modules/auxiliary/scanner/etcd/version.md
etcd is a distributed reliable key-value store. It exposes and API from which you can obtain the version of etcd and related components.
docker run -p 2379:2379 miguelgrinberg/easy-etcduse auxiliary/scanner/etcd/versionset rhosts [IPs]runservices.msf > use auxiliary/scanner/etcd/version
msf auxiliary(scanner/etcd/version) > set RHOSTS localhost
RHOSTS => localhost
msf auxiliary(scanner/etcd/version) > run
[+] 127.0.0.1:2379 : {"etcdserver"=>"3.1.3", "etcdcluster"=>"3.1.0"}
[*] Scanned 1 of 1 hosts (100% complete)
[*] Auxiliary module execution completed
msf auxiliary(scanner/etcd/version) > services
Services
========
host port proto name state info
---- ---- ----- ---- ----- ----
127.0.0.1 2379 tcp etcd open {"etcdserver"=>"3.1.3", "etcdcluster"=>"3.1.0"}