Advertisement
efxtv

How to access Linux Terminal in Web-Browser

Sep 14th, 2023 (edited)
55
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | Cybersecurity | 0 0
  1. Topic: How to access Linux Terminal in Web-Browser
  2. SUPPORTED PLATFORMS: https://t.me/efxtv/2756
  3. - Kali Linux
  4. - Ubuntu
  5. - Debian
  6. - TERMUX (CHROOT)
  7.  
  8. Q. What is Shell in a Box?
  9. 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.
  10.  
  11. - Install SHELLINABOX
  12. sudo apt-get install shellinabox
  13.  
  14. - Start SHELLINABOX
  15. sudo /etc/init.d/shellinabox start
  16.  
  17. - Edit the SHELLINABOX config file
  18. sudo nano /etc/default/shellinabox
  19. SHELLINABOX_PORT=4657
  20.  
  21. - Start SHELLINABOX
  22. sudo /etc/init.d/shellinabox start
  23.  
  24. - Restart the SHELLINABOX
  25. sudo /etc/init.d/shellinabox restart
  26.  
  27. - Now verify whether Shellinabox is running on the port
  28. sudo netstat -nap | grep shellinabox
  29.  
  30. - Now stop the shellinabox
  31. sudo /etc/init.d/shellinabox stop
  32.  
  33. - Access the SHELLINABOX server
  34. https://server_ip_address:4657
  35.  
  36.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement