Kali linux support #37065
-
I couldn't find any default Kali linux support on codespaces. Is there any way around? Thanks in advance :) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi there @sudip-mondal-2002 and welcome to our community 😄. Thanks so much for asking a great question! |
Beta Was this translation helpful? Give feedback.
-
Hi @sudip-mondal-2002 - thanks for the question! You can set up your codespace to use the Kali linux image in a few ways, the quickest is to create a {
"image": "kalilinux/kali-rolling:latest"
} You can do a lot more with devcontainers as well to help with installations such as adding some post creations scripts, or creating a full You can read more about that in the docs here and I'd be happy to answer further specific questions. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Can anyone help me to reset my kali password because i forgot it |
Beta Was this translation helpful? Give feedback.
Hi @sudip-mondal-2002 - thanks for the question! You can set up your codespace to use the Kali linux image in a few ways, the quickest is to create a
.devcontainer.json
file in the repo root and point it at the image, like so:You can do a lot more with devcontainers as well to help with installations such as adding some post creations scripts, or creating a full
DOCKERFILE
for it as well.You can read more about that in the docs here and I'd be happy to answer further specific questions. Thanks!