Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Topic: How to access Linux Terminal in Web-Browser
- SUPPORTED PLATFORMS: https://t.me/efxtv/2756
- - Kali Linux
- - Ubuntu
- - Debian
- - TERMUX (CHROOT)
- Q. What is Shell in a Box?
- A. Shell in a Box is a free and open-source web-based terminal emulator that uses Ajax technology to give you the look and feel of a regular shell.
- - Install SHELLINABOX
- sudo apt-get install shellinabox
- - Start SHELLINABOX
- sudo /etc/init.d/shellinabox start
- - Edit the SHELLINABOX config file
- sudo nano /etc/default/shellinabox
- SHELLINABOX_PORT=4657
- - Start SHELLINABOX
- sudo /etc/init.d/shellinabox start
- - Restart the SHELLINABOX
- sudo /etc/init.d/shellinabox restart
- - Now verify whether Shellinabox is running on the port
- sudo netstat -nap | grep shellinabox
- - Now stop the shellinabox
- sudo /etc/init.d/shellinabox stop
- - Access the SHELLINABOX server
- https://server_ip_address:4657
Advertisement
Advertisement