• Stars
    star
    104
  • Rank 328,727 (Top 7 %)
  • Language
    Python
  • License
    MIT License
  • Created about 5 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This tool generates gopher link for exploiting SSRF and gaining RCE in redis with password.用于生成附带密码认证的gopher内容,用于SSRF等利用。

gopher-redis-auth

This tool generates gopher link for exploiting SSRF and gaining RCE in redis with password.

redis生成gopher利用代码的脚本,包括认证和非认证功能, 主要是在原始代码Gopherus里redis模块的基础上增加authPrePayload用于认证。

示例

redis.conf 设置密码为123123

设置密码

生成shell

生成

curl -v "contens"

利用

查看shell

生成

参考

Gopherus

浅析SSRF认证攻击Redis