Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kcubeterm/kali-web
- Owner: kcubeterm
- Created: 2020-07-07T08:53:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-08T18:11:39.000Z (over 4 years ago)
- Last Synced: 2024-08-01T13:27:41.175Z (5 months ago)
- Topics: heroku, kali-web, terminal, ttyd, web-terminal
- Language: Dockerfile
- Homepage:
- Size: 15.6 KB
- Stars: 14
- Watchers: 1
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
GITHeroku cli
A heroku account
A blank heroku app
## Follow these steps:
Login with heroku```
heroku login -i
```
fill your heroku credentialsNow 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 credentialsAnd 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