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/memcached/memcached_udp_version.md
Views: 11655
Vulnerable Application
Any instance of memcached with the UDP listener enabled will suffice.
Instructions for testing against CentOS 7 and a Dockerized endpoint are provided below.
CentOS 7
To a CentOS 7 instance, simply install and start memcached, as it listens on 0.0.0.0 by default'
Docker Install
In memcached 1.5.5 and earlier, the daemon is affected by default. As such, we can use the community supported memcached container and simply expose it:
Verification Steps
Install the application
Start msfconsole
Do:
use auxiliary/scanner/memcached/memcached_udp_version
Do:
set rhosts [IPs]
Do:
run
Confirm that the endpoint is discovered to be running memcached and the version is displayed
Scenarios
CentOS 7
Configure memcached as described above.
Docker
Configure memcached in docker as described above.