Skip to content

webvul/r-crack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

redis-rootkit

The Redis security model is: “it’s totally insecure to let untrusted clients access the system, please protect it from the outside world yourself”. The reason is that.

Quickstart

redis-rootkit require redis-py to execute remote commands.

$sudo pip install redis
git clone https://github.com/gushitong/redis-rootkit
cd redis-rootkit
python redis-rootkit.py -r ~/.ssh/id_rsa.pub 127.0.0.1

API Reference

  • Usage: python redis-rootkit.py [OPTIONS] [TARGETS]
  • -h --help: show redis-rootkit options.
  • -p --port: target host port.
  • -r --rsa-pub: rsa public key.

LICENSE

MIT LICENSE

About

redis 未授权访问漏洞

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages