Kali Linux

Kali Linux

Kali Linux with the tools you love and a shell, all accessible over the web

Deploy Kali Linux

kali-linux-docker

Mys7erio/kali-railway

Just deployed

kali-railway

Want to try out Kali Linux or want to have a mini version of kali linux available at all times? Then feel free to give this project a try:

Deploy on Railway

Description

This project uses the official kali linux rolling image to deploy a container which can then be used to install most of the cli tools which comes with kali linux pre-installed. Behind the scenes, it uses ttyd to provide a hassel free and a very accessible way to access the command line.

image

Enviroment Variables

  • PORT: The port on which the ttyd program will listen on.
  • USERNAME: The username which will be used to login to the web shell.
  • PASSWORD: The password which will be used to login to the web shell.

Railway Default Enviroment Variables

When deploying to Railway, the USERNAME and PASSWORD enviroment variables will be set to a random string, thanks to railway's template variables

  • PORT: Defaults to 8080
  • USERNAME: A random string of 16 characters containing only alpha-numeric characters (a-z, A-Z, 0-9)
  • PASSWORD: A random string of 32 characters

NOTE: It is strongly adviced to provide the USERNAME and PASSWORD enviroment variables before deploying the project.

To view or edit the USERNAME and PASSWORD enviroment variables, click on the deployed template -> Variables tab

image

Using locally

# Using docker to create an image and run a container locally
# To build the container image
docker build -t kali-railway 

# To run a demo installation on port 8080 with the username set to "admin" and password set to "password"
docker run --rm -e USERNAME=admin -e PASSWORD=password -e PORT=8080 -p 8080:8080 kali-railway

Template Content

kali-linux-docker

Mys7erio/kali-railway
Deploy Now

Details

Shakir's Projects

Created on Dec 24, 2023

284 total projects

98 active projects

100% success on recent deploys

Dockerfile

Other



More templates in this category

View Template
Foundry Virtual Tabletop

Foundry Virtual Tabletop

A Self-Hosted & Modern Roleplaying Platform


Lucas's Projects

View Template
(v1) Simple Medusa Backend

(v1) Simple Medusa Backend

Deploy an ecommerce backend and admin using Medusa


Shahed Nasser's Projects

View Template
peppermint

peppermint

Docker-compose port for peppermint.sh


HamiltonAI