Skip to content

Creating WebShell in an environment that supports bash shell using Spring Framework 🌱

License

Notifications You must be signed in to change notification settings

KITRI-BoB10/spring-webshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-webshell

Spring Boot based webfrontend for local shell access ✨
Dependencies: Java 11 JDK, Maven 3.5


Build Service Config

Build java archive file (IntelliJ)

Maven > Lifecycle > package

Java archive file path

$ /spring-webshell/target/webshell-0.0.2-SNAPSHOT.jar

jar File Execution (Linux)

$ java -jar ./target/webshell-0.0.2-SNAPSHOT.jar

Connect Shell throuh Browser

  • URL: localhost:8001/login
  • ID: korkeep, Password: korkeep

image


Input shell command

$ pwd

image

About

Creating WebShell in an environment that supports bash shell using Spring Framework 🌱

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published