可能对 redis 进行安全攻击

fat*_*tah 9 redis

运行redis-server它返回的命令:

The server is now ready to accept connections on port 6379

尝试在我的浏览器 localhost:6379 中连接我收到此消息:

Possible SECURITY ATTACK detected. It looks like somebody is sending POST or Host: commands to Redis. This is likely due to an attacker attempting to use Cross Protocol Scripting to compromise your Redis instance. Connection aborted. 任何人都可以帮我解决这个错误吗?

Ita*_*ber 8

您需要使用 Redis 客户端连接到 Redis,而不是您的浏览器。在此页面上查看一些https://redis.io/clients,或者使用redis-cli,甚至只是简单的 Telnet。