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
root@attackdefense:~# nmap --script memcached-info -p 11211 192.170.149.3
Starting Nmap 7.70 ( https://nmap.org ) at 2019-10-30 10:54 UTC
Nmap scan report for target-1 (192.170.149.3)
Host is up (0.000053s latency).
PORT STATE SERVICE
11211/tcp open memcache
| memcached-info:
| Process ID: 7
| Uptime: 1037 seconds
| Server time: 2019-10-30T10:54:06
| Architecture: 64 bit
| Used CPU (user): 0.101069
| Used CPU (system): 0.148907
| Current connections: 3
| Total connections: 9
| Maximum connections: 2147
| TCP Port: 11211
| UDP Port: 0
|_ Authentication: no
MAC Address: 02:42:C0:AA:95:03 (Unknown) memcdump
memcached Cheat Sheet
Last updated