Skip to content

quickly deploy a reverse shell listener on digital ocean using terraform

Notifications You must be signed in to change notification settings

ronamosa/do-reverse-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Digital Ocean Reverse Shell

Overview

This terraform code accompanies this post on my blog about spinning up a Reverse Shell in the DigitalOcean with Terraform.

Get Started

The tl;dr if you just want to fire this up right away

git clone https://github.com/ronamosa/do-reverse-shell
cd do-reverse-shell/

set environment variables

export TF_VAR_do_token=<paste your DigitalOcean API key here>
export TF_VAR_ssh_fingerprint=<paste your ssh fingerprint here>

terraform go!

terraform init
terraform apply

Cleanup

terraform destroy

About

quickly deploy a reverse shell listener on digital ocean using terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages