-
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
Issue with running Caldera on Kali #3028
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/ |
Thats odd. The only thing I can think of is if you have multiple python environments and the wrong one is being used. And you also checked that aiohttp_apispec is right version? c/p from Caldera requirements.txt:
|
NodeJS v16 or later (for Caldera v5) |
Hi all, I'm sorry for the delay. So I checked for other virtual environments using the command I then ran the commands to check the versions of the various aiohttp requirements, and the below was outputted: I then checked the NodeJS, NPM and GoLang versions installed: I then reinstalled caldera using |
In my case using Kali 2024.2 I am getting the following error when starting caldera:
|
@mgonzcast what python version are you using? |
@barelyaveragedev I missed this the first time but I wouldnt use apt to install Caldera. We only recommend cloning directly from the repo. See README. |
reopen if still having issues |
Summary:
When installing caldera on the Kali 2024.4 post updating and upgrading, I encounter the below errors when running the
caldera
command:Errors and Screenshots:
Text Output of error encountered:
Traceback (most recent call last):
File "/usr/share/caldera/server.py", tine 8, in
import aiohttp_apispec
File "/usr/1ib/python3/dist-packages/aiohttp_apispec/ init .py", line I, in
from .aiohttp_apispec import AiohttpApispec, setup_aiohttp_apispec
File "/usrAib/python3/dist-packages/aiohttp_apispec/aiohttp_apispec.py", line 10, in
from apispec . ext .marshmallow import MarshmallowP1ugin, common
File "/usrAib/python3/dist-packages/apispec/ext/marshma110w/ init .py", line 85, in
from .openapi import OpenAPIConverter
File "/usr/1ib/python3/dist-packages/apispec/ext/marshma110w/openapi .py", line 28, in
from . field_converter import FieldConverterMixin
File "/usrAib/python3/dist-packages/apispec/ext/marshma110w/fie1d_converter.py", line 41, in
marshmallow. fields .IP: ("string" ,
AttributeError: module 'marshmallow. fields' has no attribute 'IP'
Steps to replication of issue:
Steps attempted to remediate issue:
Any assistance and advice on what I am doing wrong would be appreciated.
The text was updated successfully, but these errors were encountered: