18 January 2020

MEMCACHED Network Recon - Exercise No. 1

The number of key-value pairs stored on the Memcached server.
  • memcstat --servers=<ip address> | grep curr_items


The value stored in the key “password” on the Memcached server.
  • memccat --servers=<ip address> password



Using memcached-tool,
  • /usr/share/memcached/scripts/memcached-tool <ip address:port number> dump



Using msfconsole - memcached_extractor,



Segmented LRU,

Using Least Recently Used (LRU) crawler to output every valid item,
  • lru_crawler metadump all


Sources :

No comments:

Post a Comment

Open Source Information Gathering using Windows Command Line Utilities

 How to Find the Maximum Frame Size Packet needs to be fragmented but DF set, means that the frame is too large to be on the network and ne...