Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis not working #3

Open
anubisthejackle opened this issue May 19, 2020 · 0 comments
Open

Redis not working #3

anubisthejackle opened this issue May 19, 2020 · 0 comments

Comments

@anubisthejackle
Copy link
Owner

The default Kali redis server does a few things that need to be corrected in the script:

  • It doesn't use Unix Sockets by default
  • It doesn't pick up the redis config sent to it in 8-fix-redis.sh
  • The socket that can be activated inside the default redis.conf is owned by redis:redis at a permission level of 700

What needs to happen is:

  • We need to activate unix sockets with a permissions level high enough to allow read write by gvm
  • We need to change the db_address in 8-fix-redis.sh to the location of this default redis socket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant