Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/documentation/modules/auxiliary/scanner/etcd/version.md
Views: 11789
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
.