Script redis-info

Script types: portrule
Categories: discovery, safe
Download: https://svn.nmap.org/nmap/scripts/redis-info.nse

Script Summary

Retrieves information (such as version number and architecture) from a Redis key-value store.

Script Arguments

creds.[service], creds.global

See the documentation for the creds library.

Example Usage

nmap -p 6379 <ip> --script redis-info

Script Output

PORT     STATE SERVICE
6379/tcp open  unknown
| redis-info:
|   Version            2.2.11
|   Architecture       64 bits
|   Process ID         17821
|   Used CPU (sys)     2.37
|   Used CPU (user)    1.02
|   Connected clients  1
|   Connected slaves   0
|   Used memory        780.16K
|   Role               master
|   Bind addresses:
|     192.168.121.101
|   Active channels:
|     testChannel
|     bidChannel
|   Client connections:
|     192.168.171.101
|_    72.14.177.105

Requires


Authors:

  • Patrik Karlsson
  • Vasiliy Kulikov

License: Same as Nmap--See https://nmap.org/book/man-legal.html