Possible security attack on redis

家住魔仙堡 提交于 2020-08-27 06:46:37

问题


Running the command redis-server it returns:

The server is now ready to accept connections on port 6379

Trying to connect in my browser localhost:6379 I get this message:

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. Can anyone help me fix this error please?


回答1:


You'll need to use a Redis client to connect to Redis, not your browser. Look at this page for a few https://redis.io/clients, or use redis-cli, or even just plain Telnet.



来源:https://stackoverflow.com/questions/43789027/possible-security-attack-on-redis

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!