Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryzhaoH committed May 21, 2020
1 parent 0a4865e commit e608a3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redis-rogue-server.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def runserver(rhost, rport, passwd, lhost, lport, bind_addr, server_only):
print('Waiting for connection...')
rogue.exp()
print('Payload sent.\nRun "MODULE LOAD /path/to/dbfile" on target redis server to enable the plugin.')
return

# expolit
remote = Remote(rhost, rport)
Expand Down

0 comments on commit e608a3f

Please sign in to comment.