Replies: 1 comment 1 reply
-
Have you tried using the generated creds in your case?
I believe the default creds will only work if you specify |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have deployed Caldera using the docker by following the guide here.
![error](https://private-user-images.githubusercontent.com/185457152/377723822-d3868c1e-2b21-4d9d-9c4c-35de0851d5fc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4OTE4ODAsIm5iZiI6MTczODg5MTU4MCwicGF0aCI6Ii8xODU0NTcxNTIvMzc3NzIzODIyLWQzODY4YzFlLTJiMjEtNGQ5ZC05YzRjLTM1ZGUwODUxZDVmYy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QwMTI2MjBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04ODQ0YzIxZDlmODFkMWM1ODZiYmEzYmY2NTdkMjliMDZmM2IyOGE1NmRiNDJmMDczNDE2MjYzMzliODNlMDM2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.f-rtTmhT4cRvOhAgcL4Lt8BCxTUkYC_JCic3nbxsrfE)
![pag](https://private-user-images.githubusercontent.com/185457152/377724844-3389d275-19f9-4629-b663-a78db5d47e1e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4OTE4ODAsIm5iZiI6MTczODg5MTU4MCwicGF0aCI6Ii8xODU0NTcxNTIvMzc3NzI0ODQ0LTMzODlkMjc1LTE5ZjktNDYyOS1iNjYzLWE3OGRiNWQ0N2UxZS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QwMTI2MjBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0wOTM3YzU2NzkzYTViYjk3NGNhNWU3NjQ0Y2E2MjU2MWI1MzNkMDhiMWRhMDU1ZTRkMDM3NDJhMTY3ZTY5OGI0JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.PBwwB03W4lGZLhH6xYhPPbP0toH-pf7aBQsTSuYBk3s)
git clone https://github.com/mitre/caldera.git --recursive
All systems ready and I see this warning,
I also edited the .env file under the magma folder and provided the local IP of the vm. VITE_CALDERA_URL=http://mylocalip:8888
After running the docker, I am getting the login page, trying the credentials admin admin / red admin, nothing happens and I cannot login, there is no error.
Beta Was this translation helpful? Give feedback.
All reactions