Path: blob/master/documentation/modules/auxiliary/scanner/etcd/version.md
19567 views
Vulnerable Application
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
docker run -p 2379:2379 miguelgrinberg/easy-etcd
Verification Steps
Install the application
Start msfconsole
Do:
use auxiliary/scanner/etcd/version
Do:
set rhosts [IPs]
Do:
run
You should get a JSON response for the version and the service identified in
services
.