Redis
Port 6379
By default Redis can be accessed without credentials
Write Files > SSH Access
In the output of
config get dir
you could find the home of the redis user (usually /var/lib/redis or /home/redis/.ssh), and knowing this you know where you can write theauthenticated_users
file to access via ssh with the user redis. If you know the home of other valid user where you have writable permissions you can also abuse it
Write Files > PHP Web Shell
Requires a web service running
Rogue Server Sync Code Exec
Download and compile Module.so: here :
git clone <URL>; cd <dir>; make
Last updated