Skip to content

V3rdantWhisper/ShellSession

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shell Session

Usage

gsh -port 2333

Basic session manage

# list all connection
session -l

# interact with a session
session -i [id]

# execute command for all session
session -a [cmd]

Context manage

# Create Context
context -c

# List All Context
context -l

# Enter The Context By id
context -i [id]
# manage command
add [id, all]
del [id, all]
list
sh [cmd]
exit

Log manage

# open/close log info
log on
log off

Clear not alive session

# clear not alive session
clear
# execute the echo command to check alive
# if result is error, delete the session
clear -a

Task List

  • interact with shell
  • Upload file
    • Upload file in chunks
  • Execute command for all shell
  • Download file
  • Compatible with all operating systems
    • Linux
    • Windows
    • Darwin
  • Setup proxy or port forward

About

Reverse shell management tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 94.2%
  • Makefile 5.8%