11211 - Memcached
Memcached is a general-purpose distributed memory-caching system. It is often used to speed up dynamic database-driven websites by caching data and objects in RAM to reduce the number of times an exte
Nmap:
Connecting:
root@attackdefense:~# nc 192.170.149.3 11211
You can query the current traffic statistics using the command
stats
View items:
stats items
Example:
view key:
memcdump
memdump dumps a list of "keys" from all servers that it is told to fetch from. Because memcached does not guarentee to provide all keys it is not possible to get a complete "dump".
memcached Cheat Sheet
Last updated