Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kcubeterm/kali-web

Dockerised kali web terminal which can be easily host on heroku and accessible from browser.
https://github.com/kcubeterm/kali-web

heroku kali-web terminal ttyd web-terminal

Last synced: about 2 months ago
JSON representation

Dockerised kali web terminal which can be easily host on heroku and accessible from browser.

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Kali-Latest-green) ![](https://img.shields.io/badge/Docker-kalilinux/kali-yellow)

# kali-web

Do you want to host your terminal,and can be accessible from web browser

## Requirements:
GIT

Heroku cli

A heroku account

A blank heroku app

## Follow these steps:
Login with heroku

```
heroku login -i
```
fill your heroku credentials

Now if you don't have blank application available ,create one by
```
heroku create {appname}
```

```
git clone https://github.com/kcubeterm/kali-web
cd kali-web
```
now open heroku.yml and replace `username` and `password` with any credentials

And execute install.sh

```bash install.sh```

It ask for your heroku application name, fill it and hit enter, after some time, if you don't get any error.

You can view your kali terminal in https://appname.herokuapp.com