Βάσεις Δεδομένων

6379

Redis Dangerous

Redis in-memory cache and data structure store

Port
6379
Protocol
TCP
Service
Redis
Security
Dangerous
Full name: Redis In-Memory Data Store

What is port 6379?

Redis on port 6379 is an ultra-fast in-memory data store used as a cache, session store, message broker, and real-time leaderboard. It can handle over one million operations per second. Historically, Redis shipped without authentication by default — thousands of exposed instances were abused for cryptomining, data theft, or RCE via cron job injection. Always bind Redis to localhost, require a password, and rename or disable dangerous commands.

$ nc -zv example.com 6379
$ nmap -p 6379 example.com
$ telnet example.com 6379