-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Not able to run Caldera in Kali Linux #3056
Comments
Looks like your first issue -- we aim to respond to issues as quickly as possible. In the meantime, check out our documentation here: http://caldera.readthedocs.io/ |
In this case you'll want to set up a virtual Python environment to allow different pip requirement contexts. You can reference the Python documentation for virtual environments as needed, but the gist of it will look something like the following: # create new virtual environment
python -m venv path/to/new/virtual/environment
# activate your virtual environment
source <venv>/bin/activate
# Install your dependencies
pip3 install -r requirements.txt |
I have followed your instructions and unfortunately, I am getting a new type of error while opening Caldera in my browser. Here are the steps I followed:
Note: I tried using 0.0.0.0:8888, 127.0.0.1:8888, and PRIVATE_IP:8888, but none worked. What could be the issue and how to fix this? |
This should be fixed in #3063, try pulling from main and seeing if it works then |
I am facing an issue with Caldera and am not able to run it on my Kali Linux machine at all.
I tried running Caldera in my Kali Linux machine but unfortunately, it's showing an error while running the server using the
python3 server.py --insecure --build
I thought maybe it was because I did not install all the required libraries and packages, however even after installing all the requirements using the
pip3 install -r requirements
it did not work. I tried installing npm separately usingsudo apt install npm
and it was successfully installed. However, when I tried to run the server.py, it showed a different error.Here is the error output that I got:
I tried it with my friends' PCs but they had different problems when trying to login into the Caldera dashboard by entering the username and password, it shows an error below the password field as "Not Found....". and it doesn't allow me to log in at all and keeps bringing the login page.
How to fix this? Do I need to change any configurations or install anything else?
The text was updated successfully, but these errors were encountered: